Dear all,
I have a Pentium IV machine with Redhat Linux 9.0 installed in it. I installed the PostgreSQL 8.1 database server and it is working fine. When I tried to install pgAccess with the following command, it shows the message:
rpm -ivh pgaccess-7.2.4-6.i686.rpm
warning: pgacces-7.2.4-6.i686.rpm: V3 DSA Signature: NOKEY, KeyIDe01260f1
error: Failed dependencies postgresql-tcl=7.2.4 is needed by pgaccess-7.2.4-6.
When I queried the rpm database as
rpm -q postgresql-tcl
it returns
postgresql-tcl-7.3.2
Again, when I tried to install the postgresql-tcl-7.2.4-5.80.i386.rpm, it shows
error: Failed dependencies: libtcl.so.0 is needed by postgresql-tcl-7.2.4-5.80
I found that two files are existing
libtcl8.3.so at /usr/lib
libtcl.so /usr/lib
As I read from forums, I created a softlink to libtcl.so.0.
ln -s libtcl8.3.so libtcl.so.0
Also included /usr/lib and /lib in LD_LIBRARY_PATH.
But it didn't work out.
Can anyone help me?
Thanks.
....thara
I have a Pentium IV machine with Redhat Linux 9.0 installed in it. I installed the PostgreSQL 8.1 database server and it is working fine. When I tried to install pgAccess with the following command, it shows the message:
rpm -ivh pgaccess-7.2.4-6.i686.rpm
warning: pgacces-7.2.4-6.i686.rpm: V3 DSA Signature: NOKEY, KeyIDe01260f1
error: Failed dependencies postgresql-tcl=7.2.4 is needed by pgaccess-7.2.4-6.
When I queried the rpm database as
rpm -q postgresql-tcl
it returns
postgresql-tcl-7.3.2
Again, when I tried to install the postgresql-tcl-7.2.4-5.80.i386.rpm, it shows
error: Failed dependencies: libtcl.so.0 is needed by postgresql-tcl-7.2.4-5.80
I found that two files are existing
libtcl8.3.so at /usr/lib
libtcl.so /usr/lib
As I read from forums, I created a softlink to libtcl.so.0.
ln -s libtcl8.3.so libtcl.so.0
Also included /usr/lib and /lib in LD_LIBRARY_PATH.
But it didn't work out.
Can anyone help me?
Thanks.
....thara