RE: [Ssh-sftp-perl-users] 'new' breaks if using PDL.
Brought to you by:
dbrobins
From: Sean Q. <se...@qu...> - 2005-02-23 21:34:36
|
On Wed, 2005-02-23 at 16:22 -0500, Sean Quinlan wrote: > On Wed, 2005-02-23 at 15:51 -0500, David Robins wrote: > > I've reduced it to "perl -MPDL::Core -MCrypt::Random -e ''" and I still= get the error in Crypt::Random, so it isn't Net::SSH::Perl related. That'= s not to say that I or someone else on the list won't help you figure it ou= t, of course; I'll keep looking into it. In case it helps anyone, reversing the order here causes both to load without error: perl -MCrypt::Random -MPDL::Core -e '' And this works: perl -MNet::SSH::Perl -MPDL -e '' But unfortunately changing the order in which modules are use'd in my programs doesn't help (I tried before and just double checked). I suspect this is because I use mod_perl, so I'd need to force NSP to load first at startup - I'm going to give that a try. --=20 Sean Patrick Quinlan se...@qu... Tired of spyware? Wish there was a better, more secure way to browse the internet? There is, Firefox! And it's free! http://www.getfirefox.com |