Re: BUG #5678: libpq.so.4 is needed for pgadmin3

Lists: pgsql-bugs
From: "faz" <fazal2009(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #5678: libpq.so.4 is needed for pgadmin3
Date: 2010-09-25 10:23:12
Message-ID: 201009251023.o8PANC44027582@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 5678
Logged by: faz
Email address: fazal2009(at)gmail(dot)com
PostgreSQL version: 9.0
Operating system: CentOs
Description: libpq.so.4 is needed for pgadmin3
Details:

Hello,

While i am trying to install Pgadmin3 after Postgresql 9.0 installed, it's
always showing the following error/warning.Please help me.

Resolving Dependencies
There are unfinished transactions remaining. You might consider running
yum-complete-transaction first to finish them.
--> Running transaction check
---> Package pgadmin3.i386 0:1.8.4-1.el5.rf set to be updated
--> Processing Dependency: libpq.so.4 for package: pgadmin3
--> Finished Dependency Resolution
pgadmin3-1.8.4-1.el5.rf.i386 from rpmforge has depsolving problems
--> Missing Dependency: libpq.so.4 is needed by package
pgadmin3-1.8.4-1.el5.rf.i386 (rpmforge)
Error: Missing Dependency: libpq.so.4 is needed by package
pgadmin3-1.8.4-1.el5.rf.i386 (rpmforge)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest

I had checked that , the libpq.so.5 is already located in the lib files of
postgresql 9.0 , but no libpq.so.4. So how can i solve this problem? someone
please help to do install pgadmin !


From: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
To: faz <fazal2009(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5678: libpq.so.4 is needed for pgadmin3
Date: 2010-09-25 16:18:01
Message-ID: 1285431481.4827.3.camel@masaustu01.evim.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

On Sat, 2010-09-25 at 10:23 +0000, faz wrote:
> I had checked that , the libpq.so.5 is already located in the lib
> files of postgresql 9.0 , but no libpq.so.4. So how can i solve this
> problem? someone please help to do install pgadmin !

Which repository are you using? Only RPMForge? See below:

> ---> Package pgadmin3.i386 0:1.8.4-1.el5.rf set to be updated

You will need compat-postgresql-libs RPM, which is in pgrpms.org repo:

http://yum.pgrpms.org/9.0/redhat/rhel-5-i386/repoview/compat-postgresql-libs.html

If you are using this repo, yum will pick up compat package during dep
check.

-HTH.

Regards,
--
Devrim GÜNDÜZ
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
PostgreSQL RPM Repository: http://yum.pgrpms.org
Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz


From: fazal rahman <fazal2009(at)gmail(dot)com>
To: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5678: libpq.so.4 is needed for pgadmin3
Date: 2010-09-27 09:09:24
Message-ID: AANLkTinRRr8x3H-7Dav6=MqGJeNPvhjrvQjzWGe9DjH7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

Hello,

Thank you for your support.Thats working fine.Thanks again

*But there is a problem while connecting a new server from pgadmin, it's
showing that *

"Connecting to database..failed "

Same error while connecting through command mode also like

[root(at)adserver ~]# /etc/init.d/postgresql startStarting postgresql
service: [FAILED]
You have new mail in /var/spool/mail/root

I tried it with my root user.

*But i strongly like to connect it with my pgadmin ! *

Thanks in advance

2010/9/25 Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>

> On Sat, 2010-09-25 at 10:23 +0000, faz wrote:
> > I had checked that , the libpq.so.5 is already located in the lib
> > files of postgresql 9.0 , but no libpq.so.4. So how can i solve this
> > problem? someone please help to do install pgadmin !
>
> Which repository are you using? Only RPMForge? See below:
>
> > ---> Package pgadmin3.i386 0:1.8.4-1.el5.rf set to be updated
>
> You will need compat-postgresql-libs RPM, which is in pgrpms.org repo:
>
>
> http://yum.pgrpms.org/9.0/redhat/rhel-5-i386/repoview/compat-postgresql-libs.html
>
> If you are using this repo, yum will pick up compat package during dep
> check.
>
> -HTH.
>
> Regards,
> --
> Devrim GÜNDÜZ
> PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
> PostgreSQL RPM Repository: http://yum.pgrpms.org
> Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
> http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz
>

--
"ദൈവം ഏകനാണ് ! മുഹമ്മദ്(സ)‌ അവന്റെ ദൂതന്‍ ആകുന്നു"

Love & Regards,

Fazalul Rahman
Mob No:+919633175106
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you


From: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
To: fazal2009(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5678: libpq.so.4 is needed for pgadmin3
Date: 2010-09-27 10:17:39
Message-ID: 1285582659.2205.41.camel@hp-laptop02.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

On Mon, 2010-09-27 at 14:39 +0530, fazal rahman wrote:
> [root(at)adserver ~]# /etc/init.d/postgresql startStarting postgresql

It should be init.d/postgresql-9.0 ?
--
Devrim GÜNDÜZ
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
PostgreSQL RPM Repository: http://yum.pgrpms.org
Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz


From: yj2133011 <274040551(at)qq(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5678: libpq.so.4 is needed for pgadmin3
Date: 2010-09-27 12:16:39
Message-ID: 1285589799575-2855188.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs


It should be init.d/postgresql-9.0 ?

-----
The voice input and output is very good in this
http://www.tomtop.com/black-ps3-wireless-bluetooth-headset-for-playstation-3.html?aid=z
Wireless PS3 Headset . It is compatible with all PS3 games.Buy from Reliable
http://www.tomtop.com/google-android-7-notebook-3g-tablet-pc-umpc-wifi-mid-pda.html?aid=z
Google Android PC apad Wholesalers.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/BUG-5678-libpq-so-4-is-needed-for-pgadmin3-tp2853783p2855188.html
Sent from the PostgreSQL - bugs mailing list archive at Nabble.com.