[syslog-ng]Problem generating syslog-ng on HP-UX 11i v1 (PA-RISC 2.0)

Jose Javier Sianes Ruiz syslog-ng@lists.balabit.hu
Wed, 24 Nov 2004 20:01:12 +0100


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I have a lot of problems trying to create a syslog-ng binary in HP-UX
11i v1 for PA-RISC 2.0 architecture:<br>
<br>
<blockquote><tt><small>HP-UX asterix B.11.11 U 9000/810 2013576237
unlimited-user license</small></tt><br>
</blockquote>
<br>
All compilation issues goes right, but when I try to run it create a
core. This is all the test I have made:<br>
<br>
<blockquote><small><tt><a class="moz-txt-link-abbreviated" href="mailto:root@asterix:/root/syslog/syslog-ng-1.6.5+20041124">root@asterix:/root/syslog/syslog-ng-1.6.5+20041124</a>&gt;
/usr/local/sbin/syslog-ng -dv</tt></small><br>
  <small><tt>Memory fault(coredump)</tt></small><br>
  <small><tt><a class="moz-txt-link-abbreviated" href="mailto:root@asterix:/root/syslog/syslog-ng-1.6.5+20041124">root@asterix:/root/syslog/syslog-ng-1.6.5+20041124</a>&gt; gdb
/usr/local/sbin/syslog-ng</tt></small><br>
  <small><tt>HP gdb 3.3 for PA-RISC 1.1 or 2.0 (narrow), HP-UX 11.00.</tt></small><br>
  <small><tt>Copyright 1986 - 2001 Free Software Foundation, Inc.</tt></small><br>
  <small><tt>Hewlett-Packard Wildebeest 3.3 (based on GDB) is covered
by the</tt></small><br>
  <small><tt>GNU General Public License. Type "show copying" to see the
conditions to</tt></small><br>
  <small><tt>change it and/or distribute copies. Type "show warranty"
for warranty/support.</tt></small><br>
  <small><tt>..</tt></small><br>
  <small><tt>(gdb) r -dv</tt></small><br>
  <small><tt>Starting program: /usr/local/sbin/syslog-ng -dv</tt></small><br>
  <br>
  <small><tt>Program received signal SIGSEGV, Segmentation fault.</tt></small><br>
  <small><tt>0x197dc in c_vformat_length () at format.c:178</tt></small><br>
  <small><tt>178     format.c: No such file or directory.</tt></small><br>
  <small><tt>(gdb) bt</tt></small><br>
  <small><tt>#0  0x197dc in c_vformat_length () at format.c:178</tt></small><br>
  <small><tt>#1  0x1c4f4 in msg_vformat () at werror.c:132</tt></small><br>
  <small><tt>#2  0x1c5b4 in werror () at werror.c:152</tt></small><br>
  <small><tt>#3  0xc224 in make_syslog_config (name=0x40001220
"/usr/local/etc/syslog-ng/syslog-ng.conf", backend=0x40006a80) at
cfgfile.c:344</tt></small><br>
  <small><tt>#4  0x71bc in main (argc=2, argv=0x7f7f0814) at main.c:479</tt></small><br>
  <small><tt>(gdb) quit</tt></small><br>
  <small><tt>The program is running.  Exit anyway? (y or n) y</tt></small><br>
  <small><tt><a class="moz-txt-link-abbreviated" href="mailto:root@asterix:/root/syslog/syslog-ng-1.6.5+20041124">root@asterix:/root/syslog/syslog-ng-1.6.5+20041124</a>&gt;</tt></small><br>
</blockquote>
I have try with both, stable an snapshot versions. The result is the
same, a crash at the beginning. This is my configuration file:<br>
<br>
<blockquote><tt><small><a class="moz-txt-link-abbreviated" href="mailto:root@asterix:/root/syslog/syslog-ng-1.6.5+20041124">root@asterix:/root/syslog/syslog-ng-1.6.5+20041124</a>&gt;
cat /etc/syslog-ng/syslog-ng.conf</small></tt><br>
  <tt><small># syslog-ng configuration file.</small></tt><br>
  <tt><small>#</small></tt><br>
  <tt><small># This should behave pretty much like the original syslog
on HP-UX. But</small></tt><br>
  <tt><small># it could be configured a lot smarter.</small></tt><br>
  <tt><small>#</small></tt><br>
  <tt><small># See syslog-ng(8) and syslog-ng.conf(8) for more
