You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Benny Jensen <be...@gautland.nu> on 2002/10/06 19:24:17 UTC

mod_perl, Apache2

Hi,

I wonder if anyone can tell me what to do to solve this problem? I'm no perl programmer. Just want to GET ASP to work on my Apache2 webserver.

cc -c  -I/usr/src/mod_perl-1.99_07/src/modules/perl -I/usr/src/mod_perl-1.99_07/xs -I/usr/local/apache/include -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -I/usr/local/include  -DMOD_PERL -O3   -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl/5.8.0/CORE"   APR.c
Running Mkbootstrap for APR ()
chmod 644 APR.bs
rm -f ../../../blib/arch/Apache2/auto/APR/APR.so
LD_RUN_PATH="" cc  -shared -L/usr/local/lib APR.o  -o ../../../blib/arch/Apache2/auto/APR/APR.so   -L/usr/local/apache/lib -lapr -laprutil
/usr/bin/ld: cannot find -lapr
collect2: ld returned 1 exit status


//Benny

Re: mod_perl, Apache2

Posted by Andreas Hasenack <an...@conectiva.com.br>.
Em Sun, Oct 06, 2002 at 07:24:17PM +0200, Benny Jensen escreveu:
>    ../../../blib/arch/Apache2/auto/APR/APR.so   -L/usr/local/apache/lib
>    -lapr -laprutil
>    /usr/bin/ld: cannot find -lapr
>    collect2: ld returned 1 exit status

You need to install libapr, which is part of apache2.