Re: [INTERFACES] crypt not included when compiling libpgtcl !!!!!!!
В списке pgsql-interfaces по дате отправления:
| От | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера