Bug 110647 - syslog-ng2 port init script runs before ldconfig loads required libs
Summary: syslog-ng2 port init script runs before ldconfig loads required libs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-21 23:00 UTC by Marcus Reid
Modified: 2007-03-22 16:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Reid 2007-03-21 23:00:10 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-22 09:00:55 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2007-03-22 16:25:56 UTC
State Changed
From-To: feedback->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-03-22 16:30:31 UTC
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"