Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install script fails! #270

Open
nightfever77 opened this issue Mar 21, 2024 · 2 comments
Open

Install script fails! #270

nightfever77 opened this issue Mar 21, 2024 · 2 comments

Comments

@nightfever77
Copy link

nightfever77 commented Mar 21, 2024

/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
Copy link

chz87 commented Mar 25, 2024

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

@itiligent
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants