>>>>> "MD" == Mike DeGraw-Bertsch <[EMAIL PROTECTED]> writes:
MD> So off-and-on for the last few months, I've been trying to get MD> Crypt::SSLeay to install on my OS X G5. MD> If it matters, I also tried installing IO::Socket::SSL, which dies in MD> 'make test' with "Can't locate object method "issuer_name" via package MD> "IO::Socket::INET" at t/compatibility.t line 49." that problem sounds like it would be easier to fix. one idea is to upgrade your perl and ignore osx's default perl. then build io::socket::ssl with that. make sure you know which perl is in your path and that you run perl Makefile.PL with the perl you want to use. issuer_name is an IO::Socket::SSL method but i don't see any docs for it. the test makes a MyClass which inherits from IO::Socket::SSL so that method should be found. i have sent bug reports to the authors of IO::Socket::SSL and they have been responsive so i would ask them. and it has a much better API than crypt::ssleay as it is the same as IO::Socket with just some extra args (and a few useful class methods). uri -- Uri Guttman ------ [EMAIL PROTECTED] -------- http://www.stemsystems.com --Perl Consulting, Stem Development, Systems Architecture, Design and Coding- Search or Offer Perl Jobs ---------------------------- http://jobs.perl.org _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

