##################################################### DBTarpit comes with a preselected set of defaults that should work for almost all installations. For use with SpamCannibal, set the daemon install directory to: /usr/local/spamcannibal/bin ##################################################### dbtarpit daemon install directory : [/usr/local/sbin] shared library install directory : [/usr/local/lib] shared library header install directory : [/usr/local/include] dbtarpit database env/home directory : [/var/run/dbtarpit] dbtarpit primary database name : [tarpit] dbtarpit secondary database name : [archive] type: rm config.db perl Makefile.PL to restore defaults Checking if your kit is complete... Looks good Note (probably harmless): No library found for -ldb Note (probably harmless): No library found for -lipq Note (probably harmless): No library found for -lnet Checking if your kit is complete... Looks good Note (probably harmless): No library found for -ldb Writing Makefile for IPTables::IPv4::DBTarpit::Tools Writing Makefile for IPTables::IPv4::DBTarpit::CTest /bin/sh ltconfig ./ltmain.sh checking host system type... ia64-hp-hpux11.22 checking for ranlib... ranlib checking for gcc... gcc checking whether we are using GNU C... yes checking for object suffix... o checking for executable suffix... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions ... no checking if gcc static flag -static works... none checking whether ln -s works... yes checking for ld used by GCC... /usr/ccs/bin/ld checking if the linker (/usr/ccs/bin/ld) is GNU ld... no checking whether the linker (/usr/ccs/bin/ld) supports shared libraries... yes checking for BSD-compatible nm... /usr/bin/nm -p checking command to parse /usr/bin/nm -p output... ok checking how to hardcode library paths into programs... relink checking for /usr/ccs/bin/ld option to reload object files... -r checking dynamic linker characteristics... hpux11.22 dld.sl checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for objdir... .libs creating libtool /home/cpanrun/ia64-lp64/build/5.8.2/bin/perl inst/make_Config.pl cp lib/IPTables/IPv4/DBTarpit/Inst.pm blib/lib/IPTables/IPv4/DBTarpit/Inst.pm cp DBTarpit.pm blib/lib/IPTables/IPv4/DBTarpit.pm cp SiteConfig.pm blib/lib/IPTables/IPv4/DBTarpit/SiteConfig.pm make[1]: Entering directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/IPtables-IPv4-DBTarpit/Tools' cp Tools.pm ../blib/lib/IPTables/IPv4/DBTarpit/Tools.pm AutoSplitting ../blib/lib/IPTables/IPv4/DBTarpit/Tools.pm (../blib/lib/auto/IPTables/IPv4/DBTarpit/Tools) cc -c -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings +DD64 -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fast +DSitanium2 +Ofltacc=strict bdbtarpit.c Error 112: "bdbtarpit.h", line 62 # Include file not found. #include ^^^^^^ Error 419: "bdbtarpit.h", line 67 # 'DB_ENV' is used as a type, but has not been defined as a type. DB_ENV * dbenv; ^^^^^^ Error 419: "bdbtarpit.h", line 68 # 'DBT' is used as a type, but has not been defined as a type. DBT mgdbt; ^^^ Error 419: "bdbtarpit.h", line 69 # 'DBT' is used as a type, but has not been defined as a type. DBT keydbt; ^^^ Error 419: "bdbtarpit.h", line 70 # 'DB' is used as a type, but has not been defined as a type. DB * dbaddr[DBTP_MAXdbf]; ^^ Error 422: "bdbtarpit.h", line 78 # 'u_int32_t' is used as a type, but has not been defined as a type. Perhaps you meant 'uint32_t' as in "typedef unsigned int uint32_t" ["/usr/include/sys/_inttypes.h", line 112]. int dbtp_getrecno(DBTPD * dbtp, int ai, u_int32_t cursor); ^^^^^^^^^ Error 422: "bdbtarpit.h", line 79 # 'u_int32_t' is used as a type, but has not been defined as a type. Perhaps you meant 'uint32_t' as in "typedef unsigned int uint32_t" ["/usr/include/sys/_inttypes.h", line 112]. u_int32_t dbtp_stati(DBTPD * dbtp, int ai); ^^^^^^^^^ Error 422: "bdbtarpit.h", line 80 # 'u_int32_t' is used as a type, but has not been defined as a type. Perhaps you meant 'uint32_t' as in "typedef unsigned int uint32_t" ["/usr/include/sys/_inttypes.h", line 112]. u_int32_t dbtp_statn(DBTPD * dbtp, char * name); ^^^^^^^^^ Error 422: "bdbtarpit.h", line 86 # 'u_int32_t' is used as a type, but has not been defined as a type. Perhaps you meant 'uint32_t' as in "typedef unsigned int uint32_t" ["/usr/include/sys/_inttypes.h", line 112]. int dbtp_find_addr(DBTPD * dbtp, int ai, void * addr, u_int32_t timestamp); ^^^^^^^^^ Error 119: "bdbtarpit.h", line 102 # #error db.h is not for Berkeley DB at all. #error db.h is not for Berkeley DB at all. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error 185: "bdbtarpit.c", line 43 # Left side of '->' requires a pointer to struct; type found was 'int'. dbtp->dberr = dbtp->dbenv->close(dbtp->dbenv, 0); ^^^^^^^^^^^ Error 185: "bdbtarpit.c", line 66 # Left side of '->' requires a pointer to struct; type found was 'int'. (void)dbtp->dbaddr[ai]->close(dbtp->dbaddr[ai],0); ^^^^^^^^^^^^^^^ Error 699: "bdbtarpit.c", line 66 # Error limit reached; halting compilation. (void)dbtp->dbaddr[ai]->close(dbtp->dbaddr[ai],0); ^^^^^^^^^^^^^^^ make[1]: *** [bdbtarpit.o] Error 2 make[1]: Leaving directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/IPtables-IPv4-DBTarpit/Tools' make: *** [subdirs] Error 2