On Apr 11, 2005, at 12:34 PM, Stas Bekman wrote:
find /usr/lib/perl5 | grep Apache2 | xargs rm -rf find /usr/lib/perl5 -name 'Apache2' -exec rm -rf {} \;
adjust /usr/lib/perl5 to point to the root of your perl lib.
be careful though when you do 'rm -rf' :)
if anyone gets paranoid, you can always just do find /usr/lib/perl5 | grep Apache2
to see what you're about to delete.
i know its obvious, but when 'rm -rf' is seen, i always forget i can just test beforehand.
does anyone know if libaprq needs to be rebuilt? or will it work ?