Re: [Gambas-user] Printing without X library

2013-07-19 Thread Rolf-Werner Eilert
Am 19.07.2013 20:51, schrieb Benoît Minisini: > Le 19/07/2013 20:47, Benoît Minisini a écrit : >> Le 19/07/2013 20:32, Rolf-Werner Eilert a écrit : >>> Just stumbled over this one: When I make a Gambas2 script for a >>> webserver, it refuses to execute because I have to use gb.qt and >>> gb.qt.ex

Re: [Gambas-user] Printing without X library

2013-07-19 Thread Benoît Minisini
Le 19/07/2013 20:32, Rolf-Werner Eilert a écrit : > Just stumbled over this one: When I make a Gambas2 script for a > webserver, it refuses to execute because I have to use gb.qt and > gb.qt.ext, and it doesn't find the X server (cannot connect to X server) > when started by Apache. > > Is there a

Re: [Gambas-user] Printing without X library

2013-07-19 Thread Benoît Minisini
Le 19/07/2013 20:47, Benoît Minisini a écrit : > Le 19/07/2013 20:32, Rolf-Werner Eilert a écrit : >> Just stumbled over this one: When I make a Gambas2 script for a >> webserver, it refuses to execute because I have to use gb.qt and >> gb.qt.ext, and it doesn't find the X server (cannot connect to

[Gambas-user] Printing without X library

2013-07-19 Thread Rolf-Werner Eilert
Just stumbled over this one: When I make a Gambas2 script for a webserver, it refuses to execute because I have to use gb.qt and gb.qt.ext, and it doesn't find the X server (cannot connect to X server) when started by Apache. Is there a workaround for this? Rolf --