Re: [SQL] libpq test - Mailing list pgsql-sql

From Tom Lane
Subject Re: [SQL] libpq test
Date
Msg-id 12089.946047199@sss.pgh.pa.us
Whole thread Raw
In response to libpq test  (Igor <i_v_z@motor.ru>)
List pgsql-sql
Igor <i_v_z@motor.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


pgsql-sql by date:

Previous
From: Igor
Date:
Subject: libpq test
Next
From: Baris ULU
Date:
Subject: Performance tuning!!!