Le Lundi 15 Septembre 2003 16:02, Adam H. Pendleton a écrit :
> Absolutely! In fact, I just may ask him to do it all; I'll just provide
> the machine, since it would probably take more time for me to figure out
> how to do it, then it would for JM to do it himself. :-)
1) Download the latest wxGTK2ud betas from
http://www.pgadmin.org/snapshots/linux/redhat9/wxGTK2/wxGTK2ud-2.5-20030831.src.rpm
Try "rpmbuild --rebuild wxGTK2ud-2.5-20030831.src.rpm"
or eventually on an old platform "rpm --rebuild wxGTK2ud-2.5-20030831.src.rpm"
After rebuild, the binaries are saved in /usr/src/redhat/RPMS/i386/
cd to that directory and install the four binary packages using:
"rpm -Uvh wxGTK2ud*"
2) Download pgAdmin3 latest snapshot from:
http://www.pgadmin.org/snapshots/linux/redhat9/SRPMS/pgadmin3-0.9.3-cvs20030915.src.rpm
Try "rpmbuild --rebuild pgadmin3-0.9.3-cvs20030915.src.rpm"
or eventually on an old platform
"rpm --rebuild pgadmin3-0.9.3-cvs20030915.src.rpm"
Two months ago, I tried rebuilding on my wife's old RedHat 8.0, it never
worked for some reasons I cannot remember well (./configure failed,
compilation failed, etc..). Can you try?
Cheers,
Jean-Michel