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/devel/i386/wxGTK-2.6.3-2.6.3.2.1.fc6.i386.html
- then download and rebuild pgadmin3 1.4.2 :
http://www.postgresql.org/ftp/pgadmin3/release/v1.4.2/fedora-core-5/srpm/
And it's works
The main tool is "rpmbuild --rebuild package.src.rpm"
--
Sébastien