You are not logged in.

#1 2007-03-08 15:20:08

broch
Banned
From: L.A. California
Registered: 2006-11-13
Posts: 975

missing libpq.so.4 kills amarok

symlink to the new libpq.so.5.0 works partially: amarok starts but no sound (sound in general works in xmms and kscd and used to work in amarok).

Not sure what provided libpq.so.4

Thank you for help.

Offline

#2 2007-03-08 15:28:10

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: missing libpq.so.4 kills amarok

It's due to postgresql in testing. Your best call is to install postgresql-libs from current.

Offline

#3 2007-03-08 16:22:54

broch
Banned
From: L.A. California
Registered: 2006-11-13
Posts: 975

Re: missing libpq.so.4 kills amarok

thanks, but this is what I have:
postgresql-libs-8.2.3-1

Offline

#4 2007-03-08 17:07:39

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: missing libpq.so.4 kills amarok

broch wrote:

thanks, but this is what I have:
postgresql-libs-8.2.3-1

That package is from testing. you need the one from current:
pacman -S current/postgresql-libs

You can also post a bug report to have a rebuilt amarok in the testing repo.

Offline

#5 2007-03-08 17:09:14

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: missing libpq.so.4 kills amarok

I've posted a bug report already.

Offline

#6 2007-03-08 17:48:48

broch
Banned
From: L.A. California
Registered: 2006-11-13
Posts: 975

Re: missing libpq.so.4 kills amarok

That package is from testing. you need the one from current:
pacman -S current/postgresql-libs

Thank you. This resolved my problem.

Offline

#7 2007-03-18 16:09:57

Crazypu
Member
From: Italy
Registered: 2007-02-06
Posts: 70

Re: missing libpq.so.4 kills amarok

After the last update I' ve got the same problem..... sad

Amarok: [Loader] Starting amarokapp..
Amarok: [Loader] Don't run gdb, valgrind, etc. against this binary! Use amarokapp.
amarokapp: error while loading shared libraries: libpq.so.4: cannot open shared object file: No such file or directory

I' ve also reistalled postgresql-libs from current, but the problem was not solved.
Any idea?

Offline

#8 2007-03-18 18:04:52

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: missing libpq.so.4 kills amarok

Could be a mirror problem: http://www.archlinux.org/news/299/

Offline

#9 2007-03-19 10:23:16

Crazypu
Member
From: Italy
Registered: 2007-02-06
Posts: 70

Re: missing libpq.so.4 kills amarok

Ok thank you, I' ve reported it to the bug tracker smile
http://bugs.archlinux.org/task/6638

Offline

#10 2007-03-19 16:00:57

con
Member
Registered: 2006-05-11
Posts: 89
Website

Re: missing libpq.so.4 kills amarok

hmmm....I just created a link from libpq.so.5 to libpq.so.4 and havent had any problems since then....funny it doesnt work for everyone....I'm using mySQL so maybe that had something to do wiht it

Last edited by con (2007-03-19 20:37:06)


charlie dont surf!

Offline

#11 2007-03-20 17:16:24

matersci
Member
From: Hellas
Registered: 2006-01-19
Posts: 167

Re: missing libpq.so.4 kills amarok

here amarok is complaining about missing libdb-4.4.so

$ amarok
Amarok: [Loader] Starting amarokapp..
Amarok: [Loader] Don't run gdb, valgrind, etc. against this binary! Use amarokapp.
amarokapp: error while loading shared libraries: libdb-4.4.so: cannot open shared object file: No such file or directory

After last pacman -Syu, I have db-4.5.20, which required by a lot of stuff and I cant downgrade to 4.4...

pacman -U db-4.4.20-3.pkg.tar.gz
loading package data... done.
error: unsatisfied dependencies:
  apache: requires db>=4.5
  apr-util: requires db>=4.5
  cyrus-sasl: requires db>=4.5
  cyrus-sasl-plugins: requires db>=4.5
  heimdal: requires db>=4.5
  kdeaddons: requires db>=4.5
  kdebase: requires db>=4.5
  kdelibs: requires db>=4.5
  libldap: requires db>=4.5
  libsasl: requires db>=4.5
  openldap: requires db>=4.5
  pam: requires db>=4.5
  perl: requires db>=4.5
  python: requires db>=4.5
  ruby: requires db>=4.5
  samba: requires db>=4.5
  smbclient: requires db>=4.5

Offline

#12 2007-03-21 14:19:12

DaNiMoTh
Member
Registered: 2006-06-10
Posts: 260

Re: missing libpq.so.4 kills amarok

