Compilation problems with mod_perl

2002-10-18 Thread Benny Jensen





Hello,

I'm trying to compile mod_perl for apache2. But i 
got a error message that i dont know how to solve. The following message is what 
i get: 


LD_RUN_PATH="" cc -shared 
-L/usr/local/lib APR.o -o 
../../../blib/arch/Apache2/auto/APR/APR.so -lapr 
-laprutil/usr/bin/ld: cannot find -laprcollect2: ld returned 1 exit 
status
APR.so exist in following map:

/usr/local/lib/perl/5.8.0/Apache2/auto/APR/APR.so
If anyone could help me to solve 
it....

//Benny Jensen



mod_perl, Apache2

2002-10-06 Thread Benny Jensen



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.cRunning Mkbootstrap for APR 
()chmod 644 APR.bsrm -f 
../../../blib/arch/Apache2/auto/APR/APR.soLD_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 -laprcollect2: ld 
returned 1 exit status

//Benny