|
|
Mozy Online Backup: 2GB Free. Automatic. Secure.
Subject: RES: php-syslog-ng - msg#00095
List: syslog-ng
> why dont you use the latest version ?
When I tried to install syslog-ng-1.6.2-1 (the lastest compiled version
I've found for Suse), I had this error:
error: failed dependencies:
libc.so.6(GLIBC_2.3) is needed by syslog-ng-1.6.2-1
So, I tri to upgrade glibc, but...
error: failed dependencies:
glibc = 2.2.5 is needed by lsb-runtime-1.2-37
glibc = 2.2.5 is needed by glibc-devel-2.2.5-213
glibc = 2.2.5 is needed by glibc-locale-2.2.5-213
libdb.so.2 is needed by db-utils-4.0.14-194
libdb.so.2 is needed by gnome-libs-1.4.1.7-134
libdb.so.2 is needed by gdk-pixbuf-0.18.0-108
libdb.so.2 is needed by xchat-1.8.10-59
libdb.so.2 is needed by eel-1.0.2-509
libdb.so.2 is needed by gnome-print-0.36-210
libdb.so.2 is needed by libglade-0.16-835
libdb.so.2 is needed by medusa-0.5.1-644
libdb.so.2 is needed by rpm-3.0.6-418
libdb.so.2 is needed by bonobo-1.0.20-221
libdb.so.2 is needed by bonobo-conf-0.14-505
libdb.so.2 is needed by susewm-3.6.0-159
libdb.so.2 is needed by kdebase3-SLES-8-73
libdb.so.2(GLIBC_2.0) is needed by db-utils-4.0.14-194
libdb.so.2(GLIBC_2.0) is needed by gnome-libs-1.4.1.7-134
libdb.so.2(GLIBC_2.0) is needed by rpm-3.0.6-418
libdb.so.2(GLIBC_2.0) is needed by susewm-3.6.0-159
As I don't want to upgrade all these items, I prefeer not to install it.
>
> * app-admin/syslog-ng
> Latest version available: 1.6.5-r1
> Latest version installed: 1.6.5-r1
> Size of downloaded files: 387 kB
> Homepage: http://www.balabit.com/products/syslog_ng/
> Description: syslog replacement with advanced filtering features
> License: GPL-2
>
> i got php-syslog-ng working perfectly, i even hacked it to my
> needs.. its great.
>
> Petre Daniel
> System & Network Administrator
> Romania Data Systems Pitesti
> http://www.rdspt.ro
> Phone: +40-348-400401
_______________________________________________
syslog-ng maillist - syslog-ng@xxxxxxxxxxxxxxxx
https://lists.balabit.hu/mailman/listinfo/syslog-ng
Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
RE: php-syslog-ng
why dont you use the latest version ?
* app-admin/syslog-ng
Latest version available: 1.6.5-r1
Latest version installed: 1.6.5-r1
Size of downloaded files: 387 kB
Homepage: http://www.balabit.com/products/syslog_ng/
Description: syslog replacement with advanced filtering features
License: GPL-2
i got php-syslog-ng working perfectly, i even hacked it to my needs..
its great.
Petre Daniel
System & Network Administrator
Romania Data Systems Pitesti
http://www.rdspt.ro
Phone: +40-348-400401
----------------------------------------------------------------------
Privileged/Confidential Information may be contained in this message.
If you are not the addressee indicated in this message (or responsible
for delivery of the message to such person), you may not copy or
deliver this message to anyone. In such a case, you should destroy
this message and kindly notify the sender by reply e-mail.
----------------------------------------------------------------------
-----Original Message-----
From: syslog-ng-admin@xxxxxxxxxxxxxxxx
[mailto:syslog-ng-admin@xxxxxxxxxxxxxxxx] On Behalf Of Eduardo Oliveira
Scricco (Service)
Sent: Tuesday, November 30, 2004 6:54 PM
To: syslog-ng@xxxxxxxxxxxxxxxx
Subject: [syslog-ng]php-syslog-ng
Hi all,
Using syslog-ng 1.4.14 at Suse Linux 8.1
I'm trying to run php-syslog-ng (a syslog webviewer), but it does not work.
For it works, is needed to log to a database, as MySQL.
PHP-Syslog-ng website have on step-by-step script, that I used.
When I try to run syslog-ng, it complains about this line (in syslog-ng.conf
is at one line):
destination d_mysql {
pipe("/tmp/mysql.pipe"
template("INSERT INTO logs (host, facility, priority, level, tag, date,
time, program, msg) VALUES ( '$HOST', '$FACILITY', '$PRIORITY', '$LEVEL',
'$TAG',
'$YEAR-$MONTH-$DAY', '$HOUR:$MIN:$SEC', '$PROGRAM', '$MSG' );\n")
template-escape(yes));
};
log { source(net); destination(d_mysql);
};
I believe this "template" isn't supported in this syslog version. Is that
true?
The problem is I couldn't upgrade it to version 1.5 or higher, because of
libs dependencies...
Have one of you logged to mySQL using syslog-ng 1.4.14?
Thanks a lot,
Eddie
_______________________________________________
syslog-ng maillist - syslog-ng@xxxxxxxxxxxxxxxx
https://lists.balabit.hu/mailman/listinfo/syslog-ng
Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
_______________________________________________
syslog-ng maillist - syslog-ng@xxxxxxxxxxxxxxxx
https://lists.balabit.hu/mailman/listinfo/syslog-ng
Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
Next Message by Date:
click to view message preview
RE: php-syslog-ng
dont go this way, the lazy way, just compile the little syslog-ng from
source, its pretty easy,
and you'll be satisfied..
if more help needed feel free to msg the list or me.
good luck.
Petre Daniel
System & Network Administrator
Romania Data Systems Pitesti
http://www.rdspt.ro
Phone: +40-348-400401
----------------------------------------------------------------------
Privileged/Confidential Information may be contained in this message.
If you are not the addressee indicated in this message (or responsible
for delivery of the message to such person), you may not copy or
deliver this message to anyone. In such a case, you should destroy
this message and kindly notify the sender by reply e-mail.
----------------------------------------------------------------------
-----Original Message-----
From: syslog-ng-admin@xxxxxxxxxxxxxxxx
[mailto:syslog-ng-admin@xxxxxxxxxxxxxxxx] On Behalf Of Eduardo Oliveira
Scricco (Service)
Sent: Tuesday, November 30, 2004 7:40 PM
To: syslog-ng@xxxxxxxxxxxxxxxx
Subject: RES: [syslog-ng]php-syslog-ng
> why dont you use the latest version ?
When I tried to install syslog-ng-1.6.2-1 (the lastest compiled version I've
found for Suse), I had this error:
error: failed dependencies:
libc.so.6(GLIBC_2.3) is needed by syslog-ng-1.6.2-1
So, I tri to upgrade glibc, but...
error: failed dependencies:
glibc = 2.2.5 is needed by lsb-runtime-1.2-37
glibc = 2.2.5 is needed by glibc-devel-2.2.5-213
glibc = 2.2.5 is needed by glibc-locale-2.2.5-213
libdb.so.2 is needed by db-utils-4.0.14-194
libdb.so.2 is needed by gnome-libs-1.4.1.7-134
libdb.so.2 is needed by gdk-pixbuf-0.18.0-108
libdb.so.2 is needed by xchat-1.8.10-59
libdb.so.2 is needed by eel-1.0.2-509
libdb.so.2 is needed by gnome-print-0.36-210
libdb.so.2 is needed by libglade-0.16-835
libdb.so.2 is needed by medusa-0.5.1-644
libdb.so.2 is needed by rpm-3.0.6-418
libdb.so.2 is needed by bonobo-1.0.20-221
libdb.so.2 is needed by bonobo-conf-0.14-505
libdb.so.2 is needed by susewm-3.6.0-159
libdb.so.2 is needed by kdebase3-SLES-8-73
libdb.so.2(GLIBC_2.0) is needed by db-utils-4.0.14-194
libdb.so.2(GLIBC_2.0) is needed by gnome-libs-1.4.1.7-134
libdb.so.2(GLIBC_2.0) is needed by rpm-3.0.6-418
libdb.so.2(GLIBC_2.0) is needed by susewm-3.6.0-159
As I don't want to upgrade all these items, I prefeer not to install it.
>
> * app-admin/syslog-ng
> Latest version available: 1.6.5-r1
> Latest version installed: 1.6.5-r1
> Size of downloaded files: 387 kB
> Homepage: http://www.balabit.com/products/syslog_ng/
> Description: syslog replacement with advanced filtering features
> License: GPL-2
>
> i got php-syslog-ng working perfectly, i even hacked it to my needs..
> its great.
>
> Petre Daniel
> System & Network Administrator
> Romania Data Systems Pitesti
> http://www.rdspt.ro
> Phone: +40-348-400401
_______________________________________________
syslog-ng maillist - syslog-ng@xxxxxxxxxxxxxxxx
https://lists.balabit.hu/mailman/listinfo/syslog-ng
Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
_______________________________________________
syslog-ng maillist - syslog-ng@xxxxxxxxxxxxxxxx
https://lists.balabit.hu/mailman/listinfo/syslog-ng
Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
Previous Message by Thread:
click to view message preview
php-syslog-ng
Hi all,
Using syslog-ng 1.4.14 at Suse Linux 8.1
I'm trying to run php-syslog-ng (a syslog webviewer), but it does not
work. For it works, is needed to log to a database, as MySQL.
PHP-Syslog-ng website have on step-by-step script, that I used.
When I try to run syslog-ng, it complains about this line (in
syslog-ng.conf is at one line):
destination d_mysql {
pipe("/tmp/mysql.pipe"
template("INSERT INTO logs (host, facility, priority, level, tag, date,
time, program, msg) VALUES ( '$HOST', '$FACILITY', '$PRIORITY',
'$LEVEL',
'$TAG',
'$YEAR-$MONTH-$DAY', '$HOUR:$MIN:$SEC', '$PROGRAM', '$MSG' );\n")
template-escape(yes));
};
log { source(net); destination(d_mysql);
};
I believe this "template" isn't supported in this syslog version. Is
that true?
The problem is I couldn't upgrade it to version 1.5 or higher, because
of libs dependencies...
Have one of you logged to mySQL using syslog-ng 1.4.14?
Thanks a lot,
Eddie
_______________________________________________
syslog-ng maillist - syslog-ng@xxxxxxxxxxxxxxxx
https://lists.balabit.hu/mailman/listinfo/syslog-ng
Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
Next Message by Thread:
click to view message preview
RE: php-syslog-ng
dont go this way, the lazy way, just compile the little syslog-ng from
source, its pretty easy,
and you'll be satisfied..
if more help needed feel free to msg the list or me.
good luck.
Petre Daniel
System & Network Administrator
Romania Data Systems Pitesti
http://www.rdspt.ro
Phone: +40-348-400401
----------------------------------------------------------------------
Privileged/Confidential Information may be contained in this message.
If you are not the addressee indicated in this message (or responsible
for delivery of the message to such person), you may not copy or
deliver this message to anyone. In such a case, you should destroy
this message and kindly notify the sender by reply e-mail.
----------------------------------------------------------------------
-----Original Message-----
From: syslog-ng-admin@xxxxxxxxxxxxxxxx
[mailto:syslog-ng-admin@xxxxxxxxxxxxxxxx] On Behalf Of Eduardo Oliveira
Scricco (Service)
Sent: Tuesday, November 30, 2004 7:40 PM
To: syslog-ng@xxxxxxxxxxxxxxxx
Subject: RES: [syslog-ng]php-syslog-ng
> why dont you use the latest version ?
When I tried to install syslog-ng-1.6.2-1 (the lastest compiled version I've
found for Suse), I had this error:
error: failed dependencies:
libc.so.6(GLIBC_2.3) is needed by syslog-ng-1.6.2-1
So, I tri to upgrade glibc, but...
error: failed dependencies:
glibc = 2.2.5 is needed by lsb-runtime-1.2-37
glibc = 2.2.5 is needed by glibc-devel-2.2.5-213
glibc = 2.2.5 is needed by glibc-locale-2.2.5-213
libdb.so.2 is needed by db-utils-4.0.14-194
libdb.so.2 is needed by gnome-libs-1.4.1.7-134
libdb.so.2 is needed by gdk-pixbuf-0.18.0-108
libdb.so.2 is needed by xchat-1.8.10-59
libdb.so.2 is needed by eel-1.0.2-509
libdb.so.2 is needed by gnome-print-0.36-210
libdb.so.2 is needed by libglade-0.16-835
libdb.so.2 is needed by medusa-0.5.1-644
libdb.so.2 is needed by rpm-3.0.6-418
libdb.so.2 is needed by bonobo-1.0.20-221
libdb.so.2 is needed by bonobo-conf-0.14-505
libdb.so.2 is needed by susewm-3.6.0-159
libdb.so.2 is needed by kdebase3-SLES-8-73
libdb.so.2(GLIBC_2.0) is needed by db-utils-4.0.14-194
libdb.so.2(GLIBC_2.0) is needed by gnome-libs-1.4.1.7-134
libdb.so.2(GLIBC_2.0) is needed by rpm-3.0.6-418
libdb.so.2(GLIBC_2.0) is needed by susewm-3.6.0-159
As I don't want to upgrade all these items, I prefeer not to install it.
>
> * app-admin/syslog-ng
> Latest version available: 1.6.5-r1
> Latest version installed: 1.6.5-r1
> Size of downloaded files: 387 kB
> Homepage: http://www.balabit.com/products/syslog_ng/
> Description: syslog replacement with advanced filtering features
> License: GPL-2
>
> i got php-syslog-ng working perfectly, i even hacked it to my needs..
> its great.
>
> Petre Daniel
> System & Network Administrator
> Romania Data Systems Pitesti
> http://www.rdspt.ro
> Phone: +40-348-400401
_______________________________________________
syslog-ng maillist - syslog-ng@xxxxxxxxxxxxxxxx
https://lists.balabit.hu/mailman/listinfo/syslog-ng
Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
_______________________________________________
syslog-ng maillist - syslog-ng@xxxxxxxxxxxxxxxx
https://lists.balabit.hu/mailman/listinfo/syslog-ng
Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
|
|