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

From: Constantin Teodorescu <teo(at)flex(dot)ro>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org, pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] crypt not included when compiling libpgtcl !!!!!!!
Date: 1998-11-07 08:20:25
Message-ID: 364402C9.21FE4A2@flex.ro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

Tom Lane wrote:
>
> Constantin Teodorescu <teo(at)flex(dot)ro> writes:
> > [root(at)teo libpgtcl]# ldd libpgtcl.so.2.0
> > libcrypt.so.1 => /lib/libcrypt.so.1 (0x40014000)
> > libc.so.6 => /lib/libc.so.6 (0x40041000)
> > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x00000000)
>
> > [root(at)teo libpgtcl]# ldd ../libpq/libpq.so.2.0
> > statically linked
>
> Well, that's pretty interesting. Evidently you were able to persuade
> the linker to dynamically link libpgtcl.so to libcrypt.so, but the patch
> I suggested did *not* persuade the linker to dynamically link libpq.so
> to libcrypt.so.

The patch that you send me I have applied ONLY to Makefile.in from
src/interfaces/libpgtcl directory.
Should I apply it to Makefile.in from src/interfaces/libpq directory ?

> Just exactly what change did you make in libpgtcl's
> Makefile, anyway? I assumed it was simply adding -lcrypt, but now I
> am not so sure.

Yes. Only add -lcrypt

> And we also need to figure out why the linker is including libpq.a into
> libpgtcl.so, instead of creating a dynamic link from libpgtcl.so to
> libpq.so like it did for libcrypt and libc.
>
> (BTW, do you have a libcrypt.a in /lib, or just libcrypt.so?)

in /usr/lib libcrypt.a and libcrypt.so
in /lib/libcrypt.so

--
Constantin Teodorescu
FLEX Consulting Braila, ROMANIA

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Terry Mackintosh 1998-11-07 13:37:51 Re: [HACKERS] linux libc6 & pgsql 6.4
Previous Message Thomas G. Lockhart 1998-11-07 05:54:29 Re: postgresql-v6.4 - m88k svr4

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 1998-11-07 15:45:10 Re: [INTERFACES] crypt not included when compiling libpgtcl !!!!!!!
Previous Message Juan 1998-11-07 00:59:17 Re:Authenticate in pgaccess