in reply to Re: Solaris Thread Problem
in thread Solaris Thread Problem

I've had Net::SSH::Perl running on a 2.7 box for a while now. It was a pre-requisite for Net::SFTP which I use heavily. As I recall, Net::SSH::Perl was a bit of a pain to install (because of all the dependancies) but once installed I haven't run into any issues. Are you having problems with the install or with getting your code to work?

-- vek --

Replies are listed 'Best First'.
Re: Re: Re: Solaris Thread Problem
by l2kashe (Deacon) on Feb 07, 2003 at 08:52 UTC
    Getting the code to run consistantly. It runs sometimes, and fails other times. If it failed the same way it wouldn't be an issue, but it doesn't. Sometimes is cant collect entropy from /dev/random, or /dev/egd-pool (I have tested both with EGD running, as well as patching the kernel to provide native entropy), other times it fails creating the socket, other times it runs great for 3 hosts and will just die on the 4, etc.. If you turn around and run the code again as soon as it dies, sometimes it works all the way through, other times it will fail earlier, etc..

    The absolute worse kind of problem. I simply ported the functoinality over to a FreeBSD box, and things are happy now, but I hate not know why it won't run.

    /* And the Creator, against his better judgement, wrote man.c */

      i also found it a pain to build for 2.8, but once built and Net::SSH::Perl gotcha! was discovered i haven't had any problems.

      ensure that your openssl is built with the same compiler as your perl, i think Net::SSH::Perl's Makefile.PL complains if it isn't. YMMV