syslog-ng will not load on boot, because libglib-2.0.so.0, and potentially other libs that it requires, are not in the linker path when the init script is run. Fix: Adding "ldconfig" to the end of the REQUIRE line in /usr/local/etc/rc.d/syslog-ng fixed the problem for me.
State Changed From-To: open->feedback Awaiting maintainers feedback
State Changed From-To: feedback->closed Committed, thanks!
pav 2007-03-22 16:30:16 UTC FreeBSD ports repository Modified files: sysutils/syslog-ng2 Makefile distinfo sysutils/syslog-ng2/files syslog-ng.sh.in Added files: sysutils/syslog-ng2/files pkg-message.in Removed files: sysutils/syslog-ng2 pkg-message sysutils/syslog-ng2/files patch-configure Log: - Update to 2.0.2 PR: ports/110396 Submitted by: Ivan Lago <ivan.lago@ifom-ieo-campus.it> (maintainer) - Fix rc script: require ldconfig PR: ports/110647 Submitted by: Marcus Reid <marcus@blazingdot.com> - Modernize pkg-message handling Revision Changes Path 1.4 +7 -8 ports/sysutils/syslog-ng2/Makefile 1.2 +3 -3 ports/sysutils/syslog-ng2/distinfo 1.3 +0 -32 ports/sysutils/syslog-ng2/files/patch-configure (dead) 1.1 +25 -0 ports/sysutils/syslog-ng2/files/pkg-message.in (new) 1.3 +2 -2 ports/sysutils/syslog-ng2/files/syslog-ng.sh.in 1.2 +0 -25 ports/sysutils/syslog-ng2/pkg-message (dead) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"