<br><font size=3><tt>Hi,<br>
<br>
I am trying to build syslog-ng-2.1.3 on HP-UX Itenium (64-bit) box. I am
<br>
doing '--enable-dynamic-linking' and it is giving following warning <br>
messages while 'make'.<br>
<br>
************************Warning messages during 'make' *******************<br>
..<br>
..<br>
gcc -g -O2 -Wall -U_XOPEN_SOURCE -U_XOPEN_SOURCE_EXTENDED -D_HPUX_SOURCE
<br>
-lcl -o loggen loggen.o -lnsl -lrt -ll -L/usr/local/lib/hpux32
<br>
-lglib-2.0 -lintl -liconv -L/opt/soe/local/syslog-ng-2.1.3/eventlog/lib
<br>
-levtlog -lwrap<br>
ld: (Warning) Unsatisfied symbol "yyleng" in file /usr/lib/hpux32/libl.so<br>
ld: (Warning) Unsatisfied symbol "yylenguc" in file <br>
/usr/lib/hpux32/libl.so<br>
ld: (Warning) Unsatisfied symbol "yyinput" in file /usr/lib/hpux32/libl.so<br>
ld: (Warning) Unsatisfied symbol "yyunput" in file /usr/lib/hpux32/libl.so<br>
ld: (Warning) Unsatisfied symbol "yyolsp" in file /usr/lib/hpux32/libl.so<br>
ld: (Warning) Unsatisfied symbol "yytext" in file /usr/lib/hpux32/libl.so<br>
ld: (Warning) Unsatisfied symbol "yyoutput" in file <br>
/usr/lib/hpux32/libl.so<br>
ld: (Warning) Unsatisfied symbol "yytextuc" in file <br>
/usr/lib/hpux32/libl.so<br>
ld: (Warning) Unsatisfied symbol "yyextra" in file /usr/lib/hpux32/libl.so<br>
ld: (Warning) Unsatisfied symbol "yyfnd" in file /usr/lib/hpux32/libl.so<br>
ld: (Warning) Unsatisfied symbol "yyprevious" in file <br>
/usr/lib/hpux32/libl.so<br>
ld: (Warning) Unsatisfied symbol "yylex" in file /usr/lib/hpux32/libl.so<br>
ld: (Warning) Unsatisfied symbol "yylsp" in file /usr/lib/hpux32/libl.so<br>
ld: (Warning) Unsatisfied symbol "yyout" in file /usr/lib/hpux32/libl.so<br>
ld: (Warning) Unsatisfied symbol "deny_severity" in file <br>
/usr/lib/hpux32/libwrap.so<br>
ld: (Warning) Unsatisfied symbol "allow_severity" in file <br>
/usr/lib/hpux32/libwrap.so<br>
ld: (Warning) Unsatisfied symbol "yylstate" in file <br>
/usr/lib/hpux32/libl.so<br>
ld: (Warning) Unsatisfied symbol "yytextarr" in file <br>
/usr/lib/hpux32/libl.so<br>
ld: (Warning) Unsatisfied symbol "yyback" in file /usr/lib/hpux32/libl.so<br>
ld: (Warning) Unsatisfied symbol "rfc931_timeout" in file <br>
/usr/lib/hpux32/libwrap.so<br>
20 warnings.<br>
*******************************************************************************<br>
<br>
It is giving me similar error message while running syslog-nd daemon and
<br>
fail.<br>
<br>
I have installed flex to get rid of libl.so but no success.<br>
<br>
# swlist |grep -i flex<br>
flex
2.5.4a
flex<br>
# gcc -v<br>
Using built-in specs.<br>
Target: ia64-hp-hpux11.31<br>
Configured with: ../gcc/configure<br>
Thread model: posix<br>
gcc version 4.2.3<br>
<br>
Here is configure result:<br>
================================<br>
syslog-ng Open Source Edition 2.1.3 configured<br>
Compiler options:<br>
compiler
: gcc<br>
compiler options : -g -O2
-Wall -U_XOPEN_SOURCE <br>
-U_XOPEN_SOURCE_EXTENDED -D_HPUX_SOURCE -I/usr/local/include/glib-2.0
<br>
-I/usr/local/lib/hpux32/glib-2.0/include <br>
-I/opt/soe/local/syslog-ng-2.1.3/eventlog/include/eventlog -D_GNU_SOURCE
<br>
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64<br>
linker flags :
-lcl -lnsl -lrt -ll <br>
-L/usr/local/lib/hpux32 -lglib-2.0 -lintl -liconv <br>
-L/opt/soe/local/syslog-ng-2.1.3/eventlog/lib -levtlog -lwrap<br>
prefix
: /opt/soe/local/syslog-ng-2.1.3<br>
Features:<br>
Sun STREAMS support : no<br>
Sun Door support : no<br>
Debug symbols :
no<br>
Memtrace
: no<br>
IPV6 support :
yes<br>
spoof-source support : no<br>
tcp-wrapper support : yes<br>
SQL support
: no<br>
================================<br>
<br>
Any help will be highly appreciated.<br>
<br>
--<br>
Chanchal</tt></font>