Am Freitag 21 Januar 2011, 23:31:40 schrieb Marco Knaus: > I have tried installing xrdp 0.4.2 and 0.4.1, but all I get is an error > telling me that openssl is not present, although it is. I have executed > "sudo apt-get install openssl" (see second part of the listing) which > tells me it is up to date. This is what I got (OS is Ubuntu 10.10 x64 > Desktop in German): >
AFAIK you have to install libssl-dev to fulfill openssl dependency: $ apt-get install libssl-dev Version 0.4.1 and 0.4.2 are pretty old now - there are some problems with german keyboards (especially AltGr-Keys) so I would suggest to fetch the latest version from git-repository. And besides - to make it easier for our non german speaking friends to understand console outputs, I would suggest to execute an "export LANG=C" before logging and posting such messages on international mailing lists ;-). It's only temporary for the current session, so that outputs will be in german again, after you open another terminal session. # apt-get install libssl-dev Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut Statusinformationen werden eingelesen... Fertig libssl-dev ist schon die neueste Version. 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert. # # export LANG=C # apt-get install libssl-dev Reading package lists... Done Building dependency tree Reading state information... Done libssl-dev is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. # Andreas ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ xrdp-devel mailing list xrdp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xrdp-devel