Balazs Scheidler ha scritto:
On Wed, 2008-06-11 at 12:55 +0200, Raffaele wrote:
Hi, I'm trying to install syslog-ng 2.1 OSE from balabit precompiled packages and I get this output:
#~/syslog-ng # rpm -ivh syslog-ng-2.1beta1-1.i586.rpm error: Failed dependencies: libdbi8.so.0 is needed by syslog-ng-2.1beta1-1.i586 #~/syslog-ng # cat /etc/issue
Welcome to SUSE Linux Enterprise Server 10 (i586) - Kernel \r (\l).
#~/syslog-ng # uname -a Linux 2.6.16.27-0.9-smp #1 SMP Tue Feb 13 09:35:18 UTC 2007 i686 athlon i386 GNU/Linux
Searching on docs seems that libdbi8 is required for PE and not for OSE, am I wrong?
The manual has not been updated to cover OSE 2.1 yet and 2.1 of OSE already includes the same SQL functionality that we originally developed for PE.
As it seems the dbi related packages have not been published into the OSE download area, I'm doing that right now, so those will be there in a few minutes.
Thanks Bazsi, it works fine. Little debugging: waiting for libdbi8.so.0 I tried to install syslog-ng 2.0.9 on the same OS and found that /etc/init.d/syslog-ng refer to /etc/rc.d/functions at line 42. This file is widely used on redhat architecture but not present on suse (at list suse 10). This prevent /etc/init.d/syslog-ng script to work properly. Best regards Raffaele