[calhoun]$ cd Digest-CRC-0.22 [calhoun]$ perl Makefile.PL PREFIX=~/perlmods Checking if your kit is complete... Looks good Writing Makefile for Digest::CRC Writing MYMETA.yml and MYMETA.json Testing if you have a C compiler cc -c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.22\" -DXS_VERSION=\"0.22\" -fPIC "-I/usr/lib/perl/5.18/CORE" test.c [calhoun]$ make cp lib/Digest/CRC.pm blib/lib/Digest/CRC.pm /usr/bin/perl /usr/share/perl/5.18/ExtUtils/xsubpp -typemap /usr/share/perl/5.18/ExtUtils/typemap CRC.xs > CRC.xsc && mv CRC.xsc CRC.c cc -c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.22\" -DXS_VERSION=\"0.22\" -fPIC "-I/usr/lib/perl/5.18/CORE" CRC.c Running Mkbootstrap for Digest::CRC () chmod 644 CRC.bs rm -f blib/arch/auto/Digest/CRC/CRC.so cc -shared -L/usr/local/lib -fstack-protector CRC.o -o blib/arch/auto/Digest/CRC/CRC.so \ \ chmod 755 blib/arch/auto/Digest/CRC/CRC.so cp CRC.bs blib/arch/auto/Digest/CRC/CRC.bs chmod 644 blib/arch/auto/Digest/CRC/CRC.bs Manifying blib/man3/Digest::CRC.3pm [calhoun]$ make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/crc.t .. ok All tests successful. Files=1, Tests=31, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.02 cusr 0.02 csys = 0.08 CPU) Result: PASS [calhoun]$ make install Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/tehans/perlmods/lib/perl/5.18.2/auto/Digest/CRC/CRC.so Installing /home/tehans/perlmods/lib/perl/5.18.2/auto/Digest/CRC/CRC.bs Installing /home/tehans/perlmods/lib/perl/5.18.2/Digest/CRC.pm Installing /home/tehans/perlmods/man/man3/Digest::CRC.3pm Appending installation info to /home/tehans/perlmods/lib/perl/5.18.2/perllocal.pod [calhoun]$ #### [calhoun]$ pwd /home/tehans/perlmods/lib/perl/5.18.2/Authen [calhoun]$ ls -l total 12 -r--r--r-- 1 tehans pg610125 11716 Dec 22 03:58 DecHpwd.pm [calhoun]$