Bottini Gian Piero a écrit :
> Hi,
>
> I have a server with a Linux Red Hat Enterprise 4.
>
>
>
> I would like install pgadmin3 version 1.4.0 or later (I need pgagent ) .
>
> Unfortunely rpm aren’t
>
> and I tried to compile but without success.
I solved it in two steps :
- download and compile wxGTK 2.6 ; I get the src.rpm for fc6, and
rebuild this :
http://rpmfind.net/linux/RPM/fedora/....fc6.i386.html
- then download and rebuild pgadmin3 1.4.2 :
http://www.postgresql.org/ftp/pgadmi...a-core-5/srpm/
And it's works
The main tool is "rpmbuild --rebuild package.src.rpm"
--
Sébastien
---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend