Re: AIX compile ?? libcrypt HELP !!

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Nathan Boeger <nathan(at)khmere(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: AIX compile ?? libcrypt HELP !!
Date: 2000-10-03 23:34:53
Message-ID: 1928.970616093@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Nathan Boeger <nathan(at)khmere(dot)com> writes:
> I am trying to compile an app (compiles on *BSD, Linux) but for some
> reason I cant get it to compile on AIX 4.3.3.3. It seems not to like the
> libcrypt ??

> ld: 0711-317 ERROR: Undefined symbol: __crypt_r
> ld: 0711-317 ERROR: Undefined symbol: __setkey_r
> ld: 0711-317 ERROR: Undefined symbol: __encrypt_r

I'll bet AIX doesn't have the "reentrant" versions crypt_r(), setkey_r(),
etc. Did you check its man page for the crypt functions?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message elein 2000-10-04 00:47:55 FW: oracle ate
Previous Message Adam Haberlach 2000-10-03 21:43:13 Re: C++ client libs