Link to home
Start Free TrialLog in
Avatar of khacduyst
khacduyst

asked on

About pgAdmin application for PostgresSQL on Fedora Core 4

Hi,
 I am new from PostgresSQl, I has already installed Fedoracore 5, and it has  yet PostgresSQL8.1.3.
On Win32, when I use PostGresSQL, it had pgAdmin application (graphic inferface) , but on Fedoracore i can not find pgAdmin; does it have pgAdmin for Postgres onFedora Core?
And if it has, how can i call pgAdmin on Fedora Core
I apprecited much all help and suggestions. Thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of ravenpl
ravenpl
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of khacduyst
khacduyst

ASKER

After I download pgadmin , I install it but it occur error :

[root@localhost Webmin]# rpm -Uvh pgadmin3-1.4.1-1.i686.rpm
warning: pgadmin3-1.4.1-1.i686.rpm: Header V3 DSA signature: NOKEY, key ID 748f7d0e
error: Failed dependencies:
        libcrypto.so.5 is needed by pgadmin3-1.4.1-1.i686
        libssl.so.5 is needed by pgadmin3-1.4.1-1.i686

can u help me what to do with this error ? I don'nt understand it.
I apprecited much all help and suggestions. Thanks in advance.
After I download pgadmin , I install it but it occur error :

[root@localhost Webmin]# rpm -Uvh pgadmin3-1.4.1-1.i686.rpm
warning: pgadmin3-1.4.1-1.i686.rpm: Header V3 DSA signature: NOKEY, key ID 748f7d0e
error: Failed dependencies:
        libcrypto.so.5 is needed by pgadmin3-1.4.1-1.i686
        libssl.so.5 is needed by pgadmin3-1.4.1-1.i686

can u help me what to do with this error ? I don'nt understand it.
I apprecited much all help and suggestions. Thanks in advance.
Why You downloaded it? Install with Yum (unless You have no live connection)
yum will install it along with dependencies.
Those libraries are in openssl package.
Sorry but i donn't understand...can u show me steps to install pgAdmin on Fedora Core 5....
I apprecited much all help and suggestions. Thanks in advance.
execute as root: yum install pgadmin3
[root@localhost Webmin]# yum install pgadmin3-1.4.1-1.i686.rpm
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
core                                                                 [1/3]
http://ftp.surfnet.nl/ftp/pub/os/Linux/distr/fedora/i386/os/repodata/repomd.xml: [Errno 14] HTTP Error 404: Via: 1.1 ISERVER
Connection: Keep-Alive
Proxy-Connection: Keep-Alive
Content-Length: 335
Date: Mon, 27 Mar 2006 10:32:27 GMT
Content-Type: text/html; charset=iso-8859-1
Server: Apache/2.0.46 (Unix)
Trying other mirror.
ftp://ftp.wicks.co.nz/pub/linux/dist/fedora/5/i386/os/repodata/repomd.xml: [Errno 4] IOError: [Errno ftp error] timed out
Trying other mirror.

core                      100% |=========================| 1.1 kB    00:00
updates                                                              [2/3]
updates                   100% |=========================|  951 B    00:00
extras                                                               [3/3]
extras                    100% |=========================| 1.1 kB    00:00
Reading repository metadata in from local files
primary.xml.gz            100% |=========================| 767 kB    00:24
core      : ################################################## 2207/2207
Added 2207 new packages, deleted 0 old in 11.14 seconds
primary.xml.gz            100% |=========================|  46 kB    00:03
updates   : ################################################## 140/140
Added 140 new packages, deleted 0 old in 0.83 seconds
primary.xml.gz            100% |=========================| 809 kB    00:02
extras    : ################################################## 2296/2296
Added 2296 new packages, deleted 0 old in 11.20 seconds
Parsing package install arguments
Examining pgadmin3-1.4.1-1.i686.rpm: pgadmin3 - 1.4.1-1.i686
Marking pgadmin3-1.4.1-1.i686.rpm to be installed
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package pgadmin3.i686 0:1.4.1-1 set to be updated
--> Running transaction check
--> Processing Dependency: libssl.so.5 for package: pgadmin3
--> Processing Dependency: libcrypto.so.5 for package: pgadmin3
--> Finished Dependency Resolution
Error: Missing Dependency: libssl.so.5 is needed by package pgadmin3
Error: Missing Dependency: libcrypto.so.5 is needed by package pgadmin3
[root@localhost Webmin]#
[root@localhost Webmin]# pg
pgawk           pgmcrater       pgmnoise        pgmtopbm
pg_controldata  pgmedge         pgmnorm         pgmtopgm
pg_ctl          pgmenhance      pgmoil          pgmtoppm
pg_dump         pgmhist         pgmramp         pgpewrap
pg_dumpall      pgmkernel       pgmslice        pgpring
pg_filedump     pgmmedian       pgmtexture      pgrep
pgmabel         pgmminkowski    pgmtofs         pg_resetxlog
pgmbentley      pgmmorphconv    pgmtolispm      pg_restore
[root@localhost Webmin]# pa
package_crystalsvg     pammixinterlace        pamtofits
packer                 pamoil                 pamtohdiff
pal2rgb                pam-panel-icon         pamtohtmltbl
palmtopnm              pamperspective         pamtojpeg2k
pamaddnoise            pampick                pamtopfm
pamarith               pampop9                pamtopnm
pambayer               pamrgbatopng           pamtotga
pamchannel             pamscale               pamtotiff
pamcomp                pamseq                 pamtouil
pam_console_apply      pamsharpmap            pand
pamcut                 pamsharpness           panel-test-applets
pamdeinterlace         pamslice               pango-querymodules-32
pamdice                pamsplit               pango-view
pamditherbw            pamstack               parted
pamedge                pamstereogram          partprobe
pamendian              pamstretch             partx
pamenlarge             pamstretch-gen         passwd
pamfile                pamsumm                paste
pamflip                pamsummcol             patch
pamfunc                pam_tally              patgen
pamgauss               pam_tally2             pathchk
pamgradient            pamtilt                path_id
pamlookup              pam_timestamp_check    pax

So what have to do next?
I apprecited much all help and suggestions. Thanks in advance.
Damn,
have I wrote: yum install pgadmin3-1.4.1-1.i686.rpm
or: yum install pgadmin3
but do: yum install openssl pgadmin3
No comment has been added to this question in more than 21 days, so it is now classified as abandoned.
I will leave the following recommendation for this question in the Cleanup topic area:

Accept ravenpl http:#16298637

Any objections should be posted here in the next 4 days. After that time, the question will be closed.

gheist
EE Cleanup Volunteer