Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error installing Apache::Cookie via CPAN

Status
Not open for further replies.

PaulReed

Technical User
Jun 15, 2008
61
US
My operating system is CentOS 3.9, and my Perl version is 5.8.0. I'm new at this and I'd appreciate any help anyone could give me. Thanks...

I've successfully installed most all the Perl Modules with CPAN and I'm at the end where it's installing the Apache stuff and I'm getting the error below when trying to install Apache::Cookie.

One last thing... it's referring to /usr/bin/perl and I don't have this directory.

Running install for module 'Apache::Cookie'
Running make for G/GE/GEOFF/libapreq-1.33.tar.gz
Has already been unwrapped into directory /root/.cpan/build/libapreq-1.33
'/usr/bin/perl Makefile.PL' returned status 512, won't make
Running make test
Make had some problems, won't test
Running make install
Make had some problems, won't install
ERROR: failed to install Apache::Cookie without force, trying to force install

 
download libapreq-1.33 from libapreq-1.33 on CPAN
unpack it, cd in the directory and run the folowing
Code:
% APXS=/path/to/apache/bin/apxs
% export APXS
% perl Makefile.PL
% make 
% make test
% make install

if you still get errors then post the whole error msgs in
Code:
[ /code] tags


``The wise man doesn't give the right answers,
he poses the right questions.'' 
TIMTOWTDI
 
Thanks perluserpengo, I'll do what you posted.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top