Hi,
I'm using perl and have a failure that another user - running the same test (with it's own account) is passing.
The failure is since my run don't find libss.0.9.8.so.
I ran strace for both of us and saw that my run loads ...../LWP/Protocol/https.pm
this (I beleive) eventually tries to open libss.0.9.8 that is not present on the directory.
The other user run - opens LWP/Protocol/file.pm and succeed.
The question is:
What can make perl loads one protocol over the other?
Is there some environment variable that affects it (e.g. putting http_proxy environment variable)
Thanks,
mordy