<br><tt><font size=2>From: Alain Lemerre <alain.lemerre@gmail.com><br>
To: User Support for FreeNX Server and kNX Client <freenx-knx@kde.org><br>
Sent: Fri, 20 November, 2009 6:20:50<br>
Subject: [FreeNX-kNX] Some problems with my FreeNX configuration<br>
</font></tt>
<br><tt><font size=2>>My configuration: Slackware 13.0 FreeNX SVN 0.7.4
<br>
<br>
<br>
SVN. You expect it to just work ???<br>
<br>
<br>
>First of all, when I do a "nxloadconfig --check" I get this
input:<br>
<br>
>Warning: Invalid value "APPLICATION_LIBRARY_PRELOAD=<br>
>/usr/NX/lib/libX11.so.6.2:<br>
>/usr/NX/lib/libXext.so.6.4:<br>
>/usr/NX/lib/libXcomp.so:<br>
>/usr/NX/lib/libXcompext.so:<br>
>/usr/NX/lib/libXrender.so.1.2"<br>
<br>
>. /usr/NX/lib/libXrender.so.1.2 could not be found.<br>
<br>
Yup Seems clear enough !!<br>
<br>
<br>
>Users will not be able to run a single application in non-rootless
mode.<br>
<br>
<br>
>In my /usr/NX/lib directory the following libs are installed: <br>
>libX11.so@ libXcompext.so.3@
libXext.so.6.4*<br>
>libX11.so.6@ libXcompext.so.3.4.0*
libXrender.so@<br>
>libX11.so.6.2* libXcompshad.so@
libXrender.so.1@<br>
>libXcomp.so@ libXcompshad.so.3@
libXrender.so.1.2.2*<br>
<br>
Can you see libXrender.so.1.2 here ???<br>
<br>
>libXcomp.so.3@ libXcompshad.so.3.4.0* libnxredir.so.0*<br>
>libXcomp.so.3.4.0* libXext.so@<br>
>libXcompext.so@ libXext.so.6@<br>
<br>
<br>
Try as "root"<br>
<br>
cd /usr/NX/lib<br>
<br>
ln -s /libXrender.so.1.2 libXrender.so.1.2.2<br>
<br>
<br>
That might get rid of the error message and it might work, thoigh <br>
you seem to be out of phase with your libraries<br>
<br>
If it doesn't work try adding : -<br>
<br>
ln -s /libXrender.so libXrender.so.1.2.2<br>
<br>
<br>
You would be better using 0.7.3 though I think !!<br>
<br>
<br>
</font></tt>