You are not logged in.

#1 2011-03-02 12:12:30

BarefootSoul83
Member
From: Virginia, USA
Registered: 2009-10-07
Posts: 110
Website

Getting an error from yaourt about shared libraries....

[dane@myhost ~]$ yaourt -S google-earth
package-query: error while loading shared libraries: libyajl.so.1: cannot open shared object file: No such file or directory
package-query: error while loading shared libraries: libyajl.so.1: cannot open shared object file: No such file or directory
package-query: error while loading shared libraries: libyajl.so.1: cannot open shared object file: No such file or directory
error: 'google-earth': could not find or read package
[dane@myhost ~]$



what do I make of this?

Offline

#2 2011-03-02 12:19:19

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,385
Website

Re: Getting an error from yaourt about shared libraries....

Install yajl.   

It is always concerning to see that people making packages for package managers can not even get that right...

Offline

#3 2011-03-02 12:22:20

BarefootSoul83
Member
From: Virginia, USA
Registered: 2009-10-07
Posts: 110
Website

Re: Getting an error from yaourt about shared libraries....

I "sudo pacman -S yajl"

my system already had it...
same error occurs when trying to install google-earth....

no change

Offline

#4 2011-03-02 12:24:36

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,385
Website

Re: Getting an error from yaourt about shared libraries....

What does "ls -l /usr/lib/libyajl.so*" give you?

Offline

#5 2011-03-02 12:28:49

BarefootSoul83
Member
From: Virginia, USA
Registered: 2009-10-07
Posts: 110
Website

Re: Getting an error from yaourt about shared libraries....

[dane@myhost ~]$ ls -l /usr/lib/libyajl.so
lrwxrwxrwx 1 root root 12 Jan 10 09:22 /usr/lib/libyajl.so -> libyajl.so.1
[dane@myhost ~]$

Offline

#6 2011-03-02 12:35:44

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,385
Website

Re: Getting an error from yaourt about shared libraries....

I had a "*" there...   I want to see that the "libyajl.so.1" is really there.   If it is, post the output of running "file" on it.

Offline

#7 2011-03-02 12:38:06

BarefootSoul83
Member
From: Virginia, USA
Registered: 2009-10-07
Posts: 110
Website

Re: Getting an error from yaourt about shared libraries....

[dane@myhost ~]$ file /usr/lib/libyajl.so
/usr/lib/libyajl.so: symbolic link to `libyajl.so.1'
[dane@myhost ~]$

Offline

#8 2011-03-02 12:47:49

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,385
Website

Re: Getting an error from yaourt about shared libraries....

ls -l /usr/lib/libyajl.so*
file /usr/lib/libyajl.so.1

Offline

#9 2011-03-02 14:31:55

BarefootSoul83
Member
From: Virginia, USA
Registered: 2009-10-07
Posts: 110
Website

Re: Getting an error from yaourt about shared libraries....

[dane@myhost ~]$ ls -l /usr/lib/libyajl.so*
lrwxrwxrwx 1 root root    12 Jan 10 09:22 /usr/lib/libyajl.so -> libyajl.so.1
lrwxrwxrwx 1 root root    17 Jan 10 09:22 /usr/lib/libyajl.so.1 -> libyajl.so.1.0.11
-rwxr-xr-x 1 root root 29384 Jan 10 09:22 /usr/lib/libyajl.so.1.0.11

[dane@myhost ~]$ file /usr/lib/libyajl.so.1
/usr/lib/libyajl.so.1: symbolic link to `libyajl.so.1.0.11'
[dane@myhost ~]

Offline

#10 2011-03-02 20:46:33

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: Getting an error from yaourt about shared libraries....

Are you using the horrible archlinuxfr repo? If you are, check if you have a 32bit package-query ona 64bit system (or the other way aroud)


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#11 2011-03-02 21:02:40

BarefootSoul83
Member
From: Virginia, USA
Registered: 2009-10-07
Posts: 110
Website

Re: Getting an error from yaourt about shared libraries....

yeah, I have multilib and archlinuxfr repos.. how would I check about the libs? (and change it if its wrong?)
I was under the impression that 64bit used 32bit libs anyway.... (I am currently running 64bit on this machine...as well as 2 others)

Offline

#12 2011-03-02 22:34:06

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: Getting an error from yaourt about shared libraries....

Remove the [archlinuxfr] repo from pacman.conf and just build yaourt and package-query using makepkg yourself (or even better, use cower instead of yaourt)


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#13 2011-03-02 23:10:48

BarefootSoul83
Member
From: Virginia, USA
Registered: 2009-10-07
Posts: 110
Website

Re: Getting an error from yaourt about shared libraries....

sounds interesting Me Eiendig... I wish I was that well versed...

however, I have all the same stuff on a different laptop and know if can be done with my current configuration....
So, it may take longer....but I'm going to try to work it out... but I will read up on your way and see if its something that I can learn to do smile

any pointers would be great....

Offline

#14 2011-03-03 15:47:40

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: Getting an error from yaourt about shared libraries....

Seriously, the [archlinuxfr] repo is full of broken and outdated packages. You should not use it.


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#15 2011-05-30 21:57:13

namuol
Member
From: New York, US
Registered: 2010-03-01
Posts: 6
Website

Re: Getting an error from yaourt about shared libraries....

@Mr.Elendig

cower is great, but it's hardly a replacement for yaourt... it's just an AUR package downloader.

If you want a replacement for yaourt, try clyde.

Offline

Board footer

Powered by FluxBB