Same error after "make distclean;autoreconf -fi;./configure;make" I'm using a freshly installed Ubuntu 20.04.6.I've tested with an Ubuntu 22.04.3 and no problems in this case.
Sam Le samedi 9 décembre 2023 à 14:46:16 UTC+1, Nick Couchman <vn...@apache.org> a écrit : On Sat, Dec 9, 2023 at 4:36 AM sam g <sam028...@yahoo.fr.invalid> wrote: Hi, Small issue in compiling guac 1.5.4:/usr/bin/ld: /home/sam/guacamole-server-1.5.4/src/libguac/.libs/libguac.so: undefined reference to `timer_delete' /usr/bin/ld: /home/sam/guacamole-server-1.5.4/src/libguac/.libs/libguac.so: undefined reference to `timer_settime' /usr/bin/ld: /home/sam/guacamole-server-1.5.4/src/libguac/.libs/libguac.so: undefined reference to `timer_create' collect2: error: ld returned 1 exit status make[2]: *** [Makefile:563: guacd] Error 1 make[2]: Leaving directory '/home/sam/guacamole-server-1.5.4/src/guacd' I built the 1.5.3 on the exact same machine without troubles. Could you try doing the following in the 1.5.4 source directory:make distcleanautoreconf -fi and then re-run configure and make? I just pulled the source code from the web site and built on my EL8 system without any issues. If you're still having trouble, please provide some more detail on the environment you're building in. -Nick