Results 1 to 5 of 5
Hi All,
I am trying to install PostgreSQL(postgresql-8.2.4-1PGDG.i686.rpm) on a 64 bit machine, when I try to install I get the following error message:
:/home/dump/postgres32bit # rpm -ivh postgresql-server-8.2.4-1PGDG.i686.rpm postgresql-8.2.4-1PGDG.i686.rpm ...
- 05-21-2008 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 14
Installation of Postgres 32Bit on 64 bit machine
Hi All,
I am trying to install PostgreSQL(postgresql-8.2.4-1PGDG.i686.rpm) on a 64 bit machine, when I try to install I get the following error message:
:/home/dump/postgres32bit # rpm -ivh postgresql-server-8.2.4-1PGDG.i686.rpm postgresql-8.2.4-1PGDG.i686.rpm postgresql-libs-8.2.4-1PGDG.i686.rpm
warning: postgresql-server-8.2.4-1PGDG.i686.rpm: Header V3 DSA signature: NOKEY, key ID 20579f11
error: Failed dependencies:
libcrypto.so.4 is needed by postgresql-server-8.2.4-1PGDG.i686
libreadline.so.4 is needed by postgresql-server-8.2.4-1PGDG.i686
libssl.so.4 is needed by postgresql-server-8.2.4-1PGDG.i686
initscripts is needed by postgresql-8.2.4-1PGDG.i686
libcrypto.so.4 is needed by postgresql-8.2.4-1PGDG.i686
libreadline.so.4 is needed by postgresql-8.2.4-1PGDG.i686
libssl.so.4 is needed by postgresql-8.2.4-1PGDG.i686
libcrypto.so.4 is needed by postgresql-libs-8.2.4-1PGDG.i686
libssl.so.4 is needed by postgresql-libs-8.2.4-1PGDG.i686
This installation is being done on SUSE linux 10, please let me know if there is any alternative with which I can bypass these errors and make the installation successful.
I have tried getting the above libraries but I was unable to get the same for Linux, if there is any place where I can get these libraries for SUSE linux please let me know about the same.
Thanks in advance
Regards
Cinu
- 05-21-2008 #2
Have you trying to search for those libraries in Yast Package Manager?
Cheers!Code:/sbin/yast2 --install
- 05-22-2008 #3Just Joined!
- Join Date
- Oct 2007
- Posts
- 14
I have tried getting the above libraries using Yast Package Manager , but I was unsuccessful in that. Please let me know where I can get these libraries for SUSE linux? is there any alternative way to bypass these libraries ?
Regards
Cinu
- 05-22-2008 #4
I have a suggestion! Try to install openssl and he will install those libraries: libcrypto.so.4 , libssl.so.4 the you can intall the package readline an he will install libreadline.so.4
Cheers!
- 05-22-2008 #5
Have you tried simply installing Postgres by Yast. It should be there if you set your repositories up correctly. I see it at ftp.suse.com. Yast should manage any dependencies.


Reply With Quote