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

Reply via email to