error when trying to run startxfce4

Benedikt Meurer Benedikt.Meurer at unix-ag.uni-siegen.de
Wed Jun 11 19:21:48 CEST 2003


On Wed, 11, Jun 2003, Mike Johnston wrote:

Hello Mike,

> /opt/xfce4/bin/xfce4-panel: error while loading shared libraries:
> libstartup-notification-1.so.0: cannot open shared object or file: no such file
> or directory

Locate the file libstartup-notification-1.so.0 on your system and add
the path that contains the file to the LD_LIBRARY_PATH environment
variable. That should make it work. E.g. if the file is located
in /usr/local/lib, then do the following (assuming a sh compatible shell):

LD_LIBRARY_PATH="/usr/local/lib"; export LD_LIBRARY_PATH
startxfce4

Benedikt

-- 
NetBSD Operating system:                       http://www.NetBSD.org/
pkgsrc "Work in progress":                  http://pkgsrc-wip.sf.net/
XFce desktop environment:                        http://www.xfce.org/
German Unix-AG Association:                   http://www.unix-ag.org/



More information about the Xfce4-dev mailing list