in reply to Net::SSL seg fault

CPAN installed the modules outside of @INC

Check if you have more than one perl installation.

I've had problems with shared module binaries between perl installations.

Check if
  which perl
gives the same as what you have in the script
  #! line.

Replies are listed 'Best First'.
Re: Re: Net::SSL seg fault
by jonjacobmoon (Pilgrim) on Sep 27, 2002 at 19:15 UTC
    That is messed up! Yes, they were different, but I changed the #! to the new path and I still get the segfault.


    I admit it, I am Paco.
      instead of changing the #! line of your script, try using the instance/version of perl allready in your #! line to install Net::SSL.