Can't make Makefike of syslog-ng-3.0.4. OSE
Hello everyone. I am user of syslog-ng. I wanna use syslog-ng instead of syslog on Red Hat Linux 5.2. CPU is Intel Xeon 64-bit architecture. I downloaded "eventlog_0.2.10.tar.gz" and "syslog-ng-3.0.4.tar.gz" Open Source Edition, from www.balabit.com. Thank you. I can make install eventlog_0.2.10. But I can't make Makefike of syslog-ng-3.0.4. I show error at below [root@hostname syslog-ng-3.0.4]# make make all-recursive ・ ・ ・ logmatcher.c: In function ‘log_matcher_pcre_re_compile’: logmatcher.c:534: error: ‘PCRE_NEWLINE_ANYCRLF’ undeclared (first use in this function) logmatcher.c:534: error: (Each undeclared identifier is reported only once logmatcher.c:534: error: for each function it appears in.) Would you please teach me what I should do to solve this error? I can't info about this error on the web. I need help. Thank you. Nori.
If you are using RedHat I would download the rpm instead of building it yourself. 2009/8/16 <seki-norihiko@mdis.co.jp>
Hello everyone.
I am user of syslog-ng. I wanna use syslog-ng instead of syslog on Red Hat Linux 5.2. CPU is Intel Xeon 64-bit architecture. I downloaded "eventlog_0.2.10.tar.gz" and "syslog-ng-3.0.4.tar.gz" Open Source Edition, from *www.balabit.com* <http://www.balabit.com>. Thank you. I can make install eventlog_0.2.10. But I can't make Makefike of syslog-ng-3.0.4. I show error at below
[root@*hostname* syslog-ng-3.0.4]# make make all-recursive ・ ・ ・ logmatcher.c: In function ‘log_matcher_pcre_re_compile’: logmatcher.c:534: error: ‘PCRE_NEWLINE_ANYCRLF’ undeclared (first use in this function) logmatcher.c:534: error: (Each undeclared identifier is reported only once logmatcher.c:534: error: for each function it appears in.)
Would you please teach me what I should do to solve this error? I can't info about this error on the web. I need help.
Thank you.
Nori.
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.campin.net/syslog-ng/faq.html
-- Some men see things as they are and ask why. I see things that never were and ask for initiative rolls.
Hi I did download the rpm packages and could install syslog-ng. Thank you. ________________________________ From: syslog-ng-bounces@lists.balabit.hu [mailto:syslog-ng-bounces@lists.balabit.hu] On Behalf Of Matt Pinkham Sent: Monday, August 17, 2009 12:32 PM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] Can't make Makefike of syslog-ng-3.0.4. OSE If you are using RedHat I would download the rpm instead of building it yourself. 2009/8/16 <seki-norihiko@mdis.co.jp<mailto:seki-norihiko@mdis.co.jp>> Hello everyone. I am user of syslog-ng. I wanna use syslog-ng instead of syslog on Red Hat Linux 5.2. CPU is Intel Xeon 64-bit architecture. I downloaded "eventlog_0.2.10.tar.gz" and "syslog-ng-3.0.4.tar.gz" Open Source Edition, from www.balabit.com<http://www.balabit.com>. Thank you. I can make install eventlog_0.2.10. But I can't make Makefike of syslog-ng-3.0.4. I show error at below [root@hostname syslog-ng-3.0.4]# make make all-recursive ・ ・ ・ logmatcher.c: In function ‘log_matcher_pcre_re_compile’: logmatcher.c:534: error: ‘PCRE_NEWLINE_ANYCRLF’ undeclared (first use in this function) logmatcher.c:534: error: (Each undeclared identifier is reported only once logmatcher.c:534: error: for each function it appears in.) Would you please teach me what I should do to solve this error? I can't info about this error on the web. I need help. Thank you. Nori. ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.campin.net/syslog-ng/faq.html -- Some men see things as they are and ask why. I see things that never were and ask for initiative rolls.
On Mon, 2009-08-17 at 12:28 +0900, seki-norihiko@mdis.co.jp wrote:
Hello everyone.
I am user of syslog-ng. I wanna use syslog-ng instead of syslog on Red Hat Linux 5.2. CPU is Intel Xeon 64-bit architecture. I downloaded "eventlog_0.2.10.tar.gz" and "syslog-ng-3.0.4.tar.gz" Open Source Edition, from www.balabit.com. Thank you. I can make install eventlog_0.2.10. But I can't make Makefike of syslog-ng-3.0.4. I show error at below
[root@hostname syslog-ng-3.0.4]# make make all-recursive ・ ・ ・ logmatcher.c: In function ‘log_matcher_pcre_re_compile’: logmatcher.c:534: error: ‘PCRE_NEWLINE_ANYCRLF’ undeclared (first use in this function) logmatcher.c:534: error: (Each undeclared identifier is reported only once logmatcher.c:534: error: for each function it appears in.)
Would you please teach me what I should do to solve this error? I can't info about this error on the web. I need help.
The problem is that you are using a not-recent-enough version of PCRE. Try compiling with --disable-pcre or use the supplied binaries. -- Bazsi
participants (3)
-
Balazs Scheidler
-
Matt Pinkham
-
seki-norihiko@mdis.co.jp