hi
when i try to disable mt, i get at compile:
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/usr/include -I/usr/local/include -I/share2/tmp/ntop-cvs/gdchart0.94c -I/usr/local/include -I/share2/tmp/ntop-cvs/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include/libxml -I/usr/local/include/glib-1.2 -I/usr/local/include -DOPENBSD -g -O2 -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fPIC -DOPENBSD -g -O2 -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fPIC -c hash.c -Wp,-MD,.deps/hash.TPlo -fPIC -DPIC -o .libs/hash.lo
hash.c: In function `freeHostInstances':
hash.c:398: structure has no member named `tcpSessionsMutex'
hash.c:399: structure has no member named `tcpSessionsMutex'
hash.c:400: structure has no member named `tcpSessionsMutex'
hash.c:403: structure has no member named `tcpSessionsMutex'
hash.c:404: structure has no member named `tcpSessionsMutex'
hash.c:405: structure has no member named `tcpSessionsMutex'
hash.c: In function `purgeIdleHosts':
hash.c:559: structure has no member named `tcpSessionsMutex'
hash.c:560: structure has no member named `tcpSessionsMutex'
hash.c:561: structure has no member named `tcpSessionsMutex'
hash.c:564: structure has no member named `tcpSessionsMutex'
hash.c:565: structure has no member named `tcpSessionsMutex'
hash.c:566: structure has no member named `tcpSessionsMutex'
use on debian with:
./configure --prefix=/opt --enable-sslv3 --enable-xmldump --with-tcpwrap --with-xml2-root=/usr/include/libxml2/libxml --with-glib-root=/usr/include/glib-1.2 --with-glibconfig-root=/usr/lib/glib/include --with-gdome-root=/usr/include/libgdome --disable-mt
or
./configure --prefix=/opt --disable-mt
on openbsd with:
./configure --prefix=/opt --enable-sslv3 --with-tcpwrap --disable-mt
with cvs from feb 7th in each case
this pb appears on two systems:
- debian 3woody/i386 / autoconf 2.13, automake 1.6.3, gcc 2.95.4 (all deb)
- OpenBSD 3.2-stable/i386 / autoconf 2.52(port),automake 1.6.3(manual), gcc2.95.3(base)
Regards
Julien
_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop
- RE: [Ntop] ntop compile with --disable-mt julien Touche
- RE: [Ntop] ntop compile with --disable-mt Burton M. Strauss III
- Re: [Ntop] ntop compile with --disable-mt julien Touche
- Re: [Ntop] ntop compile with --disable-mt Burton Strauss
