Forgot to attach the file sorrryyyyy
El vie, 20 ago 2021 a las 13:22, Paula Carboné (<[email protected]>)
escribió:
> Hi Christopher! I have tried again and it keeps displaying the same. I
> attach you the output of the following command:
> ./configure --with-xorg
>
> The packages I have installed are:
> xserver-xorg-core
> xserver-xorg-dev
> xorg-dev
> xserver-xorg-dev
>
> xorg-server and xorg-server-dev are not found for the OS I am using
> (Ubuntu 20.04), but I think the packages listed above should be ok.
> Thanks! :)
>
>
> El jue, 19 ago 2021 a las 6:12, Christopher Speck (<[email protected]>)
> escribió:
>
>> 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!
>>>
>>
root@paula-virtual-machine:~/guacamole-server# ./configure --with-xorg
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu
format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format...
func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for gcc option to accept ISO C99... none needed
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking cairo/cairo.h usability... yes
checking cairo/cairo.h presence... yes
checking for cairo/cairo.h... yes
checking pngstruct.h usability... no
checking pngstruct.h presence... no
checking for pngstruct.h... no
checking for cos in -lm... yes
checking for png_write_png in -lpng... yes
checking for jpeg_start_compress in -ljpeg... yes
checking for cairo_create in -lcairo... yes
checking for pthread_create in -lpthread... yes
checking for dlopen in -ldl... (cached) yes
checking for uuid_make in -lossp-uuid... yes
checking ossp/uuid.h usability... yes
checking ossp/uuid.h presence... yes
checking for ossp/uuid.h... yes
checking whether uuid_make is declared... yes
checking for CU_run_test in -lcunit... no
checking for clock_gettime... yes
checking for gettimeofday... yes
checking for memmove... yes
checking for memset... yes
checking for select... yes
checking for strdup... yes
checking for nanosleep... yes
checking whether png_get_io_ptr is declared... yes
checking whether cairo_format_stride_for_width is declared... yes
checking whether poll is declared... yes
checking whether strlcpy is declared... no
checking whether strlcat is declared... no
checking for size_t... yes
checking for ssize_t... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for AVCODEC... yes
checking for AVFORMAT... yes
checking for AVUTIL... yes
checking for SWSCALE... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for SSL_CTX_new in -lssl... yes
checking whether DSA_SIG_get0 is declared... yes
checking whether DSA_get0_pqg is declared... yes
checking whether DSA_get0_key is declared... yes
checking whether RSA_get0_key is declared... yes
checking whether libssl requires threading callbacks... no
checking for main in -lwsock32... no
checking vorbis/vorbisenc.h usability... yes
checking vorbis/vorbisenc.h presence... yes
checking for vorbis/vorbisenc.h... yes
checking for ogg_stream_init in -logg... yes
checking for vorbis_block_init in -lvorbis... yes
checking for vorbis_encode_init in -lvorbisenc... yes
checking for pa_context_new in -lpulse... yes
checking for PANGO... yes
checking for PANGOCAIRO... yes
checking for rfbInitClient in -lvncclient... yes
checking for rfbClient.destHost... yes
checking for rfbClient.destPort... yes
checking whether listenForIncomingConnectionsNoFork is declared... yes
checking for rfbClient.LockWriteToTLS... yes
checking for rfbClient.UnlockWriteToTLS... yes
checking for rfbClient.GetCredential... yes
checking for RDP... yes
checking whether FreeRDPConvertColor is declared... yes
checking whether FreeRDP appears to be a development version... no
checking whether Bitmap_Free() frees the rdpBitmap and its image data... no
checking whether pVirtualChannelWriteEx() frees the wStream upon completion...
no
checking whether rdpGlyph callbacks accept INT32 integer parameters... yes
checking whether CLIPRDR callbacks require const for their final parameter...
yes
checking whether RAIL callbacks require const for their final parameter... yes
checking for rdpSettings.AllowUnanouncedOrdersFromServer... yes
checking for libssh2_session_init_ex in -lssh2... yes
checking for gcry_control in -lssh2... no
checking for telnet_init in -ltelnet... yes
checking webp/encode.h usability... yes
checking webp/encode.h presence... yes
checking for webp/encode.h... yes
checking for WebPEncode in -lwebp... yes
checking for lws_create_context in -lwebsockets... yes
checking whether LWS_CALLBACK_CLIENT_CLOSED is declared... yes
checking whether LWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT is declared... yes
checking whether LCCSCF_USE_SSL is declared... yes
checking whether lws_callback_http_dummy is declared... yes
checking for xcb_connect in -lxcb... yes
checking for xcb_randr_set_screen_size in -lxcb-randr... no
checking for xcb_xfixes_query_version in -lxcb-xfixes... no
checking for XORG... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Doxyfile
config.status: creating src/common/Makefile
config.status: creating src/common/tests/Makefile
config.status: creating src/common-ssh/Makefile
config.status: creating src/common-ssh/tests/Makefile
config.status: creating src/terminal/Makefile
config.status: creating src/libguac/Makefile
config.status: creating src/libguac/tests/Makefile
config.status: creating src/guacd/Makefile
config.status: creating src/guacd/man/guacd.8
config.status: creating src/guacd/man/guacd.conf.5
config.status: creating src/guacenc/Makefile
config.status: creating src/guacenc/man/guacenc.1
config.status: creating src/guaclog/Makefile
config.status: creating src/guaclog/man/guaclog.1
config.status: creating src/pulse/Makefile
config.status: creating src/protocols/kubernetes/Makefile
config.status: creating src/protocols/rdp/Makefile
config.status: creating src/protocols/rdp/tests/Makefile
config.status: creating src/protocols/ssh/Makefile
config.status: creating src/protocols/telnet/Makefile
config.status: creating src/protocols/vnc/Makefile
config.status: creating src/drivers/xf86-video-guac/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
------------------------------------------------
guacamole-server version 1.3.0
------------------------------------------------
Library status:
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.
root@paula-virtual-machine:~/guacamole-server#
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]