Hi,
okay, perl-Config-Simple is installed now. Still the startup does not happen: BEGIN failed--compilation aborted at ./x2goinsertsession line 6, <FH> line 1. Can't read config file /etc/x2go/x2gosql/sql at x2godbwrapper.pm line 12, <FH> line 1. Compilation failed in require at ./x2goinsertsession line 6, <FH> line 1.
I found a INSTALL-file in this release and according to this I created /etc/x2go/sql and put "sqlite" in there: http://code.x2go.org/releases/source/x2goserver/pre-git/x2goserver_3.0.1-9.t...
Then the error above pops up. What is next?
I am not sure if I really need a database. I just need this for a single user on a single computer...
Thanks, Enrico
Hi Enrico,
On Di 02 Aug 2011 11:03:07 CEST "Zschemisch, Enrico" wrote:
Hi,
okay, perl-Config-Simple is installed now. Still the startup does not happen: BEGIN failed--compilation aborted at ./x2goinsertsession line 6, <FH> line 1. Can't read config file /etc/x2go/x2gosql/sql at x2godbwrapper.pm
line 12, <FH> line 1. Compilation failed in require at ./x2goinsertsession line 6, <FH> line 1.I found a INSTALL-file in this release and according to this I
created /etc/x2go/sql and put "sqlite" in there:
http://code.x2go.org/releases/source/x2goserver/pre-git/x2goserver_3.0.1-9.t...
Have you run
make && make install
in the base folder of the extracted tarball? It does not sound like that.
Also make sure that you use a very recent x2goserver, as found on
git.x2go.org:
git clone git://git.x2go.org/x2goserver.git cd x2goserver make && make install
Greets, Mike
--
DAS-NETZWERKTEAM mike gabriel, dorfstr. 27, 24245 barmissen fon: +49 (4302) 281418, fax: +49 (4302) 281419
GnuPG Key ID 0xB588399B mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
Hi,
Have you run make && make install in the base folder of the extracted tarball? It does not sound like that. I already tried that and there is no makefile to do that:
15:48:09 /data/x2goserver-3.0.1 : make make: *** No targets specified and no makefile found. Stop.
The git repository is not reachable, proxy does not allow that...
Regards, Enrico
Hi Enrico,
On Di 02 Aug 2011 15:49:04 CEST "Zschemisch, Enrico" wrote:
The git repository is not reachable, proxy does not allow that...
http://code.x2go.org/gitweb?p=x2goserver.git;a=snapshot;sf=tgz
This will give you a tarball snapshot of the latest x2goserver Git
version via HTTP.
Greets, Mike
--
DAS-NETZWERKTEAM mike gabriel, dorfstr. 27, 24245 barmissen fon: +49 (4302) 281418, fax: +49 (4302) 281419
GnuPG Key ID 0xB588399B mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...