Re: CPAN make problem on OS X 10.4
Re: CPAN make problem on OS X 10.4
- Subject: Re: CPAN make problem on OS X 10.4
- From: "akobuije chijioke" <email@hidden>
- Date: Tue, 7 Aug 2007 22:54:34 -0400
My problem seems to be solved...
following instructions I did:
$ sudo perl -MCPAN -eshell
cpan> look HTML::Tagset
$ perl Makefile.PL
$ make
that seemed to work ok. But trying to install LWP still seemed not to work:
$ sudo perl -MCPAN -eshell
cpan> install LWP
generated error messages.
So back to:
$ sudo perl -MCPAN -eshell
cpan> look LWP
$ perl Makefile.PL
$ make
which seemed to work!
But the cgi script I was writing still couldn't find LWP::UserAgent. I
looked at the script error message more closely and saw the
directories it was looking in were different from where cpan installed
the module (~/.cpan/build/libwww-perl-5.808/lib). So I copied the
cpan-installed LWP directory into /Library/Perl, and now it all works.
I also installed the BSD SDKs from the Mac OSX install CD. I don't
know if that would have avoided the problem from the beginning...
Thanks a lot, I am most grateful for the help
Ako
On 8/6/07, Charles Bailey <email@hidden> wrote:
> On 8/5/07, akobuije chijioke <email@hidden> wrote:
> >
> > ------------------------
> >
> > Writing Makefile for HTML::Tagset
> > -- NOT OK
> > Running make test
> > Can't test without successful make
>
> That's an odd-looking progression. In order to get a (possibly) more
> informative error message, try this
>
> $ /usr/bin/cpan # Fire up the cpan shell
> cpan> look HTML::Tagset # Shell out to the HTML::Tagset build directory
> $ perl Makefile.PL # Generate a Makefile
> $ make # and use it to build the module
>
> If it fails, please send the error message(s), and we can try to
> figure out what's happening.
>
> --
> Regards,
> Charles Bailey
> Lists: bailey _dot_ charles _at_ gmail _dot_ com
> Other: bailey _at_ newman _dot_ upenn _dot_ edu
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden