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 (can't test right 
now). Appreciate your help.

   Have You Validated Your Code?
John Horner(+612 / 02) 9333 2110
Senior Developer, ABC Online  http://www.abc.net.au/




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 - that is the key part. Easy to fix, described here:
http://tinyurl.com/2otfd
There are also some partial solutions out there, that tell you how to 
patch the symptoms by making changes to the generated Makefile. The 
above is better; it tells how to fix the problem at its source, so that 
the Makefile is generated correctly to begin with.

sherm--


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 all comes down to this message. This doesn't make
 any sense to me since this directory just doesn't
 exist.

 (You get this message, because MakeMaker could not
 find /System/Library/Perl/darwin/CORE/perl.h)

That file doesn't exist on your system?  It does on mine.  Have you moved 
the Perl files around?  Not a great idea, you're not generally supposed 
to mess with the stuff in /System .

 -Ken




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 death here (or so it
 would seem from the archives), but I'm afraid I still
 need help. I have read the articles on the subject
 from the archive, but after following the instructions
 I still get the same error.

 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.
 It all comes down to this message. This doesn't make
 any sense to me since this directory just doesn't
 exist.

 (You get this message, because MakeMaker could not
 find /System/Library/Perl/darwin/CORE/perl.h)

 Any advice would be welcome.

 James

 __
 Do You Yahoo!?
 Find a job, post your resume.
 http://careers.yahoo.com


---
reply directly to:
Jim Cooper
mailto:[EMAIL PROTECTED]
iMedia, Ltd.
Tokyohttp://www.ai-media.co.jp
---