User Tools

Site Tools


wiki:development:build-howto-linux:x2goserver

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
wiki:development:build-howto-linux:x2goserver [2011/11/15 10:53]
sunweaver created
wiki:development:build-howto-linux:x2goserver [2011/11/15 11:09]
sunweaver [General Information]
Line 1: Line 1:
-====== X2goServer Installation (LinuxFromScratch) ======+====== Build X2GoServer for GNU/Linux ======
  
 //... esp. applies to installation on the Linux-From-Scratch distribution.// //... esp. applies to installation on the Linux-From-Scratch distribution.//
 +
 +===== General Information =====
 +
 +Make sure you have read these wiki pages / installed recommended software / development libraries:
 +
 +  * non-X2Go runtime dependencies: 
 +    * lsof
 +    * openssh-client
 +    * openssh-server
 +    * libconfig-simple-perl
 +    * makepasswd
 +    * libdbd-pg-perl
 +    * libdbd-sqlite3-perl
 +    * xauth
 +  * X2Go runtime dependencies:
 +    * x2goagent
 +    * NX libraries 
 +
 +Note: X2GoServer is not dependent on perl-suid anymore (as Perl SUID has been removed from Perl >=5.12.x).
 +
 +Installation: For an insight in basic post-installation procedures please take a look at the ''INSTALL'' file in the base directory of the ''x2goserver'' code project. The latest version of this INSTALL file can be found in our [[http://code.x2go.org/gitweb?p=x2goserver.git;a=blob;f=INSTALL|Git repository]].
 +
 +Deinstallation: For deinstallation please refer to the ''UNINSTALL'' file in the base directory of the ''x2goserver'' code project. The latest version of this UNINSTALL file can also be found in our [[http://code.x2go.org/gitweb?p=x2goserver.git;a=blob;f=UNINSTALL|Git repository]].
 +
 +===== Build Recipes =====
  
 **Run the following commands as a regular, non-root user.  You'll need the root password to install them.** **Run the following commands as a regular, non-root user.  You'll need the root password to install them.**
Line 96: Line 121:
 </code> </code>
  
-**8.+**8. FIXME -> has to built from nx-libs.git 
 Install nxcomp from git** Install nxcomp from git**
  
Line 108: Line 134:
 </code> </code>
  
-**9.+**9. FIXME -> has to built from nx-libs.git 
 Install nxcompext from git** Install nxcompext from git**
  
Line 120: Line 147:
 </code> </code>
  
-**10.+**10. FIXME -> has to built from nx-libs.git 
 Install nxcompshad from git** Install nxcompshad from git**
  
Line 132: Line 160:
 </code> </code>
  
-**11.+**11. 
 Install x2goagent from git** Install x2goagent from git**
  
Line 232: Line 260:
 ln -sf ../init.d/x2goserver /etc/rc.d/rc6.d/K28x2goserver" ln -sf ../init.d/x2goserver /etc/rc.d/rc6.d/K28x2goserver"
 </code> </code>
 +
wiki/development/build-howto-linux/x2goserver.txt · Last modified: 2013/03/08 13:31 (external edit)