You are not logged in.
Pages: 1
Hi All,
I'm new to Archlinux, I have previously used Slackware Linux.
I have tried to install via Pacman the GTKam package, pacman has downloaded some dependant libraries too.
When I ran the gtk app, an error was displayed saying I don't have the libbonoboui library. It can't be, because pacman has downloaded it. And really I have found the library in /opt/gnome/lib.
First, why is the bonnobo library in such a strange place and not in /usr/lib or /usr/local/lib ?
And second, why the GTKam package search the wrong directory after this library ?
Thanks
Offline
Recently gnome made the switch from /opt/ to /usr/ on arch, so probably the install script for that library still points to /opt/ while it should point to /usr/ and the other gtk stuff probably points to /usr/ as it should and thus doesn't find you're library...
It's a guess but this seems a plausible explanation. Maybe try copying or symlinking the library from /opt/ to /usr/ and file a bug.
Offline
The package libbonoboui 2.18.0-2 has the libraries in /usr/lib, so probably you have not the right package installed.
Offline
Pages: 1