.------[ Matthias Oberthür wrote (2002/10/08 at 18:28:30) ]------ | | Hi, | I try to install mod_perl but I get the message that /usr/bin/ld can't find | -lperl | | The whole input | cd mod_perl-1.99_07 | perl5.61 Makefile.PL MP_AP_PREFIX=/usr/local/lamp/apache2 MP_INST_PREFIX=1 | | make | | /usr/bin/ld: cannot find -lperl | collect2: ld returned 1 exit status | make[1]: *** [mod_perl.so] Error 1 | | Does anyone knows what to do? | `-------------------------------------------------
What it is saying is that it cannot find Perl on your system. Make sure Perl is installed and that ld ( the linker ) can find it. --------------------------------- Frank Wiles <[EMAIL PROTECTED]> http://frank.wiles.org ---------------------------------