Hi Paula, The --with-xorg-module-dir argument may have been removed if you copied the draft changes at https://github.com/apache/guacamole-server/pull/316, though I don't think this should interfere with it compiling for xorg server.
If removing that flag still results in xorg-server not being included, even though you're specifying --with-xorg, that likely means some dependencies are not present on the system. Make sure you have xorg-server and xorg-server-dev packages installed. If you still continue to have issues can you attach a text file with the full output? Christopher Speck On Wed, Aug 18, 2021 at 4:36 PM Paula Carboné <[email protected]> wrote: > Hi! Im using Guacamole for a few weeks now but I am experiencing some > troubles with the Xorg driver installation. > I am able to download the guacamole-server (xf86-video-guac branch). Then > I run *autoreconf -fi* in oder to get the *configure* file needed to run > the following command: > > *./configure --with-xorg-module-dir=/usr/lib/xorg/modules/ --with-xorg* > > After that, the following message is displayed: > *configure: WARNING: unrecognized options: --with-xorg-module-dir* > As a result, the library status displays as follows: > freerdp2 ............ yes > pango ............... yes > * xorg-server ......... no* > libavcodec .......... yes > libavformat.......... yes > libavutil ........... yes > libssh2 ............. yes > libssl .............. yes > libswscale .......... yes > libtelnet ........... yes > libVNCServer ........ yes > libvorbis ........... yes > libpulse ............ yes > libwebsockets ....... yes > libwebp ............. yes > libxcb .............. yes > libxcb-randr ........ no > libxcb-xfixes ....... no > wsock32 ............. no > > Protocol support: > Kubernetes .... yes > RDP ........... yes > SSH ........... yes > Telnet ........ yes > VNC ........... yes > > Drivers: > * X.Org (EXPERIMENTAL) .... no* > > Services / tools: > guacd ...... yes > guacenc .... yes > guaclog .... yes > FreeRDP plugins: /usr/lib/x86_64-linux-gnu/freerdp2 > Init scripts: no > Systemd units: no > > Type "make" to compile guacamole-server. > > Please, note that I have followed the instructions provided by Mike Jumper > in > *https://www.mail-archive.com/[email protected]/msg01299.html > <https://www.mail-archive.com/[email protected]/msg01299.html>* > as well as *https://gist.github.com/jamhall/844c49515f76126b218a16043ef08952 > <https://gist.github.com/jamhall/844c49515f76126b218a16043ef08952>* > I dont have a clue on what to do, since the configure file generated seems > to be the problem but I cannot find further info online > Thaaanks and best regards! >