information.</small></tt><br>
  <tt><small>#</small></tt><br>
  <tt><small># 20000925 <a class="moz-txt-link-abbreviated" href="mailto:gb@sysfive.com">gb@sysfive.com</a></small></tt><br>
  <br>
  <tt><small>options { sync (0);</small></tt><br>
  <tt><small>          time_reopen (10);</small></tt><br>
  <tt><small>          log_fifo_size (2048);</small></tt><br>
  <tt><small>          long_hostnames (off);</small></tt><br>
  <tt><small>          use_dns (no);</small></tt><br>
  <tt><small>          use_fqdn (no);</small></tt><br>
  <tt><small>          create_dirs (no);</small></tt><br>
  <tt><small>          keep_hostname (yes);</small></tt><br>
  <tt><small>        };</small></tt><br>
  <br>
  <tt><small>source stdlog { pipe("/dev/log" pad_size(2048)); };</small></tt><br>
  <tt><small>source s_sys { pipe("/dev/log"); internal(); };</small></tt><br>
  <br>
  <tt><small>destination d_cons { file("/dev/console"); };</small></tt><br>
  <tt><small>destination d_mesg {
file("/var/adm/syslog-ng/syslog.log"); };</small></tt><br>
  <tt><small>destination d_mail { file("/var/adm/syslog-ng/mail.log");
};</small></tt><br>
  <tt><small>destination d_mlrt { usertty("root"); };</small></tt><br>
  <tt><small>destination d_mlal { usertty("*"); };</small></tt><br>
  <br>
  <tt><small>filter f_filter1   { facility(mail) and level(debug); };</small></tt><br>
  <tt><small>filter f_filter2   { (facility(mail) and level(debug)) or</small></tt><br>
  <tt><small>                     level(info); };</small></tt><br>
  <tt><small>filter f_filter3   { level(alert); };</small></tt><br>
  <tt><small>filter f_filter4   { level(emerg); };</small></tt><br>
  <br>
  <tt><small>log { source(s_sys); filter(f_filter1);
destination(d_mail); };</small></tt><br>
  <tt><small>log { source(s_sys); filter(f_filter2);
destination(d_mesg); };</small></tt><br>
  <tt><small>log { source(s_sys); filter(f_filter3);
destination(d_cons);</small></tt><br>
  <tt><small>                                       
destination(d_mlrt); };</small></tt><br>
  <tt><small>log { source(s_sys); filter(f_filter4);
destination(d_mlal); };</small></tt><br>
  <tt><small><a class="moz-txt-link-abbreviated" href="mailto:root@asterix:/root/syslog/syslog-ng-1.6.5+20041124">root@asterix:/root/syslog/syslog-ng-1.6.5+20041124</a>&gt;</small></tt><br>
</blockquote>
Here is the configure output:<br>
<br>
<blockquote><tt><small><a class="moz-txt-link-abbreviated" href="mailto:root@asterix:/root/syslog/syslog-ng-1.6.5+20041124">root@asterix:/root/syslog/syslog-ng-1.6.5+20041124</a>&gt;
./configure --with-debug</small></tt><br>
  <tt><small>checking for a BSD-compatible install...
/opt/imake/bin/install -c</small></tt><br>
  <tt><small>checking whether build environment is sane... yes</small></tt><br>
  <tt><small>checking for gawk... no</small></tt><br>
  <tt><small>checking for mawk... no</small></tt><br>
  <tt><small>checking for nawk... no</small></tt><br>
  <tt><small>checking for awk... awk</small></tt><br>
  <tt><small>checking whether make sets $(MAKE)... yes</small></tt><br>
  <tt><small>checking whether build environment is sane... yes</small></tt><br>
  <tt><small>checking for gcc... no</small></tt><br>
  <tt><small>checking for cc... cc</small></tt><br>
  <tt><small>checking for C compiler default output file name... a.out</small></tt><br>
  <tt><small>checking whether the C compiler works... yes</small></tt><br>
  <tt><small>checking whether we are cross compiling... no</small></tt><br>
  <tt><small>checking for suffix of executables...</small></tt><br>
  <tt><small>checking for suffix of object files... o</small></tt><br>
  <tt><small>checking whether we are using the GNU C compiler... no</small></tt><br>
  <tt><small>checking whether cc accepts -g... yes</small></tt><br>
  <tt><small>checking for cc option to accept ANSI C... none needed</small></tt><br>
  <tt><small>checking for style of include used by make... GNU</small></tt><br>
  <tt><small>checking dependency style of cc... hp</small></tt><br>
  <tt><small>checking for cc option to accept ANSI C... none needed</small></tt><br>
  <tt><small>checking for bison... bison -y</small></tt><br>
  <tt><small>checking for flex... flex</small></tt><br>
  <tt><small>checking for yywrap in -lfl... no</small></tt><br>
  <tt><small>checking for yywrap in -ll... yes</small></tt><br>
  <tt><small>checking lex output file root... lex.yy</small></tt><br>
  <tt><small>checking whether yytext is a pointer... yes</small></tt><br>
  <tt><small>checking whether make sets $(MAKE)... (cached) yes</small></tt><br>
  <tt><small>checking how to run the C preprocessor... cc -E</small></tt><br>
  <tt><small>checking for egrep... grep -E</small></tt><br>
  <tt><small>checking for ANSI C header files... yes</small></tt><br>
  <tt><small>checking for sys/types.h... yes</small></tt><br>
  <tt><small>checking for sys/stat.h... yes</small></tt><br>
  <tt><small>checking for stdlib.h... yes</small></tt><br>
  <tt><small>checking for string.h... yes</small></tt><br>
  <tt><small>checking for memory.h... yes</small></tt><br>
  <tt><small>checking for strings.h... yes</small></tt><br>
  <tt><small>checking for inttypes.h... yes</small></tt><br>
  <tt><small>checking for stdint.h... no</small></tt><br>
  <tt><small>checking for unistd.h... yes</small></tt><br>
  <tt><small>checking malloc.h usability... yes</small></tt><br>
  <tt><small>checking malloc.h presence... yes</small></tt><br>
  <tt><small>checking for malloc.h... yes</small></tt><br>
  <tt><small>checking for unistd.h... (cached) yes</small></tt><br>
  <tt><small>checking door.h usability... no</small></tt><br>
  <tt><small>checking door.h presence... no</small></tt><br>
  <tt><small>checking for door.h... no</small></tt><br>
  <tt><small>checking stropts.h usability... yes</small></tt><br>
  <tt><small>checking stropts.h presence... yes</small></tt><br>
  <tt><small>checking for stropts.h... yes</small></tt><br>
  <tt><small>checking sys/strlog.h usability... yes</small></tt><br>
  <tt><small>checking sys/strlog.h presence... yes</small></tt><br>
  <tt><small>checking for sys/strlog.h... yes</small></tt><br>
  <tt><small>checking stdarg.h usability... yes</small></tt><br>
  <tt><small>checking stdarg.h presence... yes</small></tt><br>
  <tt><small>checking for stdarg.h... yes</small></tt><br>
  <tt><small>checking sys/klog.h usability... no</small></tt><br>
  <tt><small>checking sys/klog.h presence... no</small></tt><br>
  <tt><small>checking for sys/klog.h... no</small></tt><br>
  <tt><small>checking arpa/nameser.h usability... yes</small></tt><br>
  <tt><small>checking arpa/nameser.h presence... yes</small></tt><br>
  <tt><small>checking for arpa/nameser.h... yes</small></tt><br>
  <tt><small>checking tcpd.h usability... no</small></tt><br>
  <tt><small>checking tcpd.h presence... no</small></tt><br>
  <tt><small>checking for tcpd.h... no</small></tt><br>
  <tt><small>checking for an ANSI C-conforming const... yes</small></tt><br>
  <tt><small>checking whether time.h and sys/time.h may both be
included... yes</small></tt><br>
  <tt><small>checking for modern utmp... no</small></tt><br>
  <tt><small>checking for global timezone variable... no</small></tt><br>
  <tt><small>checking for short... yes</small></tt><br>
  <tt><small>checking size of short... 2</small></tt><br>
  <tt><small>checking for int... yes</small></tt><br>
  <tt><small>checking size of int... 4</small></tt><br>
  <tt><small>checking for long... yes</small></tt><br>
  <tt><small>checking size of long... 4</small></tt><br>
  <tt><small>checking for I_CONSLOG... no</small></tt><br>
  <tt><small>checking for O_LARGEFILE... yes</small></tt><br>
  <tt><small>checking for res_init in &lt;resolv.h&gt;...</small></tt><br>
  <tt><small>checking for working alloca.h... yes</small></tt><br>
  <tt><small>checking for alloca... yes</small></tt><br>
  <tt><small>checking for vprintf... yes</small></tt><br>
  <tt><small>checking for _doprnt... yes</small></tt><br>
  <tt><small>checking for res_init in -lresolv... no</small></tt><br>
  <tt><small>checking for __res_init in -lresolv... no</small></tt><br>
  <tt><small>checking for door_create in -ldoor... no</small></tt><br>
  <tt><small>checking for socket in -lsocket... no</small></tt><br>
  <tt><small>checking for gethostbyname in -lnsl... yes</small></tt><br>
  <tt><small>checking for select... yes</small></tt><br>
  <tt><small>checking for snprintf... yes</small></tt><br>
  <tt><small>checking for vsnprintf... yes</small></tt><br>
  <tt><small>checking for strerror... yes</small></tt><br>
  <tt><small>checking for inet_aton... yes</small></tt><br>
  <tt><small>checking for strncpy... yes</small></tt><br>
  <tt><small>checking for getutent... yes</small></tt><br>
  <tt><small>checking for getopt_long... no</small></tt><br>
  <tt><small>checking for strcasecmp... yes</small></tt><br>
  <tt><small>checking for strptime... yes</small></tt><br>
  <tt><small>checking for TCP wrapper library...</small></tt><br>
  <tt><small>checking whether to enable Sun STREAMS support... no</small></tt><br>
  <tt><small>checking whether to enable Sun door support... no</small></tt><br>
  <tt><small>checking whether to enable TCP wrapper support... no</small></tt><br>
  <tt><small>checking whether to enable spoof_source support... no</small></tt><br>
  <tt><small>checking libol version &gt;= 0.3.14... ok</small></tt><br>
  <tt><small>configure: creating ./config.status</small></tt><br>
  <tt><small>config.status: creating Makefile</small></tt><br>
  <tt><small>config.status: creating src/Makefile</small></tt><br>
  <tt><small>config.status: creating src/tests/Makefile</small></tt><br>
  <tt><small>config.status: creating doc/Makefile</small></tt><br>
  <tt><small>config.status: creating doc/sgml/Makefile</small></tt><br>
  <tt><small>config.status: creating contrib/Makefile</small></tt><br>
  <tt><small>config.status: creating syslog-ng.spec</small></tt><br>
  <tt><small>config.status: creating src/config.h</small></tt><br>
  <tt><small>config.status: src/config.h is unchanged</small></tt><br>
  <tt><small>config.status: executing depfiles commands</small></tt><br>
  <tt><small><a class="moz-txt-link-abbreviated" href="mailto:root@asterix:/root/syslog/syslog-ng-1.6.5+20041124">root@asterix:/root/syslog/syslog-ng-1.6.5+20041124</a>&gt;</small></tt><br>
</blockquote>
<br>
In compilation time, here is the output:<br>
<br>
<blockquote><tt><small><a class="moz-txt-link-abbreviated" href="mailto:root@asterix:/root/syslog/syslog-ng-1.6.5+20041124">root@asterix:/root/syslog/syslog-ng-1.6.5+20041124</a>&gt;
make</small></tt><br>
  <tt><small>No suffix list.</small></tt><br>
  <tt><small>Making all in src</small></tt><br>
  <tt><small>        make  all-recursive</small></tt><br>
  <tt><small>Making all in .</small></tt><br>
  <tt><small>        source='main.c' object='main.o' libtool=no \</small></tt><br>
  <tt><small>        depfile='.deps/main.Po'
tmpdepfile='.deps/main.TPo' \</small></tt><br>
  <tt><small>        depmode=hp /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/depcomp \</small></tt><br>
  <tt><small>        cc -DHAVE_CONFIG_H -I.
-I/root/syslog/syslog-ng-1.6.5+20041124/src -I.      -g -Wall
-I/usr/local/include/libol -D_GNU_SOURCE -c `test -f 'main.c' || echo
'/root/syslog/syslog-ng-1.6.5+20041124/src/'`main.c</small></tt><br>
  <tt><small>        source='sources.c' object='sources.o' libtool=no \</small></tt><br>
  <tt><small>        depfile='.deps/sources.Po'
tmpdepfile='.deps/sources.TPo' \</small></tt><br>
  <tt><small>        depmode=hp /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/depcomp \</small></tt><br>
  <tt><small>        cc -DHAVE_CONFIG_H -I.
-I/root/syslog/syslog-ng-1.6.5+20041124/src -I.      -g -Wall
-I/usr/local/include/libol -D_GNU_SOURCE -c `test -f 'sources.c' ||
echo '/root/syslog/syslog-ng-1.6.5+20041124/src/'`sources.c</small></tt><br>
  <tt><small>        source='center.c' object='center.o' libtool=no \</small></tt><br>
  <tt><small>        depfile='.deps/center.Po'
tmpdepfile='.deps/center.TPo' \</small></tt><br>
  <tt><small>        depmode=hp /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/depcomp \</small></tt><br>
  <tt><small>        cc -DHAVE_CONFIG_H -I.
-I/root/syslog/syslog-ng-1.6.5+20041124/src -I.      -g -Wall
-I/usr/local/include/libol -D_GNU_SOURCE -c `test -f 'center.c' || echo
'/root/syslog/syslog-ng-1.6.5+20041124/src/'`center.c</small></tt><br>
  <tt><small>        source='filters.c' object='filters.o' libtool=no \</small></tt><br>
  <tt><small>        depfile='.deps/filters.Po'
tmpdepfile='.deps/filters.TPo' \</small></tt><br>
  <tt><small>        depmode=hp /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/depcomp \</small></tt><br>
  <tt><small>        cc -DHAVE_CONFIG_H -I.
-I/root/syslog/syslog-ng-1.6.5+20041124/src -I.      -g -Wall
-I/usr/local/include/libol -D_GNU_SOURCE -c `test -f 'filters.c' ||
echo '/root/syslog/syslog-ng-1.6.5+20041124/src/'`filters.c</small></tt><br>
  <tt><small>        source='destinations.c' object='destinations.o'
libtool=no \</small></tt><br>
  <tt><small>        depfile='.deps/destinations.Po'
tmpdepfile='.deps/destinations.TPo' \</small></tt><br>
  <tt><small>        depmode=hp /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/depcomp \</small></tt><br>
  <tt><small>        cc -DHAVE_CONFIG_H -I.
-I/root/syslog/syslog-ng-1.6.5+20041124/src -I.      -g -Wall
-I/usr/local/include/libol -D_GNU_SOURCE -c `test -f 'destinations.c'
|| echo '/root/syslog/syslog-ng-1.6.5+20041124/src/'`destinations.c</small></tt><br>
  <tt><small>        source='log.c' object='log.o' libtool=no \</small></tt><br>
  <tt><small>        depfile='.deps/log.Po' tmpdepfile='.deps/log.TPo' \</small></tt><br>
  <tt><small>        depmode=hp /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/depcomp \</small></tt><br>
  <tt><small>        cc -DHAVE_CONFIG_H -I.
-I/root/syslog/syslog-ng-1.6.5+20041124/src -I.      -g -Wall
-I/usr/local/include/libol -D_GNU_SOURCE -c `test -f 'log.c' || echo
'/root/syslog/syslog-ng-1.6.5+20041124/src/'`log.c</small></tt><br>
  <tt><small>        source='cfgfile.c' object='cfgfile.o' libtool=no \</small></tt><br>
  <tt><small>        depfile='.deps/cfgfile.Po'
tmpdepfile='.deps/cfgfile.TPo' \</small></tt><br>
  <tt><small>        depmode=hp /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/depcomp \</small></tt><br>
  <tt><small>        cc -DHAVE_CONFIG_H -I.
-I/root/syslog/syslog-ng-1.6.5+20041124/src -I.      -g -Wall
-I/usr/local/include/libol -D_GNU_SOURCE -c `test -f 'cfgfile.c' ||
echo '/root/syslog/syslog-ng-1.6.5+20041124/src/'`cfgfile.c</small></tt><br>
  <tt><small>        source='cfg-grammar.c' object='cfg-grammar.o'
libtool=no \</small></tt><br>
  <tt><small>        depfile='.deps/cfg-grammar.Po'
tmpdepfile='.deps/cfg-grammar.TPo' \</small></tt><br>
  <tt><small>        depmode=hp /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/depcomp \</small></tt><br>
  <tt><small>        cc -DHAVE_CONFIG_H -I.
-I/root/syslog/syslog-ng-1.6.5+20041124/src -I.      -g -Wall
-I/usr/local/include/libol -D_GNU_SOURCE -c `test -f 'cfg-grammar.c' ||
echo '/root/syslog/syslog-ng-1.6.5+20041124/src/'`cfg-grammar.c</small></tt><br>
  <tt><small>        source='cfg-lex.c' object='cfg-lex.o' libtool=no \</small></tt><br>
  <tt><small>        depfile='.deps/cfg-lex.Po'
tmpdepfile='.deps/cfg-lex.TPo' \</small></tt><br>
  <tt><small>        depmode=hp /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/depcomp \</small></tt><br>
  <tt><small>        cc -DHAVE_CONFIG_H -I.
-I/root/syslog/syslog-ng-1.6.5+20041124/src -I.      -g -Wall
-I/usr/local/include/libol -D_GNU_SOURCE -c `test -f 'cfg-lex.c' ||
echo '/root/syslog/syslog-ng-1.6.5+20041124/src/'`cfg-lex.c</small></tt><br>
  <tt><small>        source='affile.c' object='affile.o' libtool=no \</small></tt><br>
  <tt><small>        depfile='.deps/affile.Po'
tmpdepfile='.deps/affile.TPo' \</small></tt><br>
  <tt><small>        depmode=hp /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/depcomp \</small></tt><br>
  <tt><small>        cc -DHAVE_CONFIG_H -I.
-I/root/syslog/syslog-ng-1.6.5+20041124/src -I.      -g -Wall
-I/usr/local/include/libol -D_GNU_SOURCE -c `test -f 'affile.c' || echo
'/root/syslog/syslog-ng-1.6.5+20041124/src/'`affile.c</small></tt><br>
  <tt><small>        source='afsocket.c' object='afsocket.o' libtool=no
\</small></tt><br>
  <tt><small>        depfile='.deps/afsocket.Po'
tmpdepfile='.deps/afsocket.TPo' \</small></tt><br>
  <tt><small>        depmode=hp /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/depcomp \</small></tt><br>
  <tt><small>        cc -DHAVE_CONFIG_H -I.
-I/root/syslog/syslog-ng-1.6.5+20041124/src -I.      -g -Wall
-I/usr/local/include/libol -D_GNU_SOURCE -c `test -f 'afsocket.c' ||
echo '/root/syslog/syslog-ng-1.6.5+20041124/src/'`afsocket.c</small></tt><br>
  <tt><small>        source='afunix.c' object='afunix.o' libtool=no \</small></tt><br>
  <tt><small>        depfile='.deps/afunix.Po'
