Re: [INTERFACES] linking error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Randall W(dot) Barrett" <rbarr(at)shadow(dot)net>
Cc: pgsql-interfaces(at)hub(dot)org
Subject: Re: [INTERFACES] linking error
Date: 1998-12-12 01:49:51
Message-ID: 18446.913427391@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

"Randall W. Barrett" <rbarr(at)shadow(dot)net> writes:
> [rbarrett(at)localhost rbarrett]$ gcc -O3 -Wall sample1.c -I
> /usr/local/pgsql/include/ -L /usr/local/pgsql/lib/ -lpq

> /usr/local/pgsql/lib//libpq.a(fe-auth.o): In function
> `pg_password_sendauth':
> fe-auth.o(.text+0x17): undefined reference to `crypt'

> Does anyone know how I can fix this? Need I upgrade to 6.4?

For the moment you should be able to fix it by adding -lcrypt to
the end of the gcc command. I've been trying to fix things so that
it's not necessary to do that ... but it's proving very hard to
make it work properly everywhere :-(. Cross-references between
shared libraries seem not to be very portable on Unix systems yet.

regards, tom lane

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Randall W. Barrett 1998-12-12 05:39:05 Re: [INTERFACES] linking error
Previous Message Ramiro Arenas 1998-12-11 22:47:21 (no subject)