Re: [SQL] libpq test

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Igor <i_v_z(at)motor(dot)ru>
Cc: pgsql-sql(at)hub(dot)org
Subject: Re: [SQL] libpq test
Date: 1999-12-24 14:53:19
Message-ID: 12089.946047199@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Igor <i_v_z(at)motor(dot)ru> writes:
> fe-auth.o(.text+0x27): undefined reference to `crypt'

Add "-lcrypt" to your link command. crypt() isn't in libc in Linux,
it's in a separate libcrypt library...

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Baris ULU 1999-12-27 11:38:58 Performance tuning!!!
Previous Message Igor 1999-12-24 12:02:33 libpq test