EnterpriseDB: The Enterprise Postgres Company Postgres Plus Forums: The PostgreSQL Open Source Database from EnterpriseDB
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 

libssl shared library for pg standard server 8.3.11  XML

Forum Index » Standard Server
Author Message
Kalle_Kangas_2

New member

Joined: 12 Jul 2010 22:13:28
Messages: 1
Offline

Is there a version of 8.3.x that I can download that has been compiled with libssl.so.0.9.8?

I downloaded 8.3.11-1 but seems to be compiled with an older version of libssil and crypto. My test systems are running libssl.so.0.9.8

ldd initdb.bin
libxslt.so.1 => /usr/lib64/libxslt.so.1 (0x000000390ee00000)
libxml2.so.2 => /usr/lib64/libxml2.so.2 (0x0000003910200000)
libssl.so.0.9.7 => not found
libcrypto.so.0.9.7 => not found
libz.so.1 => /usr/lib64/libz.so.1 (0x000000390fe00000)
libreadline.so.5 => /usr/lib64/libreadline.so.5 (0x0000003911a00000)
libtermcap.so.2 => /lib64/libtermcap.so.2 (0x000000390fa00000)
libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00002b6453586000)
libdl.so.2 => /lib64/libdl.so.2 (0x000000390e600000)
libm.so.6 => /lib64/libm.so.6 (0x000000390f600000)
libc.so.6 => /lib64/libc.so.6 (0x000000390e200000)
/lib64/ld-linux-x86-64.so.2 (0x000000390de00000)


Thx
Sri
DontWant_Aspammail

New member

Joined: 13 Oct 2010 11:40:57
Messages: 1
Offline

Same issue for me.

strange:
- in .../PostgresPlus/8.3/utils/lib there is also libssl.so.0.9.8
- on a previous 32bit Version (8.3.1) it's linked with libssl.so.0.9.8
 
Forum Index » Standard Server
Go to:   
Powered by JForum 2.1.8 © JForum Team