Re: [e-smith-devinfo] WebShare project Apache::Htpasswd perl module question?

2002-05-11 Thread David J. Boccabella
Many thanks for this great contribution. It is something that I have been looking for for a long while as I often have the need to distribute work to others and to collect that work back. Email can only do so much.. I am curious and would like to suggest so possibilities for version 2.. Enab

RE: [e-smith-devinfo] WebShare project Apache::Htpasswd perl module question?

2002-05-10 Thread P. Sanchez
>= Original Message From John Cusick <[EMAIL PROTECTED]> = >True Placido, > >I have make installed on my system and this will only work for if you do >not require gcc for the software. For example, perl-DBI will not compile >without gcc. > >That said, for the simpler perl modules needed on

Re: [e-smith-devinfo] WebShare project Apache::Htpasswd perl module question?

2002-05-10 Thread John Cusick
True Placido, I have make installed on my system and this will only work for if you do not require gcc for the software. For example, perl-DBI will not compile without gcc. That said, for the simpler perl modules needed on a system, this is quick and easy, and the perl rpm site does not alway

RE: [e-smith-devinfo] WebShare project Apache::Htpasswd perl module question?

2002-05-10 Thread P. Sanchez
>= Original Message From John Cusick <[EMAIL PROTECTED]> = >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. yes, but the machine that is been i

Re: [e-smith-devinfo] WebShare project Apache::Htpasswd perl module question?

2002-05-10 Thread Darrell May
John Cusick <[EMAIL PROTECTED]> said: > Darrell, > > You can also run this as root from the CLI > > # perl -MCPAN -e 'install "APACHE::HTpasswd"' Thanks John. -- Darrell May DMC Netsourced.com http://netsourced.com http://myEZserver.com -- Please report bugs to [EMAIL PROTECTED] Please mail

Re: [e-smith-devinfo] WebShare project Apache::Htpasswd perl module question?

2002-05-10 Thread Darrell May
Charlie Brady <[EMAIL PROTECTED]> said: > > On Fri, 10 May 2002, Darrell May wrote: > > > My question is, can we make this module into an rpm or is this process > > necessary for perl modules? > > Try here: > > http://ftp.iinet.net.au/linux/redhat/7.1/en/DMA/CPAN/ Thanks Charlie. That had what

Re: [e-smith-devinfo] WebShare project Apache::Htpasswd perl module question?

2002-05-10 Thread John Cusick
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 f

Re: [e-smith-devinfo] WebShare project Apache::Htpasswd perl module question?

2002-05-10 Thread Pierluigi Miranda
Hi Darrell, you wrote: > My question is, can we make this module into an rpm or is this process > necessary for perl modules? If I remember well, I found PERL modules RPMs in the RH FTP tree, so it's possible to make them up as binary RPMs... Don't know how, though. Guess it's a matter of copyi

[e-smith-devinfo] WebShare project Apache::Htpasswd perl module question?

2002-05-09 Thread Darrell May
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