Re: Problems compiling test program program form pgsql

Поиск
Список
Период
Сортировка
От D. Duccini
Тема Re: Problems compiling test program program form pgsql
Дата
Msg-id Pine.GSO.4.03.10006032114290.13557-100000@ra.bpsi.net
обсуждение исходный текст
Ответ на Problems compiling test program program form pgsql  ("Miguel Fernandez" <miguelfernandez@bridge.com.br>)
Список pgsql-novice
you're missing an install of the crypt library, which seems kind of odd,
since i thought that was a standard part

look in /usr/lib

you should have two files and one symbolic link:

 /usr/lib % dir libcry*
-rw-r--r--   1 root     root        98012 Sep 20  1999 libcrypt.a
lrwxrwxrwx   1 root     root           23 Sep 19  1998 libcrypt.so ->../../lib/libcrypt.so.1
-rw-r--r--   1 root     root        98908 Sep 20  1999 libcrypt_p.a




On Sat, 3 Jun 2000, Miguel Fernandez wrote:

>     Hi , I've got a problem compiling the test program in the programmers guide.
>     t frist how I do to link libpg.a in gcc and g++ ?
>
>     Later I've got the screen :
>
>     $bash: g++ test.C -o test.o -o test /usr/lib/libpg.a     // my libpg.a is in /usr/lib
>      /usr/lib/libpq.a (fe-auth.o) : in function 'pg_password_sendauth' :
>      fe_auth.o(.text+0x27):undefined reference to 'crypt'
>      collect2 : ld reurned 1 exit status
>     $bash :
>
> Note : my computer runs a linux red hat Conectiva 3.0 installed with postgres 6.5.2.
>
> If someone can help-me I will be very gateful .
>


-----------------------------------------------------------------------------
david@backpack.com            BackPack Software, Inc.        www.backpack.com
+1 651.645.7550 voice       "Life is an Adventure.
+1 651.645.9798 fax            Don't forget your BackPack!"
-----------------------------------------------------------------------------


В списке pgsql-novice по дате отправления:

Предыдущее
От: "Miguel Fernandez"
Дата:
Сообщение: Problems compiling test program program form pgsql
Следующее
От: Hugh Lawson
Дата:
Сообщение: Re: Problems compiling test program program form pgsql