Hi All,
 
I'm trying to remove libapreq2 via "make clean" without a whole lot of success. 
Below is what I get back from "make clean" (and Request.so still exists 
afterwards)
 
Any ideas? The long story is I decided to run the Ubuntu update to bring one of 
our dev servers up to date. Now I keep getting an error with Request.so and I'm 
thinking it might have something to do with the fact that I installed libapreq2 
manually (as Ubuntu didn't have the lastest version at the time) and the update 
installed a latter version. So I'm trying to remove it all and reinstall the 
Ubuntu version, I've even gone as far as uninstall Apache2,mod_perl, libapreq 
etc from Ubuntu and then running the make clean, but Request.so is still in 
there.
 
Ths is the error I get no matter what is installed or uninstalled, if that 
makes any difference
 
Can't load '/usr/local/lib/perl/5.8.8/auto/APR/Request/Request.so' for module 
APR::Request: libaprutil-0.so.0: cannot open shared object file: No such file 
or directory at /usr/lib/perl/5.8/DynaLoader.pm line 225
 
TIA
-Chris
 
 
 
 
 
 
Output from make clean
Making clean in glue
make[1]: Entering directory `/home/analog/libapreq2-2.08/glue'
rm -rf .libs _libs
cd perl; make clean
make[2]: Entering directory `/home/analog/libapreq2-2.08/glue/perl'
make[2]: *** No rule to make target `clean'.  Stop.
make[2]: Leaving directory `/home/analog/libapreq2-2.08/glue/perl'
make[1]: [perl_clean] Error 2 (ignored)
rm -f *.lo
make[1]: Leaving directory `/home/analog/libapreq2-2.08/glue'
Making clean in module
make[1]: Entering directory `/home/analog/libapreq2-2.08/module'
Making clean in apache2
make[2]: Entering directory `/home/analog/libapreq2-2.08/module/apache2'
rm -rf .libs _libs
test -z "mod_apreq2.la" || rm -f mod_apreq2.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[2]: Leaving directory `/home/analog/libapreq2-2.08/module/apache2'
Making clean in .
make[2]: Entering directory `/home/analog/libapreq2-2.08/module'
rm -rf .libs _libs
cd t/c-modules && make clean
make[3]: Entering directory `/home/analog/libapreq2-2.08/module/t/c-modules'
make[3]: *** No rule to make target `clean'.  Stop.
make[3]: Leaving directory `/home/analog/libapreq2-2.08/module/t/c-modules'
make[2]: [cmodules_clean] Error 2 (ignored)
rm t/c-modules/Makefile t/c-modules/*/Makefile t/c-modules/apache_httpd_test.h
rm: cannot remove `t/c-modules/Makefile': No such file or directory
rm: cannot remove `t/c-modules/*/Makefile': No such file or directory
rm: cannot remove `t/c-modules/apache_httpd_test.h': No such file or directory
make[2]: [cmodules_clean] Error 1 (ignored)
MAKE=make /usr/bin/perl t/TEST -clean
Can't open perl script "t/TEST": No such file or directory
make[2]: [test_clean] Error 2 (ignored)
rm -rf t/htdocs t/logs t/modules t/TEST t/core t/core.* t/cgi-bin/test_cgi 
t/cgi-bin/.libs t/.libs t/conf/extra.conf t/conf/ssl/ca 
t/conf/ssl/httpd-passphrase.pl
 rm -f test_cgi test_cgi
rm -f *.o
rm -f *.lo
make[2]: Leaving directory `/home/analog/libapreq2-2.08/module'
make[1]: Leaving directory `/home/analog/libapreq2-2.08/module'
Making clean in library
make[1]: Entering directory `/home/analog/libapreq2-2.08/library'
test -z "libapreq2.la" || rm -f libapreq2.la
rm -f "./so_locations"
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/analog/libapreq2-2.08/library'
Making clean in include
make[1]: Entering directory `/home/analog/libapreq2-2.08/include'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory `/home/analog/libapreq2-2.08/include'
Making clean in .
make[1]: Entering directory `/home/analog/libapreq2-2.08'
test -z "apreq2-config" || rm -f apreq2-config
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory `/home/analog/libapreq2-2.08'

Reply via email to