libevtlog.so.0: cannot open shared object file
When I try to start syslog-ng (on RedHat ES 3)I get this error: Starting syslog-ng /usr/local/sbin/syslog-ng: error while loading shared libraries: libevtlog.so.0: cannot open shared object file: No such file or directory [FAILED] I have compiled eventlog, and that file is... find / -name libevtlog.so /usr/local/lib/libevtlog.so Is this a path problem or something? I'm new to linux so I assume I'm missing something obvious. But I did try to google this error first and found nothing. Shane
Hi, Shane Presley <shane.presley@gmail.com> - Tue, Jan 11, 2005:
libevtlog.so.0: cannot open shared object file: No such file or I have compiled eventlog, and that file is... find / -name libevtlog.so /usr/local/lib/libevtlog.so
I dont how Redhat is configurable with respect to LD_LIBRARY_PATH, ut you probably have a /etc/ld.so.conf to add /usr/local/lib in. You might need to run ldconfig afterwards. If that fails, export LD_LIBRARY_PATH=/usr/local/lib prior to launching syslog-ng. Regards, -- Loïc Minier <lool@dooz.org>
On Tue, 2005-01-11 at 08:03 -0500, Shane Presley wrote:
When I try to start syslog-ng (on RedHat ES 3)I get this error:
Starting syslog-ng /usr/local/sbin/syslog-ng: error while loading shared libraries: libevtlog.so.0: cannot open shared object file: No such file or directory [FAILED]
I have compiled eventlog, and that file is... find / -name libevtlog.so /usr/local/lib/libevtlog.so
Is this a path problem or something? I'm new to linux so I assume I'm missing something obvious. But I did try to google this error first and found nothing.
if you are a syslog-ng beginner then you should strictly stay with syslog-ng 1.6.x, 1.9.x is the development branch. -- Bazsi
On Tue, 11 Jan 2005 18:11:06 +0100, Balazs Scheidler <bazsi@balabit.hu> wrote:
if you are a syslog-ng beginner then you should strictly stay with syslog-ng 1.6.x, 1.9.x is the development branch.
Perfect, thanks! I didn't realize that. I got 1.6 and it compiles fine. It's up and running now. Shane
participants (3)
-
Balazs Scheidler
-
Loïc Minier
-
Shane Presley