I've been playing with the Filter::Crypto::Decrypt module
but I'm not sure how I can statically link it to create a perl 5.8.8 linux binary.
I can use LINKTYPE=static to generate the Decrypt.a library and copy this into an ext directory for perl. I then try passing -Uusedl to the perl configure script to statically build in that extension. Could someone please give me pointers?