-
Notifications
You must be signed in to change notification settings - Fork 247
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
Compilation 1.16.5 on Centos7 fails #5309
Comments
Hi, could you please:
|
Hi, grep "SYSTEMD_DAEMON_LIBS =" Makefile
regards |
What is the result of What is the output of |
I made a mistake in Point 2. Now with --with-syslog=journald I get SYSTEMD_DAEMON_LIBS = -lsystemd and the compilation works! Thanks a lot! |
Ok, glad to hear you can work around the issue now. But
-- default is |
FWIW, it builds fine with defaulf value of |
I ran configure without any flags. I have the following systemd-devel-packet installed:
systemd-devel-219-73.el7_8.9.x86_64
compilation with make fails with this error:
/usr/bin/ld: src/monitor/monitor.o: undefined reference to symbol 'sd_notify@@LIBSYSTEMD_209'
//usr/lib64/libsystemd.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [sssd] Fehler 1
make[2]: Leaving directory
/root/sssd-1.16.5' make[1]: *** [all-recursive] Fehler 1 make[1]: Leaving directory
/root/sssd-1.16.5'make: *** [all] Fehler 2
The text was updated successfully, but these errors were encountered: