Trying to make LWP work with httpS

2004-01-03 Thread Tim Murphy
Hi, I just got finished force installing Crypt::SSLeay to my OSX 10.3.2 box. When I try to run a perl code that calls https, instead of my previous error message of: 501 Protocol scheme 'https' is not supported I now post SSLeay install get: dyld: perl Undefined symbols:

Re: Trying to make LWP work with httpS

2004-01-03 Thread Oliver Schnarchendorf
On Fri, 2 Jan 2004 06:39:07 -0500, Tim Murphy wrote: dyld: perl Undefined symbols: /Library/Perl/5.8.1/darwin-thread-multi-2level/auto/Crypt/SSLeay/SSLeay.bundle undefined reference to _OpenSSL_add_all_algorithms expected to be defined in a dynamic image Trace/BPT trap I googled the

Re: Trying to make LWP work with httpS

2004-01-03 Thread Sherm Pendley
On Jan 2, 2004, at 6:39 AM, Tim Murphy wrote: I just got finished force installing Crypt::SSLeay There's the problem, right there. Using force install doesn't solve compile problems, it simply tells the CPAN shell to ignore them and install the module anyway. What error messages did you get

Re: Missing files in /usr/local

2004-01-03 Thread Sherm Pendley
On Jan 3, 2004, at 10:43 AM, Gohaku wrote: I know ImageMagick is not part of the Mac OS X install but I know Lynx is, and I also know lynx is required for CPAN. Lynx is neither included with Mac OS X nor required by CPAN. Can anybody tell me what other files I could be missing from /usr/local

Re: Missing files in /usr/local

2004-01-03 Thread Gohaku
On Jan 3, 2004, at 10:54 AM, Sherm Pendley wrote: On Jan 3, 2004, at 10:43 AM, Gohaku wrote: I know ImageMagick is not part of the Mac OS X install but I know Lynx is, and I also know lynx is required for CPAN. Lynx is neither included with Mac OS X nor required by CPAN. During CPAN's initial

Re: Missing files in /usr/local

2004-01-03 Thread Chris Devers
On Sat, 3 Jan 2004, Gohaku wrote: On Jan 3, 2004, at 10:54 AM, Sherm Pendley wrote: On Jan 3, 2004, at 10:43 AM, Gohaku wrote: I know ImageMagick is not part of the Mac OS X install but I know Lynx is, and I also know lynx is required for CPAN. Lynx is neither included with Mac OS X

Re: Missing files in /usr/local

2004-01-03 Thread Gohaku
On Jan 3, 2004, at 12:41 PM, Chris Devers wrote: Therefore, if /usr/local was not empty on your system, then whatever was in there was put there by you, and no one else is likely to know what you would have decided to install there. Make sense? Yes. Thanks again.