Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Installation on mandriva 2006



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(at)queni(dot)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
>



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group