Thomas Hilbig <[EMAIL PROTECTED]> wrote: > > Ack! Before you drive yourself nuts with this, read > > this page: > > > > http://perl.apache.org/docs/2.0/rename.html > I shouldn't have to clean up the perl tree of old > Apache*.pm stuff as I blew away the whole tree by > renaming it. Now, it's the perl 5.8.8 install (make > test) that is complaining about the Apache.pm. > > I did follow the instructions in the link (some months > ago) when migrating from mp 0.99 to mp2, and lived > with the command line problem. However, as I am > trying to reinstall everything (perl included) I don't > know why am seeing this problem at all. Any > suggestions?
Thomas, The problem isn't with your /lib/ tree at all, it has to be with your code. One of your perl modules, or a module you are using, is trying to "use Apache", when it shouldbe "use Apache2::RequestRec" or some such thing. - Tyler