Re: [INTERFACES] crypt not included when compiling libpgtcl !!!!!!!

Поиск
Список
Период
Сортировка
От Ken J. Wright
Тема Re: [INTERFACES] crypt not included when compiling libpgtcl !!!!!!!
Дата
Msg-id 3.0.1.32.19981111145703.008ed100@ori-ind.com
обсуждение исходный текст
Ответ на Re: [INTERFACES] crypt not included when compiling libpgtcl !!!!!!!  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [INTERFACES] crypt not included when compiling libpgtcl !!!!!!!
Список pgsql-interfaces
Tom,

I pulled down the latest 6.4 snapshot today & had a similar problem with
the missing crypt, although not related to tcl. Following is the exact &
only changes I had to make based on the earlier mail list discussion about
this problem. Should this not make it to the source tree to save others
from the same fate? It took a while just to chase the previous mailings. My
system is RedHat Linux 5.0, kernel 2.0.31.

$ diff Makefile.shlib.1 Makefile.shlib
107a108
>   SHLIB_LINK          := -lcrypt
110c111
<   LDFLAGS_SL          := -shared -soname $(shlib)
---
>   LDFLAGS_SL          := -Bdynamic -shared -soname $(shlib)

Ken

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

Предыдущее
От: Byron Nikolaidis
Дата:
Сообщение: SOURCE CODE FOR ODBC DRIVER v.06.40.0001
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [INTERFACES] crypt not included when compiling libpgtcl !!!!!!!