Balazs Scheidler wrote:
Hi,
cc-ing to the syslog-ng list.
Thank you for implementing compatibility with syslog_door. I've installed syslog-ng files in /usr/local, but I have some problems with a few things.
uname -a:
SunOS logserver 5.7 Generic sun4m sparc SUNW,SPARCstation-5
I start /usr/local/bin/syslog-ng manually. When I do so I get this error message:
ld.so.1: /usr/local/bin/syslog-ng: fatal: libol.so.0: open failed: No such file or directory Killed
I can get around this (sloppy) by:
env LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib /usr/local/bin/syslog-ng
Yes, you have to either add the /usr/local/lib directory to your /etc/ld.so.conf (at least this is the file under Linux), or set the above environment variable.
The [best/only] way to fix this with Solaris is as follows: add "-R/usr/local/lib" to the LDFLAGS in src/Makefile. The -R option to ld is the Solaris equivalent of editing ld.so.conf on Linux boxes. -Chris -- Chris Mattingly | chris.mattingly@interpath.net Systems Engineer | (919) 253-6365 [tel] Interpath Communications, Inc. | (919) 253-7780 [fax]