Hello there,
Didn't see any reply to this.
On Tue, 18 Nov 2003, Tim wrote:
> I believe I installed apache 1.3.29 and mod_perl incorrectly using
>
> $ ./configure --prefix=PREFIX
Do you mean you used the literal text "PREFIX"?
> Assuming I want to start over, how does one go about wiping them
Hi.
I believe I installed apache 1.3.29 and mod_perl incorrectly using
$ ./configure --prefix=PREFIX
$ make
$ make install
for apache, and
$ perl Makefile.PL EVERYTHiNG=1 APACHE_PREFIX=/usr/local/apache
$ make
$ make test
$ su -c "make install"
for mp1
Assuming I want to start over, how