MysticRyuujin / guac-install

Script for installing Guacamole on Ubuntu
972 stars 271 forks source link

Install script fails! #270

Open nightfever77 opened 5 months ago

nightfever77 commented 5 months ago
/usr/bin/ld: /root/guacamole-server-1.5.4/src/libguac/.libs/libguac.so: undefined reference to `timer_delete'
/usr/bin/ld: /root/guacamole-server-1.5.4/src/libguac/.libs/libguac.so: undefined reference to `timer_settime'
/usr/bin/ld: /root/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 '/root/guacamole-server-1.5.4/src/guacd'
make[1]: *** [Makefile:544: all-recursive] Error 1
make[1]: Leaving directory '/root/guacamole-server-1.5.4'
make: *** [Makefile:464: all] Error 2
chz87 commented 5 months ago

solution is in #269 export LDFLAGS="-lrt"

itiligent commented 3 months ago

I can confirm that this bug was fixed in 1.5.5, it was specific to 1.5.4