Can anyone please help.

I am having problems compilling ntop under solaris 2.6 here is a snippet of the make

Note: configure works fine except for SSL which I don't need

# make
make  all-recursive
make[1]: Entering directory `/opt/src/ntop'
Making all in .
make[2]: Entering directory `/opt/src/ntop'
source='address.c' object='address.lo' libtool=yes \
depfile='.deps/address.Plo' tmpdepfile='.deps/address.TPlo' \
depmode=gcc3 /bin/sh ./depcomp \
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. 
-I/usr/local/include
-I/opt/src/gdchart0.94c    -g -O2 -pipe -c -o address.lo `test -f address.c || echo 
'./'`address.c
rm -f .libs/address.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/usr/local/include -I/opt/src/gdchart0.94c -g 
-O2 -pipe -c
address.c -MT address.lo -MD -MP -MF .deps/address.TPlo  -fPIC -DPIC -o 
.libs/address.lo
address.c: In function `resolveAddress':
address.c:301: `data_data' undeclared (first use in this function)
address.c:301: (Each undeclared identifier is reported only once
address.c:301: for each function it appears in.)
address.c:307: `gdbmMutex' undeclared (first use in this function)
address.c:310: `gdbm_file' undeclared (first use in this function)
address.c:319: `key_data' undeclared (first use in this function)
address.c:319: `GDBM_REPLACE' undeclared (first use in this function)
address.c: In function `ipaddr2str':
address.c:516: `tmpBuf' undeclared (first use in this function)
address.c:519: `key_data' undeclared (first use in this function)
address.c:523: `gdbmMutex' undeclared (first use in this function)
address.c:526: `gdbm_file' undeclared (first use in this function)
address.c:527: `data_data' undeclared (first use in this function)
address.c: In function `cleanupHostEntries':
address.c:1352: `datum' undeclared (first use in this function)
address.c:1352: parse error before "data_data"
address.c:1360: `gdbmMutex' undeclared (first use in this function)
address.c:1362: `return_data' undeclared (first use in this function)
address.c:1362: `gdbm_file' undeclared (first use in this function)
address.c:1369: `key_data' undeclared (first use in this function)
address.c:1374: `data_data' undeclared (first use in this function)
make[2]: *** [address.lo] Error 1
make[2]: Leaving directory `/opt/src/ntop'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/src/ntop'
make: *** [all] Error 2

any help would be appreciated.


Regards,

Tubal Deen
Unix Administrator
Canon Australia
1 Thomas Holt Drive
North Ryde NSW 2113
DIRECT: +6129805-2441
Email - [EMAIL PROTECTED]

_______________________________________________
Ntop-dev mailing list
[EMAIL PROTECTED]
http://listmanager.unipi.it/mailman/listinfo/ntop-dev

Reply via email to