Now, I get this:

 libmtp.so.5: cannot open shared object file: No such file or directory

Is libmtp a dep of amarok? In dependencies field of PKGBUILD, there isn't. For you, amarok works or not?

Thanks

Offline

#13 2007-03-21 15:35:17

somairotevoli
Member
Registered: 2006-05-23
Posts: 335

Re: missing libpq.so.4 kills amarok

I got this error after latest upgrade and had to install libofa

amarokapp: error while loading shared libraries: libofa.so.0: cannot open shared object file: No such file or directory

Offline

#14 2007-03-21 17:19:53

matersci
Member
From: Hellas
Registered: 2006-01-19
Posts: 167

Re: missing libpq.so.4 kills amarok

amarok-base package is totally messed up after last update...

After pacman -Syu on a different PC and same problem

$ amarok
Amarok: [Loader] Starting amarokapp..
Amarok: [Loader] Don't run gdb, valgrind, etc. against this binary! Use amarokapp.
amarokapp: error while loading shared libraries: libdb-4.4.so: cannot open shared object file: No such file or directory

Last edited by matersci (2007-03-21 17:22:34)

Offline

#15 2007-03-21 18:52:35

cheer
Member
From: Russia, St. Petersburg
Registered: 2006-08-02
Posts: 131

Re: missing libpq.so.4 kills amarok

I have the same issue as you, matersci.

Offline

#16 2007-03-21 20:20:48

matersci
Member
From: Hellas
Registered: 2006-01-19
Posts: 167

Re: missing libpq.so.4 kills amarok

The previous task in the bug tracker is now closed.
This is not a mirror or a sync problem. I am running the latest versions of amarok and db.

I reported it again with more details.
http://bugs.archlinux.org/task/6674

Offline

#17 2007-03-21 23:53:57

cheer
Member
From: Russia, St. Petersburg
Registered: 2006-08-02
Posts: 131

Re: missing libpq.so.4 kills amarok

Hmm, the bug is closed. My system is up-to-date also. And I have the same issue. tpowa, may be you can ask what versions of packages (and what packages!) do we need if you think it is not a bug?

Offline

#18 2007-03-22 00:29:15

matersci
Member
From: Hellas
Registered: 2006-01-19
Posts: 167

Re: missing libpq.so.4 kills amarok

I don't think this is a sync error.
The packages I have are the latests.
amarok-base 1.4.5-4 and db 4.5.20-1.
The problem is not with the packages. I have also try to remove them and reinstall them from a different mirror.

I don't think tpowa is watching this topic...:/

Last edited by matersci (2007-03-22 00:32:37)

Offline

#19 2007-03-22 06:38:39

cheer
Member
From: Russia, St. Petersburg
Registered: 2006-08-02
Posts: 131

Re: missing libpq.so.4 kills amarok

Symlinking solves the problem. Want to use abs and see if it helps smile

Offline

#20 2007-03-22 08:25:00

matersci
Member
From: Hellas
Registered: 2006-01-19
Posts: 167

Re: missing libpq.so.4 kills amarok

it may work, but this is not the right solution.

Offline

#21 2007-03-22 10:44:10

cheer
Member
From: Russia, St. Petersburg
Registered: 2006-08-02
Posts: 131

Re: missing libpq.so.4 kills amarok

Yes, you're absolutely right. Compiling the package from ABS doesn't help also.

Offline

#22 2007-03-22 20:10:55

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,323

Re: missing libpq.so.4 kills amarok

probably a dep for amarok is then broken

Offline

#23 2007-03-23 10:47:03

matersci
Member
From: Hellas
Registered: 2006-01-19
Posts: 167

Re: missing libpq.so.4 kills amarok

I used my 10 days back up and did again pacman -Syu
tried 5-6 different servers and every time the amarok problem exists.

Offline

#24 2007-03-23 20:26:05

matersci
Member
From: Hellas
Registered: 2006-01-19
Posts: 167

Re: missing libpq.so.4 kills amarok

The error is with Berkeley DB, which is not an amarok dependency.

I did a manualy update of amarok and it work fine.
Then I updated db and amarok didn't start.

I also had a problem with k3b. http://bbs.archlinux.org/viewtopic.php?id=31100
When I manually updated k3b everything was ok. After the db update I had the same problem.
The solution I found is to copy libdb-4.4.so somewhere, before the db update and paste it at /usr/lib after the update.
Now everything works fine (amarok and k3b)



So, it is obvious that this is not neither a sync error neither a broken amarok dep...

Last edited by matersci (2007-03-23 20:28:26)

Offline

Board footer

Powered by FluxBB