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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

installing Mod Perl

Status
Not open for further replies.

marcolino88

Programmer
Joined
Apr 30, 2011
Messages
6
Hi all,
I have a problem when I try to install mod_perl (from source files) on Ubuntu10.10 where Apache 2.2.18 is just installed.
What are the compilation directive I should use?

I try:

$ perl Makefile.PL MP_APXS=/usr/local/apache/bin/apxs
It gives some warning, but i go ahead with:
$ make
but it gives me this error:

/usr/bin/ld: cannot find -lperl
collect2: ld returned 1 exit status
make[1]: *** [mod_perl.so] Error 1
make[1]: Leaving directory `/home/marcolino/mod_perl-2.0.5/src/modules/perl'
make: *** [modperl_lib] Error 2

Can Someone help me?

Bye
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top