Re: Module Installation

2004-06-02 Thread John Horner
LD_RUN_PATH= MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -L/usr/local/lib Parser.o -o blib/arch/auto/HTML/Parser/Parser.bundle Exactly right - that is the key part. Easy to fix, described here: http://tinyurl.com/2otfd Thank you very much, that looks like the solution

Re: Module Installation

2004-06-01 Thread Sherm Pendley
On Jun 1, 2004, at 7:56 PM, John Horner wrote: I won't post the whole thing but the key part of the message seems to be this LD_RUN_PATH= MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -L/usr/local/lib Parser.o -o blib/arch/auto/HTML/Parser/Parser.bundle Exactly right -

Re: Module installation

2001-11-01 Thread Ken Williams
James Stepanek [EMAIL PROTECTED] wrote: I'm simply trying to install the DBI module. I have tried both the CPAN method as well as dowloading the files myself and trying the makefile route. Both give me the same errors. What's the error? We'd be able to help a lot better if we knew. It

Re: Module installation

2001-11-01 Thread Jim Cooper
/System/Library/Perl/darwin/CORE/perl.h -r--r--r-- 1 root wheel 92539 Oct 4 20:52 /System/Library/Perl/darwin/CORE/perl.h Oct 4 built perl 5.6.1 DBI and other DB modules works fine... On Friday, November 2, 2001, at 08:46 AM, James Stepanek wrote: I know this has been beaten to