<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html>
<head>
 <meta http-equiv='Content-Type' content='text/html;charset=us-ascii'>
 <style>BODY{font:10pt Tahoma, Verdana, sans-serif;}</style>
</head>
<body>



 
 


Hi Sean,<br><br>Let's start with the error you received and ignore the warnings 
for now. <br>The error you received was...<br><br>> Error: Could not find 
1.5.0 or 2.[01].0 or 3.[01].0 version string in<br>> nxagent. NX 1.5.0 or 
2.[01].0 or 3.[01].0 backend is needed for this<br>> version of 
FreeNX.<br><br>You got this message because the nxloadconfig script is looking 
for a 1.5.0, <br>2.1.0, or 3.1.0 backend.  You are using the 3.2.0 backend as 
indicated by <br>the 'nx-3.2.0-27 fc9 i386' rpm package.  The 3.2.0 backend will 
work fine. <br>You will just have to update the nxloadconfig script and have it 
search for <br>the 3.2.0 backend.<br><br>Look for the line that says...<br><br>[ 
-z "$(strings $PATH_BIN/nxagent | egrep 'NXAGENT - Version 1.5.0|NXAGENT - 
<br>Version 2.[01].0|NXAGENT - Version 3.[01].0')" ] && \<br><br>... and 
change it to...<br><br>[ -z "$(strings $PATH_BIN/nxagent | egrep 'NXAGENT - 
Version 1.5.0|NXAGENT - <br>Version 2.[01].0|NXAGENT - Version 3.[01].0|NXAGENT 
- Version 3.2.0')" ] && <br>\<br><br>After that, run './nxsetup install' 
again.<br><br>Justin<br><br><blockquote style="border-left: 2px solid rgb(0, 0, 255); padding-left: 5px; margin-left: 5px; margin-right: 0px;"><hr><b>From:</b> sean darcy [mailto:<a href="mailto:seandarcy2@gmail.com">seandarcy2@gmail.com</a>]<br><b>To:</b> <a href="mailto:freenx-knx@kde.org">freenx-knx@kde.org</a><br><b>Sent:</b> Sat, 17 May 2008 14:08:19 -0400<br><b>Subject:</b> [FreeNX-kNX] Can't install Freenx on clean Fedora 9<br><br>rpm -qa | grep nx<br>
freenx-server-0.7.2-8.fc9.i386<br>
nxclient-3.2.0-9.i386<br>
nx-3.2.0-27.fc9.i386<br>
<br>
I couldn't connect, so on the server:<br>
<br>
./nxsetup --test<br>
<br>
----> Testing your nxserver configuration ...<br>
Warning: Could not find nxdesktop in /usr/libexec/nx. RDP sessions won't <br>
work.<br>
Warning: Could not find nxviewer in /usr/libexec/nx. VNC sessions won't <br>
work.<br>
Warning: Invalid value <br>
"APPLICATION_LIBRARY_PRELOAD=/usr/lib/nx/libX11.so.6.2:/usr/lib/nx/libXext.so.6.4:/usr/lib/nx/libXcomp.so:/usr/lib/nx/libXcompext.so:/usr/lib/nx/libXrender.so.1.2". <br>
/usr/lib/nx/libXcomp.so could not be found. Users will not be able to <br>
run a single application in non-rootless mode.<br>
Warning: Invalid value "COMMAND_START_KDE=startkde"<br>
          Users will not be able to request a KDE session.<br>
Warning: Invalid value "COMMAND_START_CDE=cdwm"<br>
          Users will not be able to request a CDE session.<br>
Warning: Invalid value "COMMAND_SMBMOUNT=smbmount". You'll not be able <br>
to use SAMBA.<br>
Warning: Invalid value "COMMAND_SMBUMOUNT=smbumount". You'll not be able <br>
to use SAMBA.<br>
Error: Could not find 1.5.0 or 2.[01].0 or 3.[01].0 version string in <br>
nxagent. NX 1.5.0 or 2.[01].0 or 3.[01].0 backend is needed for this <br>
version of FreeNX.<br>
<br>
   Errors occured during config check.<br>
   Please correct the configuration file.<br>
<br>
I tried to set it up again:<br>
<br>
./nxsetup<br>
------> You did select no action.<br>
         FreeNX guesses that you want to _install_ the server.<br>
         Type "y" to abort the installation at this point in time.<br>
         "N" is the default and continues installation.<br>
         Use "./nxsetup --help" to get more detailed help hints.<br>
<br>
  Do you want to abort now? [y/N]<br>
<br>
------> It is recommended that you use the NoMachine key for<br>
         easier setup. If you answer "y", FreeNX creates a custom<br>
         KeyPair and expects you to setup your clients manually.<br>
         "N" is default and uses the NoMachine key for installation.<br>
<br>
  Do you want to use your own custom KeyPair? [y/N]<br>
Setting up /etc/nxserver ...done<br>
Setting up /var/lib/nxserver/db ...done<br>
Setting up /var/log/nx/nxserver.log ...done<br>
Adding user "nx" to group "utmp" ...done<br>
Setting up known_hosts and authorized_keys2 ...done<br>
Setting up permissions ...done<br>
Setting up cups nxipp backend ...done<br>
<br>
----> Testing your nxserver configuration ...<br>
Warning: Could not find nxdesktop in /usr/libexec/nx. RDP sessions won't <br>
work.<br>
Warning: Could not find nxviewer in /usr/libexec/nx. VNC sessions won't <br>
work.<br>
Warning: Invalid value <br>
"APPLICATION_LIBRARY_PRELOAD=/usr/lib/nx/libX11.so.6.2:/usr/lib/nx/libXext.so.6.4:/usr/lib/nx/libXcomp.so:/usr/lib/nx/libXcompext.so:/usr/lib/nx/libXrender.so.1.2". <br>
/usr/lib/nx/libXcomp.so could not be found. Users will not be able to <br>
run a single application in non-rootless mode.<br>
Warning: Invalid value "COMMAND_START_KDE=startkde"<br>
          Users will not be able to request a KDE session.<br>
Warning: Invalid value "COMMAND_START_CDE=cdwm"<br>
          Users will not be able to request a CDE session.<br>
Warning: Invalid value "COMMAND_SMBMOUNT=smbmount". You'll not be able <br>
to use SAMBA.<br>
Warning: Invalid value "COMMAND_SMBUMOUNT=smbumount". You'll not be able <br>
to use SAMBA.<br>
Error: Could not find 1.5.0 or 2.[01].0 or 3.[01].0 version string in <br>
nxagent. NX 1.5.0 or 2.[01].0 or 3.[01].0 backend is needed for this <br>
version of FreeNX.<br>
<br>
   Errors occured during config check.<br>
   Please correct the configuration file.<br>
<br>
<br>
Now nxclient put libXcomp in:<br>
<br>
/usr/NX/lib/libXcomp.so<br>
<br>
which is not the nxsetup search path.<br>
<br>
What am I missing?<br>
<br>
sean<br>
<br>
________________________________________________________________<br>
     Were you helped on this list with your FreeNX problem?<br>
    Then please write up the solution in the FreeNX Wiki/FAQ:<br>
  <a href="http://openfacts.berlios.de/index-en.phtml?title=FreeNX_FAQ">http://openfacts.berlios.de/index-en.phtml?title=FreeNX_FAQ</a><br>
         Don't forget to check the NX Knowledge Base:<br>
                 <a href="http://www.nomachine.com/kb/">http://www.nomachine.com/kb/</a> <br>
<br>
________________________________________________________________<br>
       FreeNX-kNX mailing list --- <a href="mailto:FreeNX-kNX@kde.org">FreeNX-kNX@kde.org</a><br>
      <a href="https://mail.kde.org/mailman/listinfo/freenx-knx">https://mail.kde.org/mailman/listinfo/freenx-knx</a><br>
________________________________________________________________<br>
<br>
</blockquote>
<style>
 BODY {font:10pt Tahoma,Verdana,sans-serif;}
</style>
</body></html>