tmpdepfile='.deps/afunix.TPo' \</small></tt><br>
  <tt><small>        depmode=hp /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/depcomp \</small></tt><br>
  <tt><small>        cc -DHAVE_CONFIG_H -I.
-I/root/syslog/syslog-ng-1.6.5+20041124/src -I.      -g -Wall
-I/usr/local/include/libol -D_GNU_SOURCE -c `test -f 'afunix.c' || echo
'/root/syslog/syslog-ng-1.6.5+20041124/src/'`afunix.c</small></tt><br>
  <tt><small>        source='afinet.c' object='afinet.o' libtool=no \</small></tt><br>
  <tt><small>        depfile='.deps/afinet.Po'
tmpdepfile='.deps/afinet.TPo' \</small></tt><br>
  <tt><small>        depmode=hp /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/depcomp \</small></tt><br>
  <tt><small>        cc -DHAVE_CONFIG_H -I.
-I/root/syslog/syslog-ng-1.6.5+20041124/src -I.      -g -Wall
-I/usr/local/include/libol -D_GNU_SOURCE -c `test -f 'afinet.c' || echo
'/root/syslog/syslog-ng-1.6.5+20041124/src/'`afinet.c</small></tt><br>
  <tt><small>        source='afinter.c' object='afinter.o' libtool=no \</small></tt><br>
  <tt><small>        depfile='.deps/afinter.Po'
tmpdepfile='.deps/afinter.TPo' \</small></tt><br>
  <tt><small>        depmode=hp /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/depcomp \</small></tt><br>
  <tt><small>        cc -DHAVE_CONFIG_H -I.
-I/root/syslog/syslog-ng-1.6.5+20041124/src -I.      -g -Wall
-I/usr/local/include/libol -D_GNU_SOURCE -c `test -f 'afinter.c' ||
echo '/root/syslog/syslog-ng-1.6.5+20041124/src/'`afinter.c</small></tt><br>
  <tt><small>        source='afuser.c' object='afuser.o' libtool=no \</small></tt><br>
  <tt><small>        depfile='.deps/afuser.Po'
tmpdepfile='.deps/afuser.TPo' \</small></tt><br>
  <tt><small>        depmode=hp /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/depcomp \</small></tt><br>
  <tt><small>        cc -DHAVE_CONFIG_H -I.
-I/root/syslog/syslog-ng-1.6.5+20041124/src -I.      -g -Wall
-I/usr/local/include/libol -D_GNU_SOURCE -c `test -f 'afuser.c' || echo
'/root/syslog/syslog-ng-1.6.5+20041124/src/'`afuser.c</small></tt><br>
  <tt><small>        source='afstreams.c' object='afstreams.o'
libtool=no \</small></tt><br>
  <tt><small>        depfile='.deps/afstreams.Po'
tmpdepfile='.deps/afstreams.TPo' \</small></tt><br>
  <tt><small>        depmode=hp /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/depcomp \</small></tt><br>
  <tt><small>        cc -DHAVE_CONFIG_H -I.
-I/root/syslog/syslog-ng-1.6.5+20041124/src -I.      -g -Wall
-I/usr/local/include/libol -D_GNU_SOURCE -c `test -f 'afstreams.c' ||
echo '/root/syslog/syslog-ng-1.6.5+20041124/src/'`afstreams.c</small></tt><br>
  <tt><small>        source='afprogram.c' object='afprogram.o'
libtool=no \</small></tt><br>
  <tt><small>        depfile='.deps/afprogram.Po'
tmpdepfile='.deps/afprogram.TPo' \</small></tt><br>
  <tt><small>        depmode=hp /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/depcomp \</small></tt><br>
  <tt><small>        cc -DHAVE_CONFIG_H -I.
-I/root/syslog/syslog-ng-1.6.5+20041124/src -I.      -g -Wall
-I/usr/local/include/libol -D_GNU_SOURCE -c `test -f 'afprogram.c' ||
echo '/root/syslog/syslog-ng-1.6.5+20041124/src/'`afprogram.c</small></tt><br>
  <tt><small>        source='afremctrl.c' object='afremctrl.o'
libtool=no \</small></tt><br>
  <tt><small>        depfile='.deps/afremctrl.Po'
tmpdepfile='.deps/afremctrl.TPo' \</small></tt><br>
  <tt><small>        depmode=hp /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/depcomp \</small></tt><br>
  <tt><small>        cc -DHAVE_CONFIG_H -I.
-I/root/syslog/syslog-ng-1.6.5+20041124/src -I.      -g -Wall
-I/usr/local/include/libol -D_GNU_SOURCE -c `test -f 'afremctrl.c' ||
echo '/root/syslog/syslog-ng-1.6.5+20041124/src/'`afremctrl.c</small></tt><br>
  <tt><small>cc: "afremctrl.c", line 58: warning 604: Pointers are not
assignment-compatible.</small></tt><br>
  <tt><small>cc: "afremctrl.c", line 58: warning 563: Argument #1 is
