For those wanting to build XRDP from CVS these are the steps I
followed. This was on an Ubuntu 10.04 server.
1) Do CVS checkout as per source forge.
|
cvs -z3 -d:pserver:anonym...@xrdp.cvs.sourceforge.net:/cvsroot/xrdp co
-P xrdp|
2) Make sure yoiu have required build tools
sudo apt-get install autoconf
sudo apt-get install automake
sudo apt-get install libtool
sudo apt-get install gcc
3) Make sure you have required libraries etc.
sudo apt-get install libpam0g-dev
sudo apt-get install libssl-dev
sudo apt-get install libx11-dev
sudo apt-get install libxfixes-dev
4) Change to CVS checkout directory.
autoreconf
chmod a+x configure
./configure --prefix=/usr
make clean
make
sudo make install
5) Notes
This build puts xrdp.ini in /user/etc/xrdp and not /etc/xrdp.
Used --prefix to ensure ovewrote any install of xrdp using apt-get on
ubuntu.
Alternate command line
./configure --prefix=/usr --enable-xrdpdebug
but then run only from command line, still need sudo to access RSA keys.
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
xrdp-devel mailing list
xrdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xrdp-devel