At 06:30 PM 2/1/2006 -0800, Tyler MacDonald wrote:
Bennett Haselton <[EMAIL PROTECTED]> wrote:
> But, just to make sure, I tried doing it again -- ran the command
> find /usr/lib/perl5 -name 'Apache2*' -exec rm -rf {} \;
> to clean out those files, and then did
> perl Makefile.PL MP_APXS=/usr/sbin/apxs
There's also files named "mod_perl.pm", and "ModPerl*", installed
by
mod_perl2. Look for a file called ".packlist" in a "mod_perl" or
"mod_perl2"
directory (or both if you've installed both); that should contain a list
of
every file that "make install" installed. Then you can just do something
like:
cat
/opt/apache2/perl5lib/i486-linux-gnu-thread-multi/auto/mod_perl2/.packlist
| xargs rm -vf
To remove those files.
OK I found the .packlist file at
/usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi/auto/mod_perl/.packlist
so, I ran the command:
cat
/usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi/auto/mod_perl/.packlist
| xargs rm -vf
and then went back to my mod_perl-2.0.2 directory and did:
perl Makefile.PL MP_APXS=/usr/sbin/apxs MP_APR_CONFIG=/usr/bin/apr-config
and I still got the long string of "server dumped core again" messages.
I also tried doing:
rpm -e mod_perl
and I got:
error: Failed dependencies:
mod_perl is needed by (installed) psa-7.5.0-fc2.build75041208.20
I am completely stuck again, sorry!
-Bennett
[EMAIL PROTECTED] http://www.peacefire.org
(425) 497 9002