[kde-solaris] dynamic linking problem in 3.1.4 packages

Roman Maeder maeder at mathconsult.ch
Sun Jan 18 16:59:59 CET 2004


I encountered a small dynamic linking problem in the 3.1.4 Solaris packages:

kdecore (KLibLoader): WARNING: library=kded_kinetd:
file=/opt/kde-3.1.4/lib/kde3/kded_kinetd.la:
ld.so.1: kdeinit: fatal: libslp.so.1: open failed: No such file or directory

the library libslp.so.1 does exist, it is in /opt/fsw4sun/openslp-1.0.11/lib

It seems that kded_kinetd.so was not compiled with this directory on the
run path, and it is neither among the huge number of directories in the
LD_LIBRARY_PATH setting in the "startkde" script. Adding it there fixes the
problem:

export LD_LIBRARY_PATH="/lib:/usr/lib:/usr/lib/lwp:/opt/fsw4sun/lib:/opt/fsw4sun/libxml2-2.5.7/lib:/opt/fsw4sun/libxslt-1.0.30/lib:/opt/fsw4sun/ssl/lib:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/qt-3.2.2-32/lib:/opt/kde-3.1.4/lib:/opt/Forte-8.0/SUNWspro/prod/lib:/opt/Forte-8.0/SUNWspro/prod/lib/v8plusa:/opt/fsw4sun/atk-1.2.4/lib:/opt/fsw4sun/pango-1.2.5/lib:/opt/fsw4sun/gtk+-2.2.4/lib:/opt/fsw4sun/glib-2.2.3/lib:/opt/fsw4sun/freetype-2.1.3/lib:/opt/fsw4sun/cups-1.1.19/lib:/opt/fsw4sun/openslp-1.0.11/lib:/opt/SUNWmlib/lib/sparcv8plus+vis:/opt/SUNWmlib/lib"

Roman



More information about the kde-solaris mailing list