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

From: "Ken J(dot) Wright" <ken(at)ori-ind(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] crypt not included when compiling libpgtcl !!!!!!!
Date: 1998-11-11 22:57:03
Message-ID: 3.0.1.32.19981111145703.008ed100@ori-ind.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 1998-11-12 01:31:02 Re: [INTERFACES] crypt not included when compiling libpgtcl !!!!!!!
Previous Message Byron Nikolaidis 1998-11-11 21:12:59 SOURCE CODE FOR ODBC DRIVER v.06.40.0001