Re: Uninstalling Perl modules



On Wed, 10 Jan 2007 18:09:01 +1100, Mumia W. (on aioe) wrote:

Hi

All of these commands fail to uninstall:
make uninstall_from_perldirs
make uninstall_from_sitedirs
make uninstall_from_vendordirs

Hmmm. OK. Let's try something else.

From a CGI script I use to install modules, I see:

use Config;
....
$Config{'make'} install UNINST=1

and for you $Config{'make'} is just make, so try

make install UNINST=1


.



Relevant Pages

  • Re: How to use relative path for a module
    ... > I install 3 directories under a location specified by my client. ... the SSI page, not the CGI script. ...
    (comp.lang.perl.misc)
  • RE: Password Authentication
    ... Howdy ... > I'm attempting to create a CGI script for password requests ... install Authen::SASL ...
    (perl.beginners)
  • missing /usr/bin/tcl
    ... I have a cgi script with following as first row: ... I believe that it is tclx, ... when I install it the file /usr/bin/tcl still not exist. ...
    (comp.lang.tcl)
  • Re: Uninstalling Perl modules
    ... From a CGI script I use to install modules, ... use Config; ...
    (comp.lang.perl.modules)
  • Re: Courier-imap authentification
    ... I run both of these but my initial install and config was done years ago and ... setting up webmail but never did (most webmail apps use maildir format). ... Please note that my config is old and simple - YMMV! ... i've open my 993 port on my gate to have access to it. ...
    (comp.unix.bsd.freebsd.misc)