This is a discussion on pgadmin and red hat enterprise 4 within the pgsql Interfaces Pgadmin Support forums, part of the PostgreSQL category; --> Hi, I have a server with a Linux Red Hat Enterprise 4. I would like install pgadmin3 version 1.4.0 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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. This is the problem: I try with rmp for fedora core but it needs the libraries libcrypto.so.5 I find this libraries in openssl-0.9.7f-7.i386.rpm but this rpm need lib5crypto.so.5 . I find this libraries in krb5-libs-1.4.1-5.i386.rpm but this rpm make many errors of conflict. warning: krb5-libs-1.4.1-5.i386.rpm: V3 DSA signature: NOKEY, key ID 4f2a6fd2 file /etc/krb5.conf from install of krb5-libs-1.4.1-5 conflicts with file from package krb5-libs-1.3.4-27 file /usr/lib/libdes425.so.3.0 from install of krb5-libs-1.4.1-5 conflicts with file from package krb5-libs-1.3.4-27 file /usr/lib/libgssapi_krb5.so.2.2 from install of krb5-libs-1.4.1-5 conflicts with file from package krb5-libs-1.3.4-27 file /usr/lib/libk5crypto.so.3.0 from install of krb5-libs-1.4.1-5 conflicts with file from package krb5-libs-1.3.4-27 file /usr/lib/libkadm5clnt.so.5.1 from install of krb5-libs-1.4.1-5 conflicts with file from package krb5-libs-1.3.4-27 file /usr/lib/libkadm5srv.so.5.1 from install of krb5-libs-1.4.1-5 conflicts with file from package krb5-libs-1.3.4-27 file /usr/lib/libkdb5.so.4.0 from install of krb5-libs-1.4.1-5 conflicts with file from package krb5-libs-1.3.4-27 file /usr/lib/libkrb4.so.2.0 from install of krb5-libs-1.4.1-5 conflicts with file from package krb5-libs-1.3.4-27 file /usr/lib/libkrb5.so.3.2 from install of krb5-libs-1.4.1-5 conflicts with file from package krb5-libs-1.3.4-27 Someone of you has had my same problem? How does he resolved it? Thanks a lot and sorry for my poor English Gian |
| |||
| 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 |
| |||
| Hi, On Fri, 2006-06-23 at 18:22 +0200, Sébastien Lardière wrote: > > - 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" Would you like to contibute this rpm to us so that we can distribute it from our FTP servers? Regards, -- The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564 PostgreSQL Replication, Consulting, Custom Development, 24x7 support Managed Services, Shared and Dedicated Hosting Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/ ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| ||||
| Devrim GUNDUZ a écrit : > > Hi, > > > > On Fri, 2006-06-23 at 18:22 +0200, Sébastien Lardière wrote: >> >> - 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" > > > > Would you like to contibute this rpm to us so that we can distribute it > > from our FTP servers? > > Of course I would. You can download this rpm here : http://sebastien.lardiere.free.fr/pgadmin3rhel4/. Upload in progress. Cheers, -- Sébastien Lardière http://sebastien.lardiere.net/ ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |