[panel-plugins] libxfcegui4.so.4 => not found
Wei-Tsun Sun
knightw at world-net.co.nz
Tue Oct 4 14:18:31 CEST 2005
Hi all,
I built/installed the svn xfce4 in my home directory, /home/test/ in this case.
Things (xfce4-panel, xfwm, mcs-manager..) from the svn all works fine and great.
I have been trying to get, build and install these new-ported plugins from
http://www.xfce.org/~jasper/plugins/
, but it seemed that I didn't have as much luck as I did in those modules in the svn.
Here are the details:
I have set my enviroment (I am using Debian Sarge) variable as:
export PKG_CONFIG_PATH=$HOME/lib/pkgconfig
export LDPATH=$HOME/lib
to compile all of these modules.
$ ldd ~/bin/xfce4-panel
linux-gate.so.1 => (0xffffe000)
libxfce4panel.so.1 => /home/test/lib/libxfce4panel.so.1 (0xb7f85000)
libxfcegui4.so.4 => /home/test/lib/libxfcegui4.so.4 (0xb7e2d000)
libxfce4util.so.2 => /home/test/lib/libxfce4util.so.2 (0xb7b57000)
.........
which seems all right.
But when I do ldd xfce4-netload-plugin
libxfce4panel.so.1 => /usr/lib/libxfce4panel.so.1 (0xb7f1f000)
libxfcegui4.so.4 => not found
libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0xb7c60000)
libxfce4util.so.2 => /usr/local/lib/libxfce4util.so.2 (0xb7c48000)
It seemed that the new-built xfce4-[netload | cpugraph | battery]-plugin loaded the
wrong libs.
Any suggestions ?
William
More information about the Xfce4-dev
mailing list