[kde-solaris] Re: kde-solaris Digest, Vol 26, Issue 2

ken mays maybird1776 at yahoo.com
Sat May 21 15:08:30 CEST 2005


> Message: 1
> Date: Fri, 20 May 2005 15:05:28 +0000
> From: Stanislav Lakhtin <sl at whiteants.net>
> Subject: [kde-solaris] Re: kde-solaris Digest, Vol
> 26, Issue 1
> To: kde-solaris at mail.kde.org
> Message-ID: <200505201505.28886.sl at whiteants.net>
> Content-Type: text/plain;  charset="koi8-r"
> 
> hello.
> > ld.so.1: /opt/csw/kde-gcc/bin/kdm_greet: fatal:
> libkdeui.so.4: open failed:
> > No such file or directory
> >
> >
> > I do a search looking for libkdeui.so.4 and it is
> nowhere on the system. I
> > try to use pkg-get to install kdelib but it says
> everything is installed...
> >
> > Anyone have any ideas how I can get past this?
> 
> Check environment variable LD_LIBRARY_PATH.
> This variable must contain all path, such as
> /opt/kde-3.4.0/lib, where exists 
> library need for KDE. 
> Folder with installed KDE also contain subfolder
> ./lib, which must be included 
> in LD_LIBRARY_PATH too.
> In your case you need command "find / -name
> libkdeui.so.4", and including this 
> folder in LD_LIBRARY_PATH. Good idea including
> "export 
> LD_LIBRARY_PATH=bla-bla-bla" in startup script of
> KDM
> 
> PS: Sorry for my bad english.
> 
> Stanislav Lakhtin. 

Check for this in /opt/csw/kde-gcc/lib:
bash-2.03$ ls -al *kdeui*
-rwxr-xr-x   1 root     bin         1272 Oct 20  2004
libkdeui.la
lrwxrwxrwx   1 root     other         17 Oct 20  2004
libkdeui.so -> libkdeui.so
.4.2.0
lrwxrwxrwx   1 root     other         17 Oct 20  2004
libkdeui.so.4 -> libkdeui.
so.4.2.0
-rwxr-xr-x   1 root     bin      3547788 Oct 20  2004
libkdeui.so.4.2.0

2. Then do this:
bash-2.03$ ldd kdm_greet
        libkdeui.so.4 =>        
/opt/csw/kde-gcc/lib/libkdeui.so.4
        libkdecore.so.4 =>      
/opt/csw/kde-gcc/lib/libkdecore.so.4
        libDCOP.so.4 => 
/opt/csw/kde-gcc/lib/libDCOP.so.4
        libart_lgpl_2.so.2 =>   
/opt/csw/lib/libart_lgpl_2.so.2
        libkdefx.so.4 =>        
/opt/csw/kde-gcc/lib/libkdefx.so.4
        libXrender.so.1 =>      
/opt/csw/lib/libXrender.so.1
        libqt-mt.so.3 =>        
/opt/csw/kde-gcc/lib/libqt-mt.so.3
        libXi.so.5 =>    /usr/openwin/lib/libXi.so.5
        libresolv.so.2 =>       
/usr/lib/libresolv.so.2
        libdl.so.1 =>    /usr/lib/libdl.so.1
        librt.so.1 =>    /usr/lib/librt.so.1
        libpng.so.3 =>   /opt/csw/lib/libpng.so.3
        libz.so =>       /opt/csw/lib/libz.so
        libXext.so.0 =>  /usr/openwin/lib/libXext.so.0
        libsocket.so.1 =>       
/usr/lib/libsocket.so.1
        libnsl.so.1 =>   /usr/lib/libnsl.so.1
        libSM.so.6 =>    /usr/openwin/lib/libSM.so.6
        libICE.so.6 =>   /usr/openwin/lib/libICE.so.6
        libpthread.so.1 =>      
/usr/lib/libpthread.so.1
        libX11.so.4 =>   /usr/openwin/lib/libX11.so.4
        libstdc++.so.6 =>       
/opt/csw/gcc3/lib/libstdc++.so.6
        libXtst.so.1 =>  /usr/openwin/lib/libXtst.so.1
        libm.so.1 =>     /usr/lib/libm.so.1
        libgcc_s.so.1 =>        
/opt/csw/gcc3/lib/libgcc_s.so.1
        libc.so.1 =>     /usr/lib/libc.so.1
        libstdc++.so.5 =>       
/opt/csw/gcc3/lib/libstdc++.so.5
        libaio.so.1 =>   /usr/lib/libaio.so.1
        libmp.so.2 =>    /usr/lib/libmp.so.2
        libthread.so.1 =>       
/usr/lib/libthread.so.1
        /usr/platform/SUNW,Ultra-2/lib/libc_psr.so.1
bash-2.03$

Then, set up your library path to:
/opt/csw/kde-gcc/lib:/opt/csw/lib:...(blah-blah)

This would help check your situation. Make sure you
have the latest kdebase.

~Ken Mays



		
__________________________________ 
Yahoo! Mail Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 


More information about the kde-solaris mailing list