This is a discussion on Installation on mandriva 2006 within the pgsql Interfaces Pgadmin Support forums, part of the PostgreSQL category; --> I amtrying to install pgadmin on to a mandrake 2006 system , bu the installation fails due to a ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I amtrying to install pgadmin on to a mandrake 2006 system , bu the installation fails due to a lack of libpgq.so.3. I can find no trace of libpq.so.3. there is however a libpq.so and a libpq.so.4 which is an sl of the .so version HELP Alan Bromley ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| ||||
| libpq.so.3 is part of the libpq3 rpm. As i compiled it on Mandriva linux 2005LE, it can be that in 2006 libpq3 has become libpq4. The easiest solution: as root do: ln -s /usr/lib/libpq.so.4 /usr/lib/libpq.so.3 next, install the rpm. I'll see what I can do to change this dependency in the rpm package. Hendrik-Jan 2005/12/20, Alan Bromley <alan@queni.net>: > I amtrying to install pgadmin on to a mandrake 2006 system , bu the > installation fails due to a lack of libpgq.so.3. > > I can find no trace of libpq.so.3. > > there is however a libpq.so and a libpq.so.4 which is an sl of > the .so version > > HELP > > > Alan Bromley > > > > > ---------------------------(end of broadcast)--------------------------- > TIP 9: In versions below 8.0, the planner will ignore your desire to > choose an index scan if your joining column's datatypes do not > match > ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |