|
Home > Archive > Pgadmin > December 2005 > Installation on mandriva 2006
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Installation on mandriva 2006
|
|
| Alan Bromley 2005-12-20, 7:23 am |
| 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
| |
| Hendrik-Jan Heins 2005-12-20, 8:25 pm |
| 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
|
|
|
|
|