PDA

View Full Version : perl question


Superman3332001
08-30-2005, 03:36 AM
Hi everyone.
When I did a ./configure amavis 0.3.12 I got the following output

checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... mawk
checking whether make sets ${MAKE}... yes
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for perl... /usr/bin/perl
checking for perl modules...
module not found in path: 'Unix/Syslog'.
module not found in path: 'Convert/UUlib'.
module not found in path: 'Convert/TNEF'.
configure: error: You are missing some perl modules. Please check the README
could someone help me please
thanks in advance

ultrabuzz
08-31-2005, 11:03 PM
From all the build errors you're getting in your posts, I'm guessing your distro is missing some development packages (headers and/or sources). If you're planning to be compiling a lot of software on your own, you should really look into getting some dev. kits for your distro or upgrade to a distribution that has them preinstalled for you... like Slack for example :)

Superman3332001
09-01-2005, 12:06 AM
From all the build errors you're getting in your posts, I'm guessing your distro is missing some development packages (headers and/or sources). If you're planning to be compiling a lot of software on your own, you should really look into getting some dev. kits for your distro or upgrade to a distribution that has them preinstalled for you... like Slack for example :)
I have switched to another antivirus program and it seemed to install ok.
Thanks for your help