Alright, made the changes and then ran the upgrade and now mailscanner is asking for a newer version of the Mail::ClamAV module.. trying to upgrade it via "/scripts/perlinstaller Mail::ClamAV" doesn't work - getting errors..
Code:
Starting "make" Stage
make[1]: Entering directory `/home/.cpan/build/Mail-ClamAV-0.13/_Inline/build/Mail/ClamAV'
/usr/bin/perl /usr/lib/perl5/5.8.0/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.8.0/ExtUtils/typemap ClamAV.xs > ClamAV.xsc && mv ClamAV.xsc ClamAV.c
gcc -c -I/home/.cpan/build/Mail-ClamAV-0.13 -I/usr/local/include -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -march=i386 -mcpu=i686 -DVERSION=\"0.13\" -DXS_VERSION=\"0.13\" -fPIC "-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" ClamAV.c
ClamAV.xs: In function `clamav_perl_constant':
ClamAV.xs:324: `CL_EFORMAT' undeclared (first use in this function)
ClamAV.xs:324: (Each undeclared identifier is reported only once
ClamAV.xs:324: for each function it appears in.)
ClamAV.xs:326: `CL_SCAN_RAW' undeclared (first use in this function)
ClamAV.xs:327: `CL_SCAN_ARCHIVE' undeclared (first use in this function)
ClamAV.xs:328: `CL_SCAN_MAIL' undeclared (first use in this function)
ClamAV.xs:329: `CL_SCAN_DISABLERAR' undeclared (first use in this function)
ClamAV.xs:330: `CL_SCAN_OLE2' undeclared (first use in this function)
ClamAV.xs:331: `CL_SCAN_BLOCKENCRYPTED' undeclared (first use in this function)
ClamAV.xs:332: `CL_SCAN_HTML' undeclared (first use in this function)
ClamAV.xs:333: `CL_SCAN_PE' undeclared (first use in this function)
ClamAV.xs:334: `CL_SCAN_BLOCKBROKEN' undeclared (first use in this function)
ClamAV.xs:335: `CL_SCAN_MAILURL' undeclared (first use in this function)
ClamAV.xs:336: `CL_SCAN_BLOCKMAX' undeclared (first use in this function)
ClamAV.xs:338: `CL_SCAN_STDOPT' undeclared (first use in this function)
make[1]: *** [ClamAV.o] Error 1
make[1]: Leaving directory `/home/.cpan/build/Mail-ClamAV-0.13/_Inline/build/Mail/ClamAV'
A problem was encountered while attempting to compile and install your Inline
C code. The command that failed was:
make
The build directory was:
/home/.cpan/build/Mail-ClamAV-0.13/_Inline/build/Mail/ClamAV
To debug the problem, cd to the build directory, and inspect the output files.
at /home/.cpan/build/Mail-ClamAV-0.13/blib/lib/Mail/ClamAV.pm line 190
BEGIN failed--compilation aborted at /home/.cpan/build/Mail-ClamAV-0.13/blib/lib/Mail/ClamAV.pm line 529.
Compilation failed in require.
BEGIN failed--compilation aborted.
make: *** [ClamAV.inl] Error 2
/usr/bin/make -- NOT OK
Running make install
make had returned bad status, install seems impossible
perlmod--Install done
Help!