RE: Problem with installing Crypt::SSLeay

2001-10-31 Thread Mark Strong
Looks like your loader can't find libgcc_s.so.1 which is used by SSLeay.so, make a sym link to a lib path that it will look in (like /usr/local/lib). And then recompile Crypt::SSLeay Then make test should work. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On

PKCS#7 commands in PERL

2001-10-18 Thread Mark Strong
How would I do something like this from perl openssl smime -sign -in message.unsigned -signer my.pem -inkey my.key -out message.signed -outform DER -nodetach can I use Net::SSLeay ? Or is there another perl module to interface with openssl ? Regards Mark Strong