Error message is: Starting Mail Virus Scanner (amavisd): Digest::MD5 version 2.22 required--this is only version 2.20 at... Googled for Digest::MD5 and found v2.33 (http://search.cpan.org/~gaas/Digest-MD5-2.33/MD5.pm) Downloaded it untared it perl ./Makefile.PL ...error missing Digest::Base Download from CPAN perl ./Makefile.PL make make test make install Back to Digest::MD5 perl ./Makefile.PL Perl's config says that U32 access must be aligned. Writing Makefile for Digest::MD5 make Makefile:85: *** missing separator. Stop. google information about LANG environment variable... LANG=en_US export LANG error... LANG=C export LANG error... LANG=en_US LANGVAR=en_US export LANG export LANGVAR perl ./Makefile.PL Perl's config says that U32 access must be aligned. Writing Makefile for Digest::MD5 make gcc -c -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=\"2.33\" -DXS_VERSION=\"2.33\" -fPIC "-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" -DU32_ALIGNMENT_REQUIRED MD5.c /bin/sh: line 1: gcc: command not found make: *** [MD5.o] Error 127 Any Ideas? -- Leonard Isham, CISSP Ostendo non ostento.
On Tue, May 03, 2005 at 11:29:34PM -0400, Leonard Isham enlightened us:> Error message is: > > Starting Mail Virus Scanner (amavisd): Digest::MD5 version 2.22 > required--this is only version 2.20 at... > > Googled for Digest::MD5 and found v2.33 > (http://search.cpan.org/~gaas/Digest-MD5-2.33/MD5.pm) >------------< snip <------< snip <------< snip <------------> gcc -c -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=\"2.33\" -DXS_VERSION=\"2.33\" -fPIC > "-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" > -DU32_ALIGNMENT_REQUIRED MD5.c > /bin/sh: line 1: gcc: command not found > make: *** [MD5.o] Error 127 > > > Any Ideas?Install gcc. yum install gcc Matt -- Matt Hyclak Department of Mathematics Department of Social Work Ohio University (740) 593-1263 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20050503/659d8f26/attachment-0004.sig>
On 5/3/05, Matt Hyclak <hyclak at math.ohiou.edu> wrote:> On Tue, May 03, 2005 at 11:29:34PM -0400, Leonard Isham enlightened us: > > Error message is: > > > > Starting Mail Virus Scanner (amavisd): Digest::MD5 version 2.22 > > required--this is only version 2.20 at... > > > > Googled for Digest::MD5 and found v2.33 > > (http://search.cpan.org/~gaas/Digest-MD5-2.33/MD5.pm) > > > > ------------< snip <------< snip <------< snip <------------ > > > gcc -c -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=\"2.33\" -DXS_VERSION=\"2.33\" -fPIC > > "-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" > > -DU32_ALIGNMENT_REQUIRED MD5.c > > /bin/sh: line 1: gcc: command not found > > make: *** [MD5.o] Error 127 > > Install gcc. > > yum install gcc >Solved thanks to Matt. -- Leonard Isham, CISSP Ostendo non ostento.
Leonard Isham wrote:> Error message is: > > Starting Mail Virus Scanner (amavisd): Digest::MD5 version 2.22 > required--this is only version 2.20 at... > > Googled for Digest::MD5 and found v2.33 > (http://search.cpan.org/~gaas/Digest-MD5-2.33/MD5.pm)You know that the next perl upgrade in CentOS (or RHEL fwiw) will break amavisd again, as it will overwrite your self compiled module? Ralph -- Ralph Angenendt......ra at br-online.de | .."Text processing has made it possible Bayerischer Rundfunk...HA-Multimedia | ....to right-justify any idea, even one Rundfunkplatz 1........80300 M?nchen | .which cannot be justified on any other Tl:089.5900.16023..Fx:089.5900.16240 | ..........grounds." -- J. Finnegan, USC -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20050504/8d532326/attachment-0004.sig>
On 5/4/05, Ralph Angenendt <ra+centos at br-online.de> wrote:> Leonard Isham wrote: > > Error message is: > > > > Starting Mail Virus Scanner (amavisd): Digest::MD5 version 2.22 > > required--this is only version 2.20 at... > > > > Googled for Digest::MD5 and found v2.33 > > (http://search.cpan.org/~gaas/Digest-MD5-2.33/MD5.pm) > > You know that the next perl upgrade in CentOS (or RHEL fwiw) will break > amavisd again, as it will overwrite your self compiled module? >sigh... Yes but what are my options? I'm not comfortable maintaining my own rpms, and unfortunately whoever made the rpm missed that dependency (errors happen). I don't see an elegant way to resolve this aside from taking on the task of maintaining it myself (then I fix my own problems which may be more than I'm going through now). -- Leonard Isham, CISSP Ostendo non ostento.