eisseven > tar xzf Crypt-Blowfish-2.12.tar.gz eisseven > cd Crypt-Blowfish-2.12 eisseven > perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Crypt::Blowfish eisseven > make cp Blowfish.pm blib/lib/Crypt/Blowfish.pm /usr/bin/perl /usr/lib/perl5/5.12.0/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.12.0/ExtUtils/typemap -typemap typemap Blowfish.xs > Blowfish.xsc && mv Blowfish.xsc Blowfish.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.12\" -DXS_VERSION=\"2.12\" -fPIC "-I/usr/lib/perl5/5.12.0/i686-linux-thread-multi/CORE" Blowfish.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.12\" -DXS_VERSION=\"2.12\" -fPIC "-I/usr/lib/perl5/5.12.0/i686-linux-thread-multi/CORE" _blowfish.c Running Mkbootstrap for Crypt::Blowfish () chmod 644 Blowfish.bs rm -f blib/arch/auto/Crypt/Blowfish/Blowfish.so cc -shared -O2 Blowfish.o _blowfish.o -o blib/arch/auto/Crypt/Blowfish/Blowfish.so \ \ chmod 755 blib/arch/auto/Crypt/Blowfish/Blowfish.so cp Blowfish.bs blib/arch/auto/Crypt/Blowfish/Blowfish.bs chmod 644 blib/arch/auto/Crypt/Blowfish/Blowfish.bs eisseven > make test PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..11 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 Running standard mode speed tests.. encrypting with non-cached cipher 5,000 cycles: 1 wallclock secs ( 0.81 usr + 0.02 sys = 0.83 CPU) Running standard mode speed tests.. decrypting with non-cached cipher 5,000 cycles: 1 wallclock secs ( 0.83 usr + 0.00 sys = 0.83 CPU) Running standard mode speed tests.. encrypting with cached cipher 10,000 cycles: 0 wallclock secs ( 0.04 usr + 0.00 sys = 0.04 CPU) Running standard mode speed tests.. decrypting with cached cipher 10,000 cycles: 0 wallclock secs ( 0.05 usr + 0.00 sys = 0.05 CPU) Testing Cipher Block Chaining.. Error (probably harmless): Can't locate Crypt/CBC.pm in @INC (@INC contains: blib/lib blib/arch /usr/lib/perl5/site_perl/5.12.0/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.12.0 /usr/lib/perl5/5.12.0/i686-linux-thread-multi /usr/lib/perl5/5.12.0 . . .. ../lib ../../lib ../../../lib) at (eval 3) line 2. BEGIN failed--compilation aborted at (eval 3) line 2. nach CBC install eisseven > make test PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..11 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 Running standard mode speed tests.. encrypting with non-cached cipher 5,000 cycles: 0 wallclock secs ( 0.83 usr + 0.00 sys = 0.83 CPU) Running standard mode speed tests.. decrypting with non-cached cipher 5,000 cycles: 1 wallclock secs ( 0.83 usr + 0.00 sys = 0.83 CPU) Running standard mode speed tests.. encrypting with cached cipher 10,000 cycles: 0 wallclock secs ( 0.04 usr + 0.00 sys = 0.04 CPU) Running standard mode speed tests.. decrypting with cached cipher 10,000 cycles: 0 wallclock secs ( 0.05 usr + 0.00 sys = 0.05 CPU) Testing Cipher Block Chaining.. ok 11 - CBC Mode