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-06 15:49:59
Message-ID: 36431AA7.425FC848@flex.ro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

Yes. libpgtcl is bigger than libpq

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

[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

[root(at)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(at)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 1998-11-06 17:43:35 Doc's about setting the amount of shared memory
Previous Message Tom Lane 1998-11-06 15:27:03 Re: [INTERFACES] crypt not included when compiling libpgtcl !!!!!!!

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 1998-11-06 18:45:13 Re: [INTERFACES] crypt not included when compiling libpgtcl !!!!!!!
Previous Message Tom Lane 1998-11-06 15:27:03 Re: [INTERFACES] crypt not included when compiling libpgtcl !!!!!!!