13 Mar
2006
13 Mar
'06
5:32 p.m.
On Tue, 2006-03-07 at 13:50 -0500, Dave Knoch wrote:
It appears to be caused by the absence of a static –ll library. Unfortunately, Sun no longer includes static Solaris libraries with Solaris 10. Has anyone discovered a workaround for this situation? Thank you.
Not even lex libs? syslog-ng prefers to link statically to libraries that reside in /usr so /usr can be NFS mounted and syslog-ng itself can start early in the boot process before that is done. There's an --enable-full-dynamic configure option in which case it will use dynamic libraries. -- Bazsi