not the correct type.</small></tt><br>
  <tt><small>cc: "afremctrl.c", line 58: warning 604: Pointers are not
assignment-compatible.</small></tt><br>
  <tt><small>cc: "afremctrl.c", line 58: warning 563: Argument #2 is
not the correct type.</small></tt><br>
  <tt><small>        source='nscache.c' object='nscache.o' libtool=no \</small></tt><br>
  <tt><small>        depfile='.deps/nscache.Po'
tmpdepfile='.deps/nscache.TPo' \</small></tt><br>
  <tt><small>        depmode=hp /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/depcomp \</small></tt><br>
  <tt><small>        cc -DHAVE_CONFIG_H -I.
-I/root/syslog/syslog-ng-1.6.5+20041124/src -I.      -g -Wall
-I/usr/local/include/libol -D_GNU_SOURCE -c `test -f 'nscache.c' ||
echo '/root/syslog/syslog-ng-1.6.5+20041124/src/'`nscache.c</small></tt><br>
  <tt><small>        source='utils.c' object='utils.o' libtool=no \</small></tt><br>
  <tt><small>        depfile='.deps/utils.Po'
tmpdepfile='.deps/utils.TPo' \</small></tt><br>
  <tt><small>        depmode=hp /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/depcomp \</small></tt><br>
  <tt><small>        cc -DHAVE_CONFIG_H -I.
-I/root/syslog/syslog-ng-1.6.5+20041124/src -I.      -g -Wall
-I/usr/local/include/libol -D_GNU_SOURCE -c `test -f 'utils.c' || echo
'/root/syslog/syslog-ng-1.6.5+20041124/src/'`utils.c</small></tt><br>
  <tt><small>        source='syslog-names.c' object='syslog-names.o'
libtool=no \</small></tt><br>
  <tt><small>        depfile='.deps/syslog-names.Po'
tmpdepfile='.deps/syslog-names.TPo' \</small></tt><br>
  <tt><small>        depmode=hp /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/depcomp \</small></tt><br>
  <tt><small>        cc -DHAVE_CONFIG_H -I.
-I/root/syslog/syslog-ng-1.6.5+20041124/src -I.      -g -Wall
-I/usr/local/include/libol -D_GNU_SOURCE -c `test -f 'syslog-names.c'
|| echo '/root/syslog/syslog-ng-1.6.5+20041124/src/'`syslog-names.c</small></tt><br>
  <tt><small>        source='macros.c' object='macros.o' libtool=no \</small></tt><br>
  <tt><small>        depfile='.deps/macros.Po'
tmpdepfile='.deps/macros.TPo' \</small></tt><br>
  <tt><small>        depmode=hp /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/depcomp \</small></tt><br>
  <tt><small>        cc -DHAVE_CONFIG_H -I.
-I/root/syslog/syslog-ng-1.6.5+20041124/src -I.      -g -Wall
-I/usr/local/include/libol -D_GNU_SOURCE -c `test -f 'macros.c' || echo
'/root/syslog/syslog-ng-1.6.5+20041124/src/'`macros.c</small></tt><br>
  <tt><small>        source='getopt.c' object='getopt.o' libtool=no \</small></tt><br>
  <tt><small>        depfile='.deps/getopt.Po'
tmpdepfile='.deps/getopt.TPo' \</small></tt><br>
  <tt><small>        depmode=hp /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/depcomp \</small></tt><br>
  <tt><small>        cc -DHAVE_CONFIG_H -I.
-I/root/syslog/syslog-ng-1.6.5+20041124/src -I.      -g -Wall
-I/usr/local/include/libol -D_GNU_SOURCE -c `test -f 'getopt.c' || echo
'/root/syslog/syslog-ng-1.6.5+20041124/src/'`getopt.c</small></tt><br>
  <tt><small>        source='getopt1.c' object='getopt1.o' libtool=no \</small></tt><br>
  <tt><small>        depfile='.deps/getopt1.Po'
tmpdepfile='.deps/getopt1.TPo' \</small></tt><br>
  <tt><small>        depmode=hp /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/depcomp \</small></tt><br>
  <tt><small>        cc -DHAVE_CONFIG_H -I.
-I/root/syslog/syslog-ng-1.6.5+20041124/src -I.      -g -Wall
-I/usr/local/include/libol -D_GNU_SOURCE -c `test -f 'getopt1.c' ||
echo '/root/syslog/syslog-ng-1.6.5+20041124/src/'`getopt1.c</small></tt><br>
  <tt><small>        cc  -g -Wall -I/usr/local/include/libol
-D_GNU_SOURCE   -o syslog-ng  main.o sources.o center.o  filters.o
destinations.o log.o  cfgfile.o cfg-grammar.o cfg-lex.o  affile.o
afsocket.o afunix.o  afinet.o afinter.o afuser.o  afstreams.o
afprogram.o afremctrl.o  nscache.o utils.o syslog-names.o  macros.o
getopt.o getopt1.o -lnsl  -ll /usr/local/lib/libol.a -lnsl -lxnet</small></tt><br>
  <tt><small>/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file
(main.o) was detected. The linked output may not run on a PA 1.x system.</small></tt><br>
  <tt><small>Making all in tests</small></tt><br>
  <tt><small>        source='test_nscache.c' object='test_nscache.o'
libtool=no \</small></tt><br>
  <tt><small>        depfile='.deps/test_nscache.Po'
tmpdepfile='.deps/test_nscache.TPo' \</small></tt><br>
  <tt><small>        depmode=hp /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/depcomp \</small></tt><br>
  <tt><small>        cc -DHAVE_CONFIG_H -I.
-I/root/syslog/syslog-ng-1.6.5+20041124/src/tests -I../../src      -g
-Wall -I/usr/local/include/libol -D_GNU_SOURCE -c `test -f
'test_nscache.c' || echo
'/root/syslog/syslog-ng-1.6.5+20041124/src/tests/'`test_nscache.c</small></tt><br>
  <tt><small>        cc  -g -Wall -I/usr/local/include/libol
-D_GNU_SOURCE   -o test_nscache  test_nscache.o ../nscache.o -lnsl  -ll
/usr/local/lib/libol.a -lnsl -lxnet</small></tt><br>
  <tt><small>/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file
(test_nscache.o) was detected. The linked output may not run on a PA
1.x system.</small></tt><br>
  <tt><small>Making all in doc</small></tt><br>
  <tt><small>No suffix list.</small></tt><br>
  <tt><small>Making all in sgml</small></tt><br>
  <tt><small>No suffix list.</small></tt><br>
  <tt><small>No suffix list.</small></tt><br>
  <tt><small>Making all in contrib</small></tt><br>
  <tt><small>No suffix list.</small></tt><br>
  <tt><small>No suffix list.</small></tt><br>
  <tt><small><a class="moz-txt-link-abbreviated" href="mailto:root@asterix:/root/syslog/syslog-ng-1.6.5+20041124">root@asterix:/root/syslog/syslog-ng-1.6.5+20041124</a>&gt;</small></tt><br>
</blockquote>
<br>
At the end, the installation process:<br>
<br>
<blockquote><tt><small><a class="moz-txt-link-abbreviated" href="mailto:root@asterix:/root/syslog/syslog-ng-1.6.5+20041124">root@asterix:/root/syslog/syslog-ng-1.6.5+20041124</a>&gt;
make install</small></tt><br>
  <tt><small>No suffix list.</small></tt><br>
  <tt><small>Making install in src</small></tt><br>
  <tt><small>Making install in .</small></tt><br>
  <tt><small>        /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/mkinstalldirs /usr/local/sbin</small></tt><br>
  <tt><small>  /opt/imake/bin/install -c syslog-ng
/usr/local/sbin/syslog-ng</small></tt><br>
  <tt><small>Making install in tests</small></tt><br>
  <tt><small>Making install in doc</small></tt><br>
  <tt><small>No suffix list.</small></tt><br>
  <tt><small>Making install in sgml</small></tt><br>
  <tt><small>No suffix list.</small></tt><br>
  <tt><small>No suffix list.</small></tt><br>
  <tt><small>No suffix list.</small></tt><br>
  <tt><small>No suffix list.</small></tt><br>
  <tt><small>        /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/mkinstalldirs /usr/local/man/man5</small></tt><br>
  <tt><small> /opt/imake/bin/install -c -m 644
/root/syslog/syslog-ng-1.6.5+20041124/doc/syslog-ng.conf.5
/usr/local/man/man5/syslog-ng.conf.5</small></tt><br>
  <tt><small>        /bin/sh
/root/syslog/syslog-ng-1.6.5+20041124/mkinstalldirs /usr/local/man/man8</small></tt><br>
  <tt><small> /opt/imake/bin/install -c -m 644
/root/syslog/syslog-ng-1.6.5+20041124/doc/syslog-ng.8
/usr/local/man/man8/syslog-ng.8</small></tt><br>
  <tt><small>Making install in contrib</small></tt><br>
  <tt><small>No suffix list.</small></tt><br>
  <tt><small>No suffix list.</small></tt><br>
  <tt><small>No suffix list.</small></tt><br>
  <tt><small>No suffix list.</small></tt><br>
  <tt><small><a class="moz-txt-link-abbreviated" href="mailto:root@asterix:/root/syslog/syslog-ng-1.6.5+20041124">root@asterix:/root/syslog/syslog-ng-1.6.5+20041124</a>&gt;</small></tt><br>
</blockquote>
<br>
Anyone have an idea what this coredump is happends and how to solve it?
Thanks for all your help.<br>
<br>
<br>
</body>
</html>