[kde-solaris] KCheckpass on Solaris 8

Thomas Bennett kde-solaris@mail.kde.org
Mon Nov 11 21:58:02 2002


On Tue, 12 Nov 2002 09:22, Joshua Symons wrote:
> I figured out the reason mine is probably still failing has to do with
> the LD issue for setuid binaries mentioned earlier. Unfortunately I
> don't feel like recompiling the whole kde kit with -R/usr/local/lib, so
> I just made a desktop icon that does xterm -e xlock basically, or
> xlockmore in my case. To get LD_LIBRARY_PATH reflected for -R during
> compiling, kde should support LD_RUNPATH, so LD_RUNPATH=$LD_LIBRARY_PATH
> should set them equivilent. Too bad the only thing kdesktop_lock is
> failing on is libpng :X

Do a prelink with crle, that should solve the path problems.
I use:
crle -l /usr/lib -l /usr/local/lib -l /usr/openwin/lib -i /usr/lib -i 
/usr/local/lib -i /usr/openwin/lib  -a /usr/lib/libthread.so.1 -o 
/usr/lib/lwp -l /usr/local/apache2/lib -i /usr/local/apache2/lib

-- 
Regards
Thomas Bennett