|
Why does Crypt-SSLeay not function like most other perl modules when the perl distribution is packaged and executed on a machine other than where the module was initially installed?
Example Steps:
1. Install Crypt-SSLeay
2. Move the entire perl top directory to another machine
3. All other perl modules will work except Crypt-SSLeay.
-- This is important to me because my client-application is packaged with its own perl distribution for users to run it on their own machines?
Any comments or suggestions would be appreciated =) |