Postgresql won't run after upgrade to fc5

From: Jerry LeVan <jerry(dot)levan(at)eku(dot)edu>
To: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Postgresql won't run after upgrade to fc5
Date: 2006-03-21 22:02:01
Message-ID: 0B5FFE27-2CEF-44D3-8F3E-F6D29D4309FE@eku.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I accidently upgraded my linux/intel to fc5 from fc4 and
something happened...

Postgres cannot find some needed shared libraries any
more.

Can anyone offer any clues?

Jerry

/usr/bin/postmaster: error while loading shared
libraries: libssl.so.5: cannot open shared object file: No such file
or directory

[root(at)localhost lib]# rpm -qa | grep postgres
postgresql-tcl-8.1.3-1PGDG
postgresql-server-8.1.3-1PGDG
postgresql-python-8.1.3-1PGDG
postgresql-docs-8.1.3-1PGDG
postgresql-libs-8.1.3-1
postgresql-jdbc-8.1.3-1PGDG
postgresql-contrib-8.1.3-1PGDG
postgresql-devel-8.1.3-1PGDG
postgresql-8.1.3-1PGDG
postgresql-pl-8.1.3-1PGDG

[jerry(at)localhost bin]$ ldd postgres
linux-gate.so.1 => (0x00d07000)
libpam.so.0 => /lib/libpam.so.0 (0x004d9000)
libssl.so.5 => not found
libcrypto.so.5 => not found
libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x00571000)
libz.so.1 => /usr/lib/libz.so.1 (0x00839000)
libreadline.so.5 => /usr/lib/libreadline.so.5 (0x00a5b000)
libtermcap.so.2 => /lib/libtermcap.so.2 (0x00eb4000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x008a8000)
libresolv.so.2 => /lib/libresolv.so.2 (0x00111000)
libnsl.so.1 => /lib/libnsl.so.1 (0x00959000)
libdl.so.2 => /lib/libdl.so.2 (0x00124000)
libm.so.6 => /lib/libm.so.6 (0x0038f000)
libc.so.6 => /lib/libc.so.6 (0x00128000)
libcom_err.so.2 => /lib/libcom_err.so.2 (0x00c8c000)
libaudit.so.0 => /lib/libaudit.so.0 (0x0025b000)
libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x00988000)
/lib/ld-linux.so.2 (0x00cb9000)
libkrb5support.so.0 => /usr/lib/libkrb5support.so.0
(0x00d54000)

[root(at)localhost lib]# ls -al libcrypto*
-rw-r--r-- 1 root root 2320564 Feb 12 03:33 libcrypto.a
lrwxrwxrwx 1 root root 29 Mar 21 09:00 libcrypto.so -> ../../lib/
libcrypto.so.0.9.8a

[root(at)localhost lib]# ls -al libssl*
-rw-r--r-- 1 root root 706805 Feb 15 02:41 libssl3.so
-rw-r--r-- 1 root root 439208 Feb 12 03:33 libssl.a
lrwxrwxrwx 1 root root 26 Mar 21 09:00 libssl.so -> ../../lib/
libssl.so.0.9.8a

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Devrim GUNDUZ 2006-03-21 22:10:53 Re: Postgresql won't run after upgrade to fc5
Previous Message Kevin Murphy 2006-03-21 21:58:01 index scan backward plan question