Thread: Re: [pgadmin-support] problem installing pgAdmin 3 on red hat 7.3
[Moved to -hackers] > -----Original Message----- > From: Adam H. Pendleton [mailto:fmonkey@fmonkey.net] > Sent: 15 September 2003 14:36 > To: pginfo > Cc: Dave Page; pgadmin-support@postgresql.org; > pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-support] problem installing pgAdmin 3 > on red hat 7.3 > > > I can certainly come up with a RedHat 7.3 machine. I'll have to look > around for some hardware, but I'm pretty sure I can get one > up today or > tomorrow. Cool, thanks Adam. Jean-Michel is currently doing automated Redhat 9 builds so he maybe able to help out with some pre-written scripts. Regards, Dave.
Dave Page wrote:
ahp
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. :-)Cool, thanks Adam. Jean-Michel is currently doing automated Redhat 9 builds so he maybe able to help out with some pre-written scripts.
ahp
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