We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/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
The text was updated successfully, but these errors were encountered:
solution is in #269 export LDFLAGS="-lrt"
Sorry, something went wrong.
I can confirm that this bug was fixed in 1.5.5, it was specific to 1.5.4
No branches or pull requests
The text was updated successfully, but these errors were encountered: