thanks for the effort....I have a RH5.1 box (with a number of upgrades). The code compiled smoothly to the point of compiling the milter. I still end up with the same problem as I had before. Not sure if this is something "special" about my box, or if this is an issue. Here is what I am getting:
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"clamav\" -DVERSION=\"0.60\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DBUFFSIZE=131072 -DFBUFFSIZE=16384 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_MALLOC_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_ZLIB_H=1 -DHAVE_BZLIB_H=1 -DCLAMD_USE_SYSLOG=1 -DCLAMAVUSER=\"clamav\" -DCLAMAVGROUP=\"clamav\" -DDB1NAME=\"viruses.db\" -DDB2NAME=\"viruses.db2\" -DDATADIR=\"/usr/local/share/clamav\" -DCONFDIR=\"/etc\" -DC_URANDOM=1 -DC_LINUX=1 -DCL_THREAD_SAFE=1 -DCLAMUKO=1 -DWORDS_LITTLEENDIAN=1 -I. -I. -I../clamd -I../libclamav -I/usr/local/include -g -O2 -c `test -f 'clamav-milter.c' || echo './'`clamav-milter.c
clamav-milter.c:208: parse error before `tcpSocket'
clamav-milter.c:208: warning: data definition has no type or storage class
clamav-milter.c: In function `main':
clamav-milter.c:383: `in_port_t' undeclared (first use in this function)
clamav-milter.c:383: (Each undeclared identifier is reported only once
clamav-milter.c:383: for each function it appears in.)
clamav-milter.c:383: parse error before `cpt'
clamav-milter.c: In function `pingServer':
clamav-milter.c:505: `SHUT_WR' undeclared (first use in this function)
clamav-milter.c: In function `clamfi_connect':
clamav-milter.c:523: `INET_ADDRSTRLEN' undeclared (first use in this function)
clamav-milter.c: In function `clamfi_envfrom':
clamav-milter.c:713: `SHUT_RD' undeclared (first use in this function)
clamav-milter.c:725: `SHUT_WR' undeclared (first use in this function)
-------------------->Benji Spencer<-------------------- [EMAIL PROTECTED] http://www.spunge.org [EMAIL PROTECTED] http://www.eldar.org/~ben -------------------------------------------------------
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users
