libwww-perl-5.805 install problem on OS X 10.3

libwww-perl-5.805 install problem on OS X 10.3

am 14.03.2006 04:12:16 von sandratesch

hello,

i've tried installing libwww-perl-5.805 on OS X 10.3 but i'm having a
problem during the make. the following is the error:

make: *** No rule to make target
`/System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE/ config.h',
needed by `Makefile'. Stop.

looks like Makefile wants
/System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE/c onfig.h but
the only one that i seem to find is
/System/Library/Perl/darwin/CORE/config.h.

has anyone run into/solved this?

thanks.

Re: libwww-perl-5.805 install problem on OS X 10.3

am 15.03.2006 00:49:51 von Sisyphus

wrote in message
news:1142305935.964957.73360@j33g2000cwa.googlegroups.com...
> hello,
>
> i've tried installing libwww-perl-5.805 on OS X 10.3 but i'm having a
> problem during the make. the following is the error:
>
> make: *** No rule to make target
> `/System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE/ config.h',
> needed by `Makefile'. Stop.
>
> looks like Makefile wants
> /System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE/c onfig.h but
> the only one that i seem to find is
> /System/Library/Perl/darwin/CORE/config.h.
>
> has anyone run into/solved this?
>

Does this happen with just libwww-perl-5.805, or does it happen with *all*
modules you try to build ?

If it happens with *all* modules, I'd be thinking there's a %Config::Config
key that's specifying the former location, but ought to be specifying the
latter. One workaround would therefore be to locate that key and change its
value to the latter - but errors like the one you're getting disturb me a
little. One is always left wondering what *else* is not right. Did you build
this perl yourself ?

Cheers,
Rob

Re: libwww-perl-5.805 install problem on OS X 10.3

am 15.03.2006 02:46:19 von unknown

sandratesch@gmail.com wrote:

> hello,
>
> i've tried installing libwww-perl-5.805 on OS X 10.3 but i'm having a
> problem during the make. the following is the error:
>
> make: *** No rule to make target
> `/System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE/ config.h',
> needed by `Makefile'. Stop.
>
> looks like Makefile wants
> /System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE/c onfig.h but
> the only one that i seem to find is
> /System/Library/Perl/darwin/CORE/config.h.
>
> has anyone run into/solved this?
>
> thanks.
>

I have successfully built libwww-perl under Mac OS 10.3 and Perl 5.8.6,
and I just successfully downloaded, built, and tested. The only reported
failure at http://cpantesters.perl.org/show/libwww-perl.html is under
Darwin 5.5 (= Mac OS 10.1?).

Where did your Perl come from, and how did it get there? Mac OS 10.3
came with 5.8.1 rc3. If you install the X Tools kit (kibitzers -- this
is the developers' kit, which comes with Mac OS X but is not installed
by default), you get
/System/Library/Perl/5.8.1/darwin-thread-multi-2level/CORE/c onfig.h but
otherwise

$ find /System/Library/Perl -iname config.h

comes up empty, even with ActivePerl installed. But if you didn't
install X Tools, where did 'make' come from?

When I installed Perl 5.8.6, I do not remember doing anything out of the
ordinary - specifically I put it in the default location, which means
config.h is in /usr/local/lib/perl5/5.8.6/darwin-2level/CORE. I seem to
recall the README.darwin file recommending strongly against attempting
to replace Panther's Perl.

Tom Wyant