Perl Modules Problem Help Please
I have been trying to get this perl module installed and everything looks ok but don't work or show up when I do a perl diver print out. The system was just updated to Ensim 3.1.1[root@ns Digest-MD5-2.20]# ls
blib hints Makefile.PL MD5.bs MD5.o MD5.xs README t
Changes Makefile MANIFEST MD5.c MD5.pm pm_to_blib rfc1321.txt typemap
[root@ns Digest-MD5-2.20]# perl Makefile.PL
Testing alignment requirements for U32... no restrictions
Writing Makefile for Digest::MD5
[root@ns Digest-MD5-2.20]# make
cc -c -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -DVERSION=\"2.20\" -DXS_VERSION=\"2.20\" -fpic "-I/usr/local/lib/perl5/5.8.0/i686-linux/CORE" MD5.c
Running Mkbootstrap for Digest::MD5 ()
chmod 644 MD5.bs
rm -f blib/arch/auto/Digest/MD5/MD5.so
LD_RUN_PATH="" cc -shared -L/usr/local/lib MD5.o -o blib/arch/auto/Digest/MD5/MD5.so
chmod 755 blib/arch/auto/Digest/MD5/MD5.so
cp MD5.bs blib/arch/auto/Digest/MD5/MD5.bs
chmod 644 blib/arch/auto/Digest/MD5/MD5.bs
Manifying blib/man3/Digest::MD5.3
[root@ns Digest-MD5-2.20]# make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/badfile....ok
t/files......ok
t/md5-aaa....ok
t/utf8.......ok
All tests successful.
Files=4, Tests=266, 0 wallclock secs ( 0.41 cusr + 0.04 csys = 0.45 CPU)
[root@ns Digest-MD5-2.20]# make install
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Writing /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/auto/Digest/MD5/.packlist
Appending installation info to /usr/local/lib/perl5/5.8.0/i686-linux/perllocal.pod
[root@ns Digest-MD5-2.20]#