Re: Re: 1024 limits??

From: Alfred Perlstein <bright(at)wintelcom(dot)net>
To: Mathieu Dube <mathieu_dube(at)videotron(dot)ca>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: 1024 limits??
Date: 2001-02-05 17:50:56
Message-ID: 20010205095056.P26076@fw.wintelcom.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* Mathieu Dube <mathieu_dube(at)videotron(dot)ca> [010205 09:32] wrote:
> cc -o therver therver.c -g -lflipr -lpq -L. -lpthread -D_REENTRANT
> ./libpq.a(fe-auth.o): In function `pg_password_sendauth':
> /usr/local/postgresql-7.0.3/src/interfaces/libpq/fe-auth.c:465: undefined reference to `crypt'
> collect2: ld returned 1 exit status
> make: *** [therver] Error 1
>
> this is what I get
> should I copy other files?

no, just add -lcrypt to your LDFLAGS

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Mitch Vincent 2001-02-05 18:00:44 Re: Like vs '='
Previous Message Peter Eisentraut 2001-02-05 17:43:46 Re: timestamp in pg_dump