installation on a QUBE 2

Started by benoit.le-dizes@voila.frabout 25 years ago2 messagesgeneral
Jump to latest
#1benoit.le-dizes@voila.fr
benoit.le-dizes@voila.fr

Hello,

I have a Qube2 and I want to install a software which needs postgresql installation

Postgresql is not installed on my Qube2 and my kernel is 2.0.34 ; mips nevada v10.0

I have found on the net :

postgresql-6.3.2.4.mips.rpm
postgresql-clients_6.3.2.4.mips.rpm
postgresql-data_6.3.2.4.mips.rpm
postgresql-devel_6.3.2.4.mips.rpm

When I launch the installation this problem appears :
" failes dependancies" -> libhistory.so.3 and libreadline.so.3 are needed

Please help me
Thanks

__________________________________________________
Voila vous propose une boite aux lettres gratuite sur Voila Mail:
http://mail.voila.fr

#2Richard Huxton
dev@archonet.com
In reply to: benoit.le-dizes@voila.fr (#1)
Re: installation on a QUBE 2

From: <benoit.le-dizes@voila.fr>

Postgresql is not installed on my Qube2 and my kernel is 2.0.34 ; mips

nevada v10.0

I have found on the net :

postgresql-6.3.2.4.mips.rpm
postgresql-clients_6.3.2.4.mips.rpm
postgresql-data_6.3.2.4.mips.rpm
postgresql-devel_6.3.2.4.mips.rpm

When I launch the installation this problem appears :
" failes dependancies" -> libhistory.so.3 and libreadline.so.3 are needed

Try www.rpmfind.net for these libraries - they are used in the psql
command-line interface to give command history/editing.

BUT - 6.3.2 is a very old version and there have been a lot of changes since
then. If you can compile from source the process is pretty straightforward,
otherwise see if anyone here or on a qube mailing list can supply you with
something more up-to-date.

- Richard Huxton