Darrell, You can also run this as root from the CLI
# perl -MCPAN -e 'install "APACHE::HTpasswd"' This single command will download the latest version, build, and install all at once. The beauty of perl in action. John C. Darrell May wrote: >We are using the Apache::Htpasswd perl module for our WebShare project. The >README for the module states: > >INSTALLATION > You install Apache::Htpasswd, as you would install any perl module > library, by running these commands: > > perl Makefile.PL > make > make test > make install > make clean > >Which is fine and this works great. We can easily go this route and >document a HowTo for others to follow. > >My question is, can we make this module into an rpm or is this process >necessary for perl modules? > >Regards, > > >-- >Darrell May >DMC Netsourced.com >http://netsourced.com >http://myEZserver.com > > >-- >Please report bugs to [EMAIL PROTECTED] >Please mail [EMAIL PROTECTED] (only) to discuss security issues >Support for registered customers and partners to [EMAIL PROTECTED] >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org > -- Please report bugs to [EMAIL PROTECTED] Please mail [EMAIL PROTECTED] (only) to discuss security issues Support for registered customers and partners to [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org
