|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at MBAY dot NET>
Subject: Re: Problem setting up sybperl for install.
Date: Apr 1 1998 4:32PM
GopherAlum wrote:
>
> Can anyone lend a hand? I get the following error
> when I run: % perl Makefile.pl
>
> Can't locate Config.pm in @INC (@INC contains:
> /usr/local/lib/perl5/sun4-solaris/5.00403 /usr/local/lib/perl5
> /usr/local/lib/perl5/site_perl/sun4-solaris /usr/local/lib/perl5/site_perl .)
> at /usr/local/lib/perl5/ExtUtils/MakeMaker.pm line 13.
> BEGIN failed--compilation aborted at
> /usr/local/lib/perl5/ExtUtils/MakeMaker.pm
> line 13.
> BEGIN failed--compilation aborted at Makefile.PL line 4.
Your perl installation is broken.
Config.pm (which holds the details of how your copy of perl was
built) should be in
/usr/local/lib/perl5/sun4-solaris/5.00403/Config.pm.
I would guess that you installed a pre-compiled perl binary, and that
somehow a piece of that did not get installed correctly.
The easiest way around that is to grab perl5.004_04 from www.perl.com,
configure and build it your self (should take about 30 minutes).
You can build perl like this:
cd perl5.00404
./Configure -des
[ if you want to use gcc, add -Dcc=gcc ]
make
make test
make install
Michael
--
Michael Peppler -||- Data Migrations Inc.
mpeppler@datamig.com -||- http://www.mbay.net/~mpeppler
Int. Sybase User Group -||- http://www.isug.com
|