Hi Kermit,

On  Do 15 Mai 2014 00:27:22 CEST, Short, Kermit wrote:

I proceed to trying to build x2goclient itself:
4) sudo make
Things go fine until an error on an ssh related object:

g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DCFGCLIENT
-D__linux__ -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB
-DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I.
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I.
-I. -I. -o sshmasterconnection.o sshmasterconnection.cpp
sshmasterconnection.cpp: In member function ‘void
SshMasterConnection::checkReverseTunnelConnections()’:
sshmasterconnection.cpp:297:73: error: ‘ssh_channel_accept_forward’ was
not declared in this scope
sshmasterconnection.cpp:308:33: warning: comparison between signed and
unsigned integer expressions [-Wsign-compare]
make: *** [sshmasterconnection.o] Error 1

Note in the above prereq install, I installed the libssh-dev package,
but it looks to my uneducated eyes like I'm missing an ssh component for
this to build against...

You need libssh >= 0.5.4-3 (provided via our Ubuntu PPAs or in Debian testing) for latest X2Go Client (4.0.2.0). Make sure, X2Go Client builds against that library version and that that library is also available during runtime. You may have to build libssh from source, as well, for your project and then in a second step build X2Go Client on top of that.

Greets,
Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: [email protected], http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb

Attachment: pgptoTdiTnKqC.pgp
Description: Digitale PGP-Signatur

_______________________________________________
x2go-user mailing list
[email protected]
http://lists.x2go.org/listinfo/x2go-user

Reply via email to