I am new here.
I get an error on building with gcc 3.3.5.
- Code: Select all
rsyslog will be compiled with the followig settings:
Multithreading support enabled: yes
Klogd functionality enabled: yes
Regular expressions support enabled: yes
Zlib compression support enabled: yes
MySql support enabled: yes
Large file support enabled: yes
Networking support enabled: yes
Debug mode enabled: no
- Code: Select all
make all-am
make[1]: Entering directory `/usr/local/src/rsyslog-1.19.6'
gcc -DHAVE_CONFIG_H -I. -D_PATH_MODDIR=\"/usr/local/lib/rsyslog/\" -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
omfwd.c: In Funktion »doTryResume«:
omfwd.c:559: error: `AI_NUMERICSERV' undeclared (first use in this function)
omfwd.c:559: error: (Each undeclared identifier is reported only once
omfwd.c:559: error: for each function it appears in.)
omfwd.c: In Funktion »parseSelectorAct«:
omfwd.c:850: error: `AI_NUMERICSERV' undeclared (first use in this function)
make[1]: *** [rsyslogd-omfwd.o] Fehler 1
make[1]: Leaving directory `/usr/local/src/rsyslog-1.19.6'
make: *** [all] Fehler 2
Any help would be appreciated.
Walter


