You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Chris Drake <ch...@pobox.com> on 2004/01/24 03:11:43 UTC

How to uninstall mod_perl

Hi,

1. How is mod_perl removed?

2. If I wanted to "upgrade" from 2.0_09 to 2.0_12, is there some
   special way to do this, or must I first uninstall the old before
   installing the new ?

Chris.


-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html


Re: How to uninstall mod_perl

Posted by Stas Bekman <st...@stason.org>.
Chris Drake wrote:
> Hi,
> 
> 1. How is mod_perl removed?

I've never tried to do that, but assuming that you have the original build tree:

   make uninstall

should probably work.

> 2. If I wanted to "upgrade" from 2.0_09 to 2.0_12, is there some
>    special way to do this, or must I first uninstall the old before
>    installing the new ?

If you are using the same build arguments, just install over the old one.


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html