Hi, I am trying to install PostgreSQL on my computer, but I need an older version (7.3.4) that is not available to be installed via apt-get. So I went into the postgres ftp and downloaded the rpm installation files.
Then I used alien to install all the rpm packages, but when I try to run psql I get this message: postgres: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
Then I installed via apt-get all the openssl and libssl packages, but the error message keeps showing up.
I also discovered that the postgres configuration files in /etc/postgresql/ were also missing.
Finally I tryed to convert the rpm packages into .deb files and install them with dpkg, but that also didin't work.
Can anyone help me?
Thanks,
Komyg
Then I used alien to install all the rpm packages, but when I try to run psql I get this message: postgres: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
Then I installed via apt-get all the openssl and libssl packages, but the error message keeps showing up.
I also discovered that the postgres configuration files in /etc/postgresql/ were also missing.
Finally I tryed to convert the rpm packages into .deb files and install them with dpkg, but that also didin't work.
Can anyone help me?
Thanks,
Komyg