Re: [INTERFACES] crypt not included when compiling libpgtcl !!!!!!! - Mailing list pgsql-interfaces

From Constantin Teodorescu
Subject Re: [INTERFACES] crypt not included when compiling libpgtcl !!!!!!!
Date
Msg-id 36431AA7.425FC848@flex.ro
Whole thread Raw
In response to Re: [INTERFACES] crypt not included when compiling libpgtcl !!!!!!!  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [INTERFACES] crypt not included when compiling libpgtcl !!!!!!!  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-interfaces
Yes. libpgtcl is bigger than libpq

But ldd shows that libpq is statically linked :-( . Maybe this is the
problem ?

[root@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@teo libpgtcl]# ldd ../libpq/libpq.so.2.0
        statically linked

[root@teo libpgtcl]# vdir ../libpq/libpq.so.2.0
-rwxr-xr-x   1 root     root        50014 Nov  6 10:08
../libpq/libpq.so.2.0

[root@teo libpgtcl]# vdir libpgtcl.so.2.0
-rwxr-xr-x   1 root     root        64725 Nov  6 10:19 libpgtcl.so.2.0



--
Constantin Teodorescu
FLEX Consulting Braila, ROMANIA

pgsql-interfaces by date:

Previous
From: Tom Lane
Date:
Subject: Re: [INTERFACES] crypt not included when compiling libpgtcl !!!!!!!
Next
From: Tom Lane
Date:
Subject: Re: [INTERFACES] crypt not included when compiling libpgtcl !!!!!!!