imrelp not working

Everything related with getting rsyslog up and running (but not beyond that point ;))

Moderator: rgerhards

imrelp not working

Postby flaco on Mon Jun 09, 2008 2:51 pm

Hi all,
I see rsyslog relp, it seem really a very good thing! I would try it as alternative to tcp.

So I successfully installed librelp:

Code: Select all
ldconfig -v | grep librelp
librelp.so.0 -> librelp.so.0.0.0


which let me to successfully make rsyslog "3.16.1" with relp.

But when I try to star a relp server with this rsyslog.conf directive

Code: Select all
line61: $ModLoad imrelp.so
line62: $InputRELPServerRun 6666


rsyslog doesn't start and tell me this:

2008-06-09T15:29:19.557352+02:00 vm rsyslogd: [origin software="rsyslogd" swVersion="3.16.1" x-pid="22882" x-info="http://www.rsyslog.com"] restart
2008-06-09T15:29:19.557422+02:00 vm rsyslogd:could not load module '/usr/local/lib/rsyslog/imrelp.so', dlopen: /usr/local/lib/rsyslog/imrelp.so: undefined symbol: relpEngineAddListner
2008-06-09T15:29:19.557440+02:00 vm rsyslogd:the last error occured in /etc/rsyslog.conf, line 61
2008-06-09T15:29:19.557448+02:00 vm rsyslogd:invalid or yet-unknown config file command - have you forgotten to load a module?
2008-06-09T15:29:19.557455+02:00 vm rsyslogd:the last error occured in /etc/rsyslog.conf, line 62



rsyslogd 3.16.1 is compiled with:
FEATURE_REGEXP: Yes
FEATURE_LARGEFILE: Yes
FEATURE_NETZIP (message compression): Yes
GSSAPI Kerberos 5 support: No
FEATURE_DEBUG (debug build, slow code): No
Runtime Instrumentation (slow code): No

Librelp is librelp-0.1.1.

Could you help me?
Thank you very much
Best Regards
flaco
New
 
Posts: 8
Joined: Thu Sep 20, 2007 10:23 am

Re: imrelp not working

Postby rgerhards on Mon Jun 09, 2008 3:02 pm

This looks like librelp is not properly linked. Could you do me a favor and try it with the latest devel release (3.19.6 as of this writing). I'll also regen a 3.16.1, but that takes a short while.

Rainer
User avatar
rgerhards
Site Admin
 
Posts: 1282
Joined: Thu Feb 13, 2003 11:57 am

Re: imrelp not working

Postby flaco on Mon Jun 09, 2008 3:22 pm

Hi Rainer,
I installed last version with same features.
This version works! I can start relp server:

Code: Select all
2008-06-09T16:17:06.416422+02:00 vmrsyslogd: [origin software="rsyslogd" swVersion="3.19.6" x-pid="7212" x-info="http://www.rsyslog.com"] restart
[root@vm rsyslog-3.19.6]# netstat -na | grep 6666
tcp        0      0 0.0.0.0:6666                0.0.0.0:*                   LISTEN
tcp        0      0 :::6666                     :::*                        LISTEN
[root@vm rsyslog-3.19.6]# rsyslogd -v
rsyslogd 3.19.6, compiled with:
FEATURE_REGEXP:    Yes
FEATURE_LARGEFILE:   Yes
FEATURE_NETZIP (message compression):  Yes
GSSAPI Kerberos 5 support:    No
FEATURE_DEBUG (debug build, slow code):     No
Runtime Instrumentation (slow code):   No

See http://www.rsyslog.com for more information.


So only with 3.16.1 version I can't start relp.

Thanks again
Regards
marco
flaco
New
 
Posts: 8
Joined: Thu Sep 20, 2007 10:23 am

Re: imrelp not working

Postby rgerhards on Mon Jun 09, 2008 3:33 pm

very good feedback, thanks. I'll see what's the problem with 3.16.1 is - after all, that one should work, too :)

Thanks again,
Rainer
User avatar
rgerhards
Site Admin
 
Posts: 1282
Joined: Thu Feb 13, 2003 11:57 am

Re: imrelp not working

Postby rgerhards on Mon Jun 09, 2008 3:59 pm

I have tried to reproduce the problem, but to no avail. I would really appreciate if you could post the output of a full "make" (after make clean) for 3.16.1. Maybe that points me to the problem.

Rainer
User avatar
rgerhards
Site Admin
 
Posts: 1282
Joined: Thu Feb 13, 2003 11:57 am

Re: imrelp not working

Postby flaco on Tue Jun 10, 2008 7:20 am

Hi Rainer,
this is my make (after make clean, make distclean):

Code: Select all
./configure --enable-snmp --enable-relp --enable-imfile --enable-imtemplate --enable-mysql
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking the maximum length of command line arguments... 98304
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking host system type... (cached) i686-pc-linux-gnu
checking for library containing clock_gettime... -lrt
checking for library containing dlopen... -ldl
checking for sys/types.h... (cached) yes
checking for netinet/in.h... yes
checking for arpa/nameser.h... yes
checking for netdb.h... yes
checking for resolv.h... yes
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for netdb.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/stat.h... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for mode_t... yes
checking for uid_t in sys/types.h... yes
checking for uint8_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working volatile... yes
checking for struct sockaddr.sa_len... no
checking for unistd.h... (cached) yes
checking for working chown... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking whether gcc needs -traditional... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking for vprintf... yes
checking for _doprnt... no
checking for flock... yes
checking for basename... yes
checking for alarm... yes
checking for clock_gettime... no
checking for gethostbyname... yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for localtime_r... yes
checking for memset... yes
checking for mkdir... yes
checking for regcomp... yes
checking for select... yes
checking for setid... no
checking for socket... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strndup... yes
checking for strnlen... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for uname... yes
checking for ttyname_r... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for deflate in -lz... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create in -lpthread... yes
checking for SYSLOG_UNIXAF support... yes
checking for FSSTND support... yes
checking mysql/mysql.h usability... yes
checking mysql/mysql.h presence... yes
checking for mysql/mysql.h... yes
checking for mysql_config... yes
checking for mysql_init in -lmysqlclient... yes
checking net-snmp/net-snmp-config.h usability... yes
checking net-snmp/net-snmp-config.h presence... yes
checking for net-snmp/net-snmp-config.h... yes
checking for snmp_timeout in -lnetsnmp... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for RELP... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating plugins/imudp/Makefile
config.status: creating plugins/imtcp/Makefile
config.status: creating plugins/imgssapi/Makefile
config.status: creating plugins/imuxsock/Makefile
config.status: creating plugins/immark/Makefile
config.status: creating plugins/imklog/Makefile
config.status: creating plugins/imtemplate/Makefile
config.status: creating plugins/imfile/Makefile
config.status: creating plugins/imrelp/Makefile
config.status: creating plugins/omtesting/Makefile
config.status: creating plugins/omgssapi/Makefile
config.status: creating plugins/ommysql/Makefile
config.status: creating plugins/ompgsql/Makefile
config.status: creating plugins/omrelp/Makefile
config.status: creating plugins/omlibdbi/Makefile
config.status: creating plugins/omsnmp/Makefile
config.status: creating config.h
config.status: executing depfiles commands
****************************************************
rsyslog will be compiled with the following settings:

Multithreading support enabled:           yes
Klog functionality enabled:               yes
Regular expressions support enabled:      yes
Zlib compression support enabled:         yes
MySql support enabled:                    yes
libdbi support enabled:                   no
PostgreSQL support enabled:               no
SNMP support enabled:                     yes
RELP support enabled:                     yes
file input module enabled:                yes
input template module will be compiled:   yes
Large file support enabled:               yes
Networking support enabled:               yes
Enable GSSAPI Kerberos 5 support:         no
Debug mode enabled:                       no
Runtime Instrumentation enabled:          no
valgrind support settings enabled:        no
rsyslogd will be built:                   yes


# make
make  all-recursive
make[1]: Entering directory `/root/setup/rsyslog-3.16.1'
Making all in .
make[2]: Entering directory `/root/setup/rsyslog-3.16.1'
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT lmnet_la-net.lo -MD -MP -MF .deps/lmnet_la-net.Tpo -c -o lmnet_la-net.lo `test -f 'net.c' || echo './'`net.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -pthread -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT lmnet_la-net.lo -MD -MP -MF .deps/lmnet_la-net.Tpo -c net.c  -fPIC -DPIC -o .libs/lmnet_la-net.o
mv -f .deps/lmnet_la-net.Tpo .deps/lmnet_la-net.Plo
/bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -module -avoid-version  -o lmnet.la -rpath /usr/local/lib/rsyslog lmnet_la-net.lo
gcc -shared  .libs/lmnet_la-net.o   -Wl,-soname -Wl,lmnet.so -o .libs/lmnet.so
creating lmnet.la
(cd .libs && rm -f lmnet.la && ln -s ../lmnet.la lmnet.la)
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT lmtcpsrv_la-tcps_sess.lo -MD -MP -MF .deps/lmtcpsrv_la-tcps_sess.Tpo -c -o lmtcpsrv_la-tcps_sess.lo `test -f 'tcps_sess.c' || echo './'`tcps_sess.c
gcc -DHAVE_CONFIG_H -I. -pthread -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT lmtcpsrv_la-tcps_sess.lo -MD -MP -MF .deps/lmtcpsrv_la-tcps_sess.Tpo -c tcps_sess.c  -fPIC -DPIC -o .libs/lmtcpsrv_la-tcps_sess.o
tcps_sess.c: In function 'tcps_sessDebugPrint':
tcps_sess.c:107: warning: unused parameter 'pThis'
mv -f .deps/lmtcpsrv_la-tcps_sess.Tpo .deps/lmtcpsrv_la-tcps_sess.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT lmtcpsrv_la-tcpsrv.lo -MD -MP -MF .deps/lmtcpsrv_la-tcpsrv.Tpo -c -o lmtcpsrv_la-tcpsrv.lo `test -f 'tcpsrv.c' || echo './'`tcpsrv.c
gcc -DHAVE_CONFIG_H -I. -pthread -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT lmtcpsrv_la-tcpsrv.lo -MD -MP -MF .deps/lmtcpsrv_la-tcpsrv.Tpo -c tcpsrv.c  -fPIC -DPIC -o .libs/lmtcpsrv_la-tcpsrv.o
tcpsrv.c: In function 'tcpsrvDebugPrint':
tcpsrv.c:680: warning: unused parameter 'pThis'
mv -f .deps/lmtcpsrv_la-tcpsrv.Tpo .deps/lmtcpsrv_la-tcpsrv.Plo
/bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -module -avoid-version  -o lmtcpsrv.la -rpath /usr/local/lib/rsyslog lmtcpsrv_la-tcps_sess.lo lmtcpsrv_la-tcpsrv.lo
gcc -shared  .libs/lmtcpsrv_la-tcps_sess.o .libs/lmtcpsrv_la-tcpsrv.o   -Wl,-soname -Wl,lmtcpsrv.so -o .libs/lmtcpsrv.so
creating lmtcpsrv.la
(cd .libs && rm -f lmtcpsrv.la && ln -s ../lmtcpsrv.la lmtcpsrv.la)
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT lmtcpclt_la-tcpclt.lo -MD -MP -MF .deps/lmtcpclt_la-tcpclt.Tpo -c -o lmtcpclt_la-tcpclt.lo `test -f 'tcpclt.c' || echo './'`tcpclt.c
gcc -DHAVE_CONFIG_H -I. -pthread -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT lmtcpclt_la-tcpclt.lo -MD -MP -MF .deps/lmtcpclt_la-tcpclt.Tpo -c tcpclt.c  -fPIC -DPIC -o .libs/lmtcpclt_la-tcpclt.o
mv -f .deps/lmtcpclt_la-tcpclt.Tpo .deps/lmtcpclt_la-tcpclt.Plo
/bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -module -avoid-version  -o lmtcpclt.la -rpath /usr/local/lib/rsyslog lmtcpclt_la-tcpclt.lo
gcc -shared  .libs/lmtcpclt_la-tcpclt.o   -Wl,-soname -Wl,lmtcpclt.so -o .libs/lmtcpclt.so
creating lmtcpclt.la
(cd .libs && rm -f lmtcpclt.la && ln -s ../lmtcpclt.la lmtcpclt.la)
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT lmregexp_la-regexp.lo -MD -MP -MF .deps/lmregexp_la-regexp.Tpo -c -o lmregexp_la-regexp.lo `test -f 'regexp.c' || echo './'`regexp.c
gcc -DHAVE_CONFIG_H -I. -pthread -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT lmregexp_la-regexp.lo -MD -MP -MF .deps/lmregexp_la-regexp.Tpo -c regexp.c  -fPIC -DPIC -o .libs/lmregexp_la-regexp.o
mv -f .deps/lmregexp_la-regexp.Tpo .deps/lmregexp_la-regexp.Plo
/bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -module -avoid-version  -o lmregexp.la -rpath /usr/local/lib/rsyslog lmregexp_la-regexp.lo
gcc -shared  .libs/lmregexp_la-regexp.o   -Wl,-soname -Wl,lmregexp.so -o .libs/lmregexp.so
creating lmregexp.la
(cd .libs && rm -f lmregexp.la && ln -s ../lmregexp.la lmregexp.la)
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-datetime.o -MD -MP -MF .deps/rsyslogd-datetime.Tpo -c -o rsyslogd-datetime.o `test -f 'datetime.c' || echo './'`datetime.c
mv -f .deps/rsyslogd-datetime.Tpo .deps/rsyslogd-datetime.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-errmsg.o -MD -MP -MF .deps/rsyslogd-errmsg.Tpo -c -o rsyslogd-errmsg.o `test -f 'errmsg.c' || echo './'`errmsg.c
mv -f .deps/rsyslogd-errmsg.Tpo .deps/rsyslogd-errmsg.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-syslogd.o -MD -MP -MF .deps/rsyslogd-syslogd.Tpo -c -o rsyslogd-syslogd.o `test -f 'syslogd.c' || echo './'`syslogd.c
mv -f .deps/rsyslogd-syslogd.Tpo .deps/rsyslogd-syslogd.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-sysvar.o -MD -MP -MF .deps/rsyslogd-sysvar.Tpo -c -o rsyslogd-sysvar.o `test -f 'sysvar.c' || echo './'`sysvar.c
mv -f .deps/rsyslogd-sysvar.Tpo .deps/rsyslogd-sysvar.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-vm.o -MD -MP -MF .deps/rsyslogd-vm.Tpo -c -o rsyslogd-vm.o `test -f 'vm.c' || echo './'`vm.c
mv -f .deps/rsyslogd-vm.Tpo .deps/rsyslogd-vm.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-vmstk.o -MD -MP -MF .deps/rsyslogd-vmstk.Tpo -c -o rsyslogd-vmstk.o `test -f 'vmstk.c' || echo './'`vmstk.c
mv -f .deps/rsyslogd-vmstk.Tpo .deps/rsyslogd-vmstk.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-vmprg.o -MD -MP -MF .deps/rsyslogd-vmprg.Tpo -c -o rsyslogd-vmprg.o `test -f 'vmprg.c' || echo './'`vmprg.c
mv -f .deps/rsyslogd-vmprg.Tpo .deps/rsyslogd-vmprg.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-vmop.o -MD -MP -MF .deps/rsyslogd-vmop.Tpo -c -o rsyslogd-vmop.o `test -f 'vmop.c' || echo './'`vmop.c
mv -f .deps/rsyslogd-vmop.Tpo .deps/rsyslogd-vmop.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-debug.o -MD -MP -MF .deps/rsyslogd-debug.Tpo -c -o rsyslogd-debug.o `test -f 'debug.c' || echo './'`debug.c
mv -f .deps/rsyslogd-debug.Tpo .deps/rsyslogd-debug.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-pidfile.o -MD -MP -MF .deps/rsyslogd-pidfile.Tpo -c -o rsyslogd-pidfile.o `test -f 'pidfile.c' || echo './'`pidfile.c
mv -f .deps/rsyslogd-pidfile.Tpo .deps/rsyslogd-pidfile.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-template.o -MD -MP -MF .deps/rsyslogd-template.Tpo -c -o rsyslogd-template.o `test -f 'template.c' || echo './'`template.c
mv -f .deps/rsyslogd-template.Tpo .deps/rsyslogd-template.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-outchannel.o -MD -MP -MF .deps/rsyslogd-outchannel.Tpo -c -o rsyslogd-outchannel.o `test -f 'outchannel.c' || echo './'`outchannel.c
mv -f .deps/rsyslogd-outchannel.Tpo .deps/rsyslogd-outchannel.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-stringbuf.o -MD -MP -MF .deps/rsyslogd-stringbuf.Tpo -c -o rsyslogd-stringbuf.o `test -f 'stringbuf.c' || echo './'`stringbuf.c
mv -f .deps/rsyslogd-stringbuf.Tpo .deps/rsyslogd-stringbuf.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-srUtils.o -MD -MP -MF .deps/rsyslogd-srUtils.Tpo -c -o rsyslogd-srUtils.o `test -f 'srUtils.c' || echo './'`srUtils.c
mv -f .deps/rsyslogd-srUtils.Tpo .deps/rsyslogd-srUtils.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-parse.o -MD -MP -MF .deps/rsyslogd-parse.Tpo -c -o rsyslogd-parse.o `test -f 'parse.c' || echo './'`parse.c
mv -f .deps/rsyslogd-parse.Tpo .deps/rsyslogd-parse.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-threads.o -MD -MP -MF .deps/rsyslogd-threads.Tpo -c -o rsyslogd-threads.o `test -f 'threads.c' || echo './'`threads.c
mv -f .deps/rsyslogd-threads.Tpo .deps/rsyslogd-threads.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-stream.o -MD -MP -MF .deps/rsyslogd-stream.Tpo -c -o rsyslogd-stream.o `test -f 'stream.c' || echo './'`stream.c
mv -f .deps/rsyslogd-stream.Tpo .deps/rsyslogd-stream.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-var.o -MD -MP -MF .deps/rsyslogd-var.Tpo -c -o rsyslogd-var.o `test -f 'var.c' || echo './'`var.c
mv -f .deps/rsyslogd-var.Tpo .deps/rsyslogd-var.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-wtp.o -MD -MP -MF .deps/rsyslogd-wtp.Tpo -c -o rsyslogd-wtp.o `test -f 'wtp.c' || echo './'`wtp.c
mv -f .deps/rsyslogd-wtp.Tpo .deps/rsyslogd-wtp.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-wti.o -MD -MP -MF .deps/rsyslogd-wti.Tpo -c -o rsyslogd-wti.o `test -f 'wti.c' || echo './'`wti.c
mv -f .deps/rsyslogd-wti.Tpo .deps/rsyslogd-wti.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-queue.o -MD -MP -MF .deps/rsyslogd-queue.Tpo -c -o rsyslogd-queue.o `test -f 'queue.c' || echo './'`queue.c
mv -f .deps/rsyslogd-queue.Tpo .deps/rsyslogd-queue.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-sync.o -MD -MP -MF .deps/rsyslogd-sync.Tpo -c -o rsyslogd-sync.o `test -f 'sync.c' || echo './'`sync.c
mv -f .deps/rsyslogd-sync.Tpo .deps/rsyslogd-sync.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-obj.o -MD -MP -MF .deps/rsyslogd-obj.Tpo -c -o rsyslogd-obj.o `test -f 'obj.c' || echo './'`obj.c
obj.c: In function âUnregisterObjâ:
obj.c:1093: warning: unused parameter âpInfoâ
mv -f .deps/rsyslogd-obj.Tpo .deps/rsyslogd-obj.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-msg.o -MD -MP -MF .deps/rsyslogd-msg.Tpo -c -o rsyslogd-msg.o `test -f 'msg.c' || echo './'`msg.c
mv -f .deps/rsyslogd-msg.Tpo .deps/rsyslogd-msg.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-expr.o -MD -MP -MF .deps/rsyslogd-expr.Tpo -c -o rsyslogd-expr.o `test -f 'expr.c' || echo './'`expr.c
expr.c: In function âexprConstructFinalizeâ:
expr.c:339: warning: unused parameter âpThisâ
mv -f .deps/rsyslogd-expr.Tpo .deps/rsyslogd-expr.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-ctok.o -MD -MP -MF .deps/rsyslogd-ctok.Tpo -c -o rsyslogd-ctok.o `test -f 'ctok.c' || echo './'`ctok.c
mv -f .deps/rsyslogd-ctok.Tpo .deps/rsyslogd-ctok.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-ctok_token.o -MD -MP -MF .deps/rsyslogd-ctok_token.Tpo -c -o rsyslogd-ctok_token.o `test -f 'ctok_token.c' || echo './'`ctok_token.c
mv -f .deps/rsyslogd-ctok_token.Tpo .deps/rsyslogd-ctok_token.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-conf.o -MD -MP -MF .deps/rsyslogd-conf.Tpo -c -o rsyslogd-conf.o `test -f 'conf.c' || echo './'`conf.c
mv -f .deps/rsyslogd-conf.Tpo .deps/rsyslogd-conf.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-omshell.o -MD -MP -MF .deps/rsyslogd-omshell.Tpo -c -o rsyslogd-omshell.o `test -f 'omshell.c' || echo './'`omshell.c
mv -f .deps/rsyslogd-omshell.Tpo .deps/rsyslogd-omshell.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-omusrmsg.o -MD -MP -MF .deps/rsyslogd-omusrmsg.Tpo -c -o rsyslogd-omusrmsg.o `test -f 'omusrmsg.c' || echo './'`omusrmsg.c
mv -f .deps/rsyslogd-omusrmsg.Tpo .deps/rsyslogd-omusrmsg.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-omfwd.o -MD -MP -MF .deps/rsyslogd-omfwd.Tpo -c -o rsyslogd-omfwd.o `test -f 'omfwd.c' || echo './'`omfwd.c
mv -f .deps/rsyslogd-omfwd.Tpo .deps/rsyslogd-omfwd.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-tcpsyslog.o -MD -MP -MF .deps/rsyslogd-tcpsyslog.Tpo -c -o rsyslogd-tcpsyslog.o `test -f 'tcpsyslog.c' || echo './'`tcpsyslog.c
mv -f .deps/rsyslogd-tcpsyslog.Tpo .deps/rsyslogd-tcpsyslog.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-omfile.o -MD -MP -MF .deps/rsyslogd-omfile.Tpo -c -o rsyslogd-omfile.o `test -f 'omfile.c' || echo './'`omfile.c
mv -f .deps/rsyslogd-omfile.Tpo .deps/rsyslogd-omfile.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-omdiscard.o -MD -MP -MF .deps/rsyslogd-omdiscard.Tpo -c -o rsyslogd-omdiscard.o `test -f 'omdiscard.c' || echo './'`omdiscard.c
mv -f .deps/rsyslogd-omdiscard.Tpo .deps/rsyslogd-omdiscard.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-modules.o -MD -MP -MF .deps/rsyslogd-modules.Tpo -c -o rsyslogd-modules.o `test -f 'modules.c' || echo './'`modules.c
mv -f .deps/rsyslogd-modules.Tpo .deps/rsyslogd-modules.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-objomsr.o -MD -MP -MF .deps/rsyslogd-objomsr.Tpo -c -o rsyslogd-objomsr.o `test -f 'objomsr.c' || echo './'`objomsr.c
mv -f .deps/rsyslogd-objomsr.Tpo .deps/rsyslogd-objomsr.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-cfsysline.o -MD -MP -MF .deps/rsyslogd-cfsysline.Tpo -c -o rsyslogd-cfsysline.o `test -f 'cfsysline.c' || echo './'`cfsysline.c
mv -f .deps/rsyslogd-cfsysline.Tpo .deps/rsyslogd-cfsysline.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-linkedlist.o -MD -MP -MF .deps/rsyslogd-linkedlist.Tpo -c -o rsyslogd-linkedlist.o `test -f 'linkedlist.c' || echo './'`linkedlist.c
mv -f .deps/rsyslogd-linkedlist.Tpo .deps/rsyslogd-linkedlist.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-iminternal.o -MD -MP -MF .deps/rsyslogd-iminternal.Tpo -c -o rsyslogd-iminternal.o `test -f 'iminternal.c' || echo './'`iminternal.c
mv -f .deps/rsyslogd-iminternal.Tpo .deps/rsyslogd-iminternal.Po
gcc -DHAVE_CONFIG_H -I.  -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT rsyslogd-action.o -MD -MP -MF .deps/rsyslogd-action.Tpo -c -o rsyslogd-action.o `test -f 'action.c' || echo './'`action.c
mv -f .deps/rsyslogd-action.Tpo .deps/rsyslogd-action.Po
/bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -export-dynamic  -o rsyslogd rsyslogd-datetime.o rsyslogd-errmsg.o rsyslogd-syslogd.o rsyslogd-sysvar.o rsyslogd-vm.o rsyslogd-vmstk.o rsyslogd-vmprg.o rsyslogd-vmop.o rsyslogd-debug.o rsyslogd-pidfile.o rsyslogd-template.o rsyslogd-outchannel.o rsyslogd-stringbuf.o rsyslogd-srUtils.o rsyslogd-parse.o rsyslogd-threads.o rsyslogd-stream.o rsyslogd-var.o rsyslogd-wtp.o rsyslogd-wti.o rsyslogd-queue.o rsyslogd-sync.o rsyslogd-obj.o rsyslogd-msg.o rsyslogd-expr.o rsyslogd-ctok.o rsyslogd-ctok_token.o rsyslogd-conf.o rsyslogd-omshell.o rsyslogd-omusrmsg.o rsyslogd-omfwd.o rsyslogd-tcpsyslog.o rsyslogd-omfile.o rsyslogd-omdiscard.o rsyslogd-modules.o rsyslogd-objomsr.o rsyslogd-cfsysline.o rsyslogd-linkedlist.o rsyslogd-iminternal.o rsyslogd-action.o -lz -lpthread -ldl  -lrt
gcc -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -o rsyslogd rsyslogd-datetime.o rsyslogd-errmsg.o rsyslogd-syslogd.o rsyslogd-sysvar.o rsyslogd-vm.o rsyslogd-vmstk.o rsyslogd-vmprg.o rsyslogd-vmop.o rsyslogd-debug.o rsyslogd-pidfile.o rsyslogd-template.o rsyslogd-outchannel.o rsyslogd-stringbuf.o rsyslogd-srUtils.o rsyslogd-parse.o rsyslogd-threads.o rsyslogd-stream.o rsyslogd-var.o rsyslogd-wtp.o rsyslogd-wti.o rsyslogd-queue.o rsyslogd-sync.o rsyslogd-obj.o rsyslogd-msg.o rsyslogd-expr.o rsyslogd-ctok.o rsyslogd-ctok_token.o rsyslogd-conf.o rsyslogd-omshell.o rsyslogd-omusrmsg.o rsyslogd-omfwd.o rsyslogd-tcpsyslog.o rsyslogd-omfile.o rsyslogd-omdiscard.o rsyslogd-modules.o rsyslogd-objomsr.o rsyslogd-cfsysline.o rsyslogd-linkedlist.o rsyslogd-iminternal.o rsyslogd-action.o -Wl,--export-dynamic  -lz -lpthread -ldl -lrt
make[2]: Leaving directory `/root/setup/rsyslog-3.16.1'
Making all in doc
make[2]: Entering directory `/root/setup/rsyslog-3.16.1/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/setup/rsyslog-3.16.1/doc'
Making all in plugins/immark
make[2]: Entering directory `/root/setup/rsyslog-3.16.1/plugins/immark'
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT immark_la-immark.lo -MD -MP -MF .deps/immark_la-immark.Tpo -c -o immark_la-immark.lo `test -f 'immark.c' || echo './'`immark.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT immark_la-immark.lo -MD -MP -MF .deps/immark_la-immark.Tpo -c immark.c  -fPIC -DPIC -o .libs/immark_la-immark.o
mv -f .deps/immark_la-immark.Tpo .deps/immark_la-immark.Plo
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -module -avoid-version  -o immark.la -rpath /usr/local/lib/rsyslog immark_la-immark.lo
gcc -shared  .libs/immark_la-immark.o   -Wl,-soname -Wl,immark.so -o .libs/immark.so
creating immark.la
(cd .libs && rm -f immark.la && ln -s ../immark.la immark.la)
make[2]: Leaving directory `/root/setup/rsyslog-3.16.1/plugins/immark'
Making all in plugins/imuxsock
make[2]: Entering directory `/root/setup/rsyslog-3.16.1/plugins/imuxsock'
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT imuxsock_la-imuxsock.lo -MD -MP -MF .deps/imuxsock_la-imuxsock.Tpo -c -o imuxsock_la-imuxsock.lo `test -f 'imuxsock.c' || echo './'`imuxsock.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT imuxsock_la-imuxsock.lo -MD -MP -MF .deps/imuxsock_la-imuxsock.Tpo -c imuxsock.c  -fPIC -DPIC -o .libs/imuxsock_la-imuxsock.o
mv -f .deps/imuxsock_la-imuxsock.Tpo .deps/imuxsock_la-imuxsock.Plo
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -module -avoid-version  -o imuxsock.la -rpath /usr/local/lib/rsyslog imuxsock_la-imuxsock.lo
gcc -shared  .libs/imuxsock_la-imuxsock.o   -Wl,-soname -Wl,imuxsock.so -o .libs/imuxsock.so
creating imuxsock.la
(cd .libs && rm -f imuxsock.la && ln -s ../imuxsock.la imuxsock.la)
make[2]: Leaving directory `/root/setup/rsyslog-3.16.1/plugins/imuxsock'
Making all in plugins/imtcp
make[2]: Entering directory `/root/setup/rsyslog-3.16.1/plugins/imtcp'
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT imtcp_la-imtcp.lo -MD -MP -MF .deps/imtcp_la-imtcp.Tpo -c -o imtcp_la-imtcp.lo `test -f 'imtcp.c' || echo './'`imtcp.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT imtcp_la-imtcp.lo -MD -MP -MF .deps/imtcp_la-imtcp.Tpo -c imtcp.c  -fPIC -DPIC -o .libs/imtcp_la-imtcp.o
mv -f .deps/imtcp_la-imtcp.Tpo .deps/imtcp_la-imtcp.Plo
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -module -avoid-version  -o imtcp.la -rpath /usr/local/lib/rsyslog imtcp_la-imtcp.lo
gcc -shared  .libs/imtcp_la-imtcp.o   -Wl,-soname -Wl,imtcp.so -o .libs/imtcp.so
creating imtcp.la
(cd .libs && rm -f imtcp.la && ln -s ../imtcp.la imtcp.la)
make[2]: Leaving directory `/root/setup/rsyslog-3.16.1/plugins/imtcp'
Making all in plugins/imudp
make[2]: Entering directory `/root/setup/rsyslog-3.16.1/plugins/imudp'
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT imudp_la-imudp.lo -MD -MP -MF .deps/imudp_la-imudp.Tpo -c -o imudp_la-imudp.lo `test -f 'imudp.c' || echo './'`imudp.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT imudp_la-imudp.lo -MD -MP -MF .deps/imudp_la-imudp.Tpo -c imudp.c  -fPIC -DPIC -o .libs/imudp_la-imudp.o
mv -f .deps/imudp_la-imudp.Tpo .deps/imudp_la-imudp.Plo
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -module -avoid-version  -o imudp.la -rpath /usr/local/lib/rsyslog imudp_la-imudp.lo
gcc -shared  .libs/imudp_la-imudp.o   -Wl,-soname -Wl,imudp.so -o .libs/imudp.so
creating imudp.la
(cd .libs && rm -f imudp.la && ln -s ../imudp.la imudp.la)
make[2]: Leaving directory `/root/setup/rsyslog-3.16.1/plugins/imudp'
Making all in plugins/omtesting
make[2]: Entering directory `/root/setup/rsyslog-3.16.1/plugins/omtesting'
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT omtesting_la-omtesting.lo -MD -MP -MF .deps/omtesting_la-omtesting.Tpo -c -o omtesting_la-omtesting.lo `test -f 'omtesting.c' || echo './'`omtesting.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT omtesting_la-omtesting.lo -MD -MP -MF .deps/omtesting_la-omtesting.Tpo -c omtesting.c  -fPIC -DPIC -o .libs/omtesting_la-omtesting.o
mv -f .deps/omtesting_la-omtesting.Tpo .deps/omtesting_la-omtesting.Plo
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -module -avoid-version  -o omtesting.la -rpath /usr/local/lib/rsyslog omtesting_la-omtesting.lo
gcc -shared  .libs/omtesting_la-omtesting.o   -Wl,-soname -Wl,omtesting.so -o .libs/omtesting.so
creating omtesting.la
(cd .libs && rm -f omtesting.la && ln -s ../omtesting.la omtesting.la)
make[2]: Leaving directory `/root/setup/rsyslog-3.16.1/plugins/omtesting'
Making all in plugins/imklog
make[2]: Entering directory `/root/setup/rsyslog-3.16.1/plugins/imklog'
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT imklog_la-imklog.lo -MD -MP -MF .deps/imklog_la-imklog.Tpo -c -o imklog_la-imklog.lo `test -f 'imklog.c' || echo './'`imklog.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT imklog_la-imklog.lo -MD -MP -MF .deps/imklog_la-imklog.Tpo -c imklog.c  -fPIC -DPIC -o .libs/imklog_la-imklog.o
imklog.c: In function 'writeSyslogV':
imklog.c:132: warning: function might be possible candidate for 'printf' format attribute
imklog.c:132: warning: function might be possible candidate for 'printf' format attribute
mv -f .deps/imklog_la-imklog.Tpo .deps/imklog_la-imklog.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT imklog_la-ksym.lo -MD -MP -MF .deps/imklog_la-ksym.Tpo -c -o imklog_la-ksym.lo `test -f 'ksym.c' || echo './'`ksym.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT imklog_la-ksym.lo -MD -MP -MF .deps/imklog_la-ksym.Tpo -c ksym.c  -fPIC -DPIC -o .libs/imklog_la-ksym.o
mv -f .deps/imklog_la-ksym.Tpo .deps/imklog_la-ksym.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT imklog_la-ksym_mod.lo -MD -MP -MF .deps/imklog_la-ksym_mod.Tpo -c -o imklog_la-ksym_mod.lo `test -f 'ksym_mod.c' || echo './'`ksym_mod.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT imklog_la-ksym_mod.lo -MD -MP -MF .deps/imklog_la-ksym_mod.Tpo -c ksym_mod.c  -fPIC -DPIC -o .libs/imklog_la-ksym_mod.o
ksym_mod.c: In function 'LookupModuleSymbol':
ksym_mod.c:456: warning: comparison between signed and unsigned
ksym_mod.c:457: warning: comparison between signed and unsigned
ksym_mod.c:458: warning: comparison between signed and unsigned
mv -f .deps/imklog_la-ksym_mod.Tpo .deps/imklog_la-ksym_mod.Plo
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -module -avoid-version  -o imklog.la -rpath /usr/local/lib/rsyslog imklog_la-imklog.lo imklog_la-ksym.lo imklog_la-ksym_mod.lo
gcc -shared  .libs/imklog_la-imklog.o .libs/imklog_la-ksym.o .libs/imklog_la-ksym_mod.o   -Wl,-soname -Wl,imklog.so -o .libs/imklog.so
creating imklog.la
(cd .libs && rm -f imklog.la && ln -s ../imklog.la imklog.la)
make[2]: Leaving directory `/root/setup/rsyslog-3.16.1/plugins/imklog'
Making all in plugins/omrelp
make[2]: Entering directory `/root/setup/rsyslog-3.16.1/plugins/omrelp'
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -pthread -I/usr/local/include     -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT omrelp_la-omrelp.lo -MD -MP -MF .deps/omrelp_la-omrelp.Tpo -c -o omrelp_la-omrelp.lo `test -f 'omrelp.c' || echo './'`omrelp.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I/usr/local/include -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT omrelp_la-omrelp.lo -MD -MP -MF .deps/omrelp_la-omrelp.Tpo -c omrelp.c  -fPIC -DPIC -o .libs/omrelp_la-omrelp.o
mv -f .deps/omrelp_la-omrelp.Tpo .deps/omrelp_la-omrelp.Plo
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -module -avoid-version  -o omrelp.la -rpath /usr/local/lib/rsyslog omrelp_la-omrelp.lo -L/usr/local/lib -lrelp -lrt
gcc -shared  .libs/omrelp_la-omrelp.o  -L/usr/local/lib /usr/local/lib/librelp.so -lrt  -Wl,-soname -Wl,omrelp.so -o .libs/omrelp.so
creating omrelp.la
(cd .libs && rm -f omrelp.la && ln -s ../omrelp.la omrelp.la)
make[2]: Leaving directory `/root/setup/rsyslog-3.16.1/plugins/omrelp'
Making all in plugins/imrelp
make[2]: Entering directory `/root/setup/rsyslog-3.16.1/plugins/imrelp'
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -pthread -I/usr/local/include     -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT imrelp_la-imrelp.lo -MD -MP -MF .deps/imrelp_la-imrelp.Tpo -c -o imrelp_la-imrelp.lo `test -f 'imrelp.c' || echo './'`imrelp.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I/usr/local/include -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT imrelp_la-imrelp.lo -MD -MP -MF .deps/imrelp_la-imrelp.Tpo -c imrelp.c  -fPIC -DPIC -o .libs/imrelp_la-imrelp.o
mv -f .deps/imrelp_la-imrelp.Tpo .deps/imrelp_la-imrelp.Plo
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -module -avoid-version  -o imrelp.la -rpath /usr/local/lib/rsyslog imrelp_la-imrelp.lo -L/usr/local/lib -lrelp -lrt
gcc -shared  .libs/imrelp_la-imrelp.o  -L/usr/local/lib /usr/local/lib/librelp.so -lrt  -Wl,-soname -Wl,imrelp.so -o .libs/imrelp.so
creating imrelp.la
(cd .libs && rm -f imrelp.la && ln -s ../imrelp.la imrelp.la)
make[2]: Leaving directory `/root/setup/rsyslog-3.16.1/plugins/imrelp'
Making all in plugins/ommysql
make[2]: Entering directory `/root/setup/rsyslog-3.16.1/plugins/ommysql'
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I/usr/include/mysql  -g -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT ommysql_la-ommysql.lo -MD -MP -MF .deps/ommysql_la-ommysql.Tpo -c -o ommysql_la-ommysql.lo `test -f 'ommysql.c' || echo './'`ommysql.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/usr/include/mysql -g -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv -pthread -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT ommysql_la-ommysql.lo -MD -MP -MF .deps/ommysql_la-ommysql.Tpo -c ommysql.c  -fPIC -DPIC -o .libs/ommysql_la-ommysql.o
mv -f .deps/ommysql_la-ommysql.Tpo .deps/ommysql_la-ommysql.Plo
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -module -avoid-version  -o ommysql.la -rpath /usr/local/lib/rsyslog ommysql_la-ommysql.lo -rdynamic -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -L/usr/lib -lssl -lcrypto
gcc -shared  .libs/ommysql_la-ommysql.o  -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -L/usr/lib -lssl -lcrypto  -Wl,-soname -Wl,ommysql.so -o .libs/ommysql.so
creating ommysql.la
(cd .libs && rm -f ommysql.la && ln -s ../ommysql.la ommysql.la)
make[2]: Leaving directory `/root/setup/rsyslog-3.16.1/plugins/ommysql'
Making all in plugins/omsnmp
make[2]: Entering directory `/root/setup/rsyslog-3.16.1/plugins/omsnmp'
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT omsnmp_la-omsnmp.lo -MD -MP -MF .deps/omsnmp_la-omsnmp.Tpo -c -o omsnmp_la-omsnmp.lo `test -f 'omsnmp.c' || echo './'`omsnmp.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT omsnmp_la-omsnmp.lo -MD -MP -MF .deps/omsnmp_la-omsnmp.Tpo -c omsnmp.c  -fPIC -DPIC -o .libs/omsnmp_la-omsnmp.o
mv -f .deps/omsnmp_la-omsnmp.Tpo .deps/omsnmp_la-omsnmp.Plo
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -module -avoid-version  -o omsnmp.la -rpath /usr/local/lib/rsyslog omsnmp_la-omsnmp.lo -lnetsnmp
gcc -shared  .libs/omsnmp_la-omsnmp.o  -lnetsnmp  -Wl,-soname -Wl,omsnmp.so -o .libs/omsnmp.so
creating omsnmp.la
(cd .libs && rm -f omsnmp.la && ln -s ../omsnmp.la omsnmp.la)
make[2]: Leaving directory `/root/setup/rsyslog-3.16.1/plugins/omsnmp'
Making all in plugins/imtemplate
make[2]: Entering directory `/root/setup/rsyslog-3.16.1/plugins/imtemplate'
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT imtemplate_la-imtemplate.lo -MD -MP -MF .deps/imtemplate_la-imtemplate.Tpo -c -o imtemplate_la-imtemplate.lo `test -f 'imtemplate.c' || echo './'`imtemplate.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT imtemplate_la-imtemplate.lo -MD -MP -MF .deps/imtemplate_la-imtemplate.Tpo -c imtemplate.c  -fPIC -DPIC -o .libs/imtemplate_la-imtemplate.o
imtemplate.c: In function 'imtemplateMyFunc':
imtemplate.c:154: warning: label 'finalize_it' defined but not used
imtemplate.c:110: warning: unused parameter 'iMyParam'
imtemplate.c: In function 'inputModuleCleanup':
imtemplate.c:182: warning: unused parameter 'arg'
imtemplate.c: In function 'willRun':
imtemplate.c:323: warning: label 'finalize_it' defined but not used
imtemplate.c: At top level:
imtemplate.c:111: warning: 'imtemplateMyFunc' defined but not used
mv -f .deps/imtemplate_la-imtemplate.Tpo .deps/imtemplate_la-imtemplate.Plo
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -module -avoid-version  -o imtemplate.la -rpath /usr/local/lib/rsyslog imtemplate_la-imtemplate.lo
gcc -shared  .libs/imtemplate_la-imtemplate.o   -Wl,-soname -Wl,imtemplate.so -o .libs/imtemplate.so
creating imtemplate.la
(cd .libs && rm -f imtemplate.la && ln -s ../imtemplate.la imtemplate.la)
make[2]: Leaving directory `/root/setup/rsyslog-3.16.1/plugins/imtemplate'
Making all in plugins/imfile
make[2]: Entering directory `/root/setup/rsyslog-3.16.1/plugins/imfile'
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -pthread   -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT imfile_la-imfile.lo -MD -MP -MF .deps/imfile_la-imfile.Tpo -c -o imfile_la-imfile.lo `test -f 'imfile.c' || echo './'`imfile.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT imfile_la-imfile.lo -MD -MP -MF .deps/imfile_la-imfile.Tpo -c imfile.c  -fPIC -DPIC -o .libs/imfile_la-imfile.o
mv -f .deps/imfile_la-imfile.Tpo .deps/imfile_la-imfile.Plo
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -module -avoid-version  -o imfile.la -rpath /usr/local/lib/rsyslog imfile_la-imfile.lo
gcc -shared  .libs/imfile_la-imfile.o   -Wl,-soname -Wl,imfile.so -o .libs/imfile.so
creating imfile.la
(cd .libs && rm -f imfile.la && ln -s ../imfile.la imfile.la)
make[2]: Leaving directory `/root/setup/rsyslog-3.16.1/plugins/imfile'
make[1]: Leaving directory `/root/setup/rsyslog-3.16.1'



# make check
Making check in .
make[1]: Entering directory `/root/setup/rsyslog-3.16.1'
make[1]: Nothing to be done for `check-am'.
make[1]: Leaving directory `/root/setup/rsyslog-3.16.1'
Making check in doc
make[1]: Entering directory `/root/setup/rsyslog-3.16.1/doc'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/root/setup/rsyslog-3.16.1/doc'
Making check in plugins/immark
make[1]: Entering directory `/root/setup/rsyslog-3.16.1/plugins/immark'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/root/setup/rsyslog-3.16.1/plugins/immark'
Making check in plugins/imuxsock
make[1]: Entering directory `/root/setup/rsyslog-3.16.1/plugins/imuxsock'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/root/setup/rsyslog-3.16.1/plugins/imuxsock'
Making check in plugins/imtcp
make[1]: Entering directory `/root/setup/rsyslog-3.16.1/plugins/imtcp'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/root/setup/rsyslog-3.16.1/plugins/imtcp'
Making check in plugins/imudp
make[1]: Entering directory `/root/setup/rsyslog-3.16.1/plugins/imudp'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/root/setup/rsyslog-3.16.1/plugins/imudp'
Making check in plugins/omtesting
make[1]: Entering directory `/root/setup/rsyslog-3.16.1/plugins/omtesting'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/root/setup/rsyslog-3.16.1/plugins/omtesting'
Making check in plugins/imklog
make[1]: Entering directory `/root/setup/rsyslog-3.16.1/plugins/imklog'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/root/setup/rsyslog-3.16.1/plugins/imklog'
Making check in plugins/omrelp
make[1]: Entering directory `/root/setup/rsyslog-3.16.1/plugins/omrelp'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/root/setup/rsyslog-3.16.1/plugins/omrelp'
Making check in plugins/imrelp
make[1]: Entering directory `/root/setup/rsyslog-3.16.1/plugins/imrelp'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/root/setup/rsyslog-3.16.1/plugins/imrelp'
Making check in plugins/ommysql
make[1]: Entering directory `/root/setup/rsyslog-3.16.1/plugins/ommysql'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/root/setup/rsyslog-3.16.1/plugins/ommysql'
Making check in plugins/omsnmp
make[1]: Entering directory `/root/setup/rsyslog-3.16.1/plugins/omsnmp'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/root/setup/rsyslog-3.16.1/plugins/omsnmp'
Making check in plugins/imtemplate
make[1]: Entering directory `/root/setup/rsyslog-3.16.1/plugins/imtemplate'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/root/setup/rsyslog-3.16.1/plugins/imtemplate'
Making check in plugins/imfile
make[1]: Entering directory `/root/setup/rsyslog-3.16.1/plugins/imfile'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/root/setup/rsyslog-3.16.1/plugins/imfile'


My system is

    Red Hat Enterprise Linux Server release 5.1 (Tikanga)
    Linux vm 2.6.18-53.el5 #1 SMP Wed Oct 10 16:34:02 EDT 2007 i686 athlon i386 GNU/Linux

Thanks again,
marco
flaco
New
 
Posts: 8
Joined: Thu Sep 20, 2007 10:23 am

Google Ads



Return to Installation

Who is online

Users browsing this forum: No registered users and 0 guests

cron