eisseven > tar xzf Crypt-DES-2.05.tar.gz eisseven > cd Crypt-DES-2.05 eisseven > perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Crypt::DES eisseven > make cp DES.pm blib/lib/Crypt/DES.pm /usr/bin/perl /usr/lib/perl5/5.12.0/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.12.0/ExtUtils/typemap -typemap typemap DES.xs > DES.xsc && mv DES.xsc DES.c cc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV -O2 -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I/usr/lib/perl5/5.12.0/i686-linux-thread-multi/CORE" DES.c cc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV -O2 -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I/usr/lib/perl5/5.12.0/i686-linux-thread-multi/CORE" _des.c Running Mkbootstrap for Crypt::DES () chmod 644 DES.bs rm -f blib/arch/auto/Crypt/DES/DES.so cc -shared -O2 DES.o _des.o -o blib/arch/auto/Crypt/DES/DES.so \ \ chmod 755 blib/arch/auto/Crypt/DES/DES.so cp DES.bs blib/arch/auto/Crypt/DES/DES.bs chmod 644 blib/arch/auto/Crypt/DES/DES.bs eisseven > make test PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..342 342 basic tests ran in 0 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU) 342 of 342 tests passed (100.00%) Running speed tests... non-cached cipher speed test. 5000 encrypt iterations 0 wallclock secs ( 0.08 usr + 0.00 sys = 0.08 CPU) ok 343 non-cached cipher speed test. 5000 decrypt iterations 0 wallclock secs ( 0.08 usr + 0.00 sys = 0.08 CPU) ok 344 cached cipher speed test. 10000 encrypt iterations 0 wallclock secs ( 0.03 usr + 0.00 sys = 0.03 CPU) ok 345 cached cipher speed test. 10000 decrypt iterations 0 wallclock secs ( 0.04 usr + 0.00 sys = 0.04 CPU) ok 346 Testing Cipher Block Chaining.. ok 347 - CBC Mode Finished with tests