marcolino88
Programmer
- Apr 30, 2011
- 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
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