On 12/9/2023 1:35 AM, sam g 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.
Can you try rebuilding (including re-running ./configure) after setting
the following:
export LDFLAGS="-lrt"
It sounds like something has changed under Ubuntu to require an
additional library to be linked in to provide timer_create(), etc.
- Mike
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]