Log4perl module for cygwin newbie

Log4perl module for cygwin newbie

am 28.03.2007 15:05:41 von vivek.j.joshi

Helo friends,
I am searching for the module Log - Log4perl on the internet for
cygwin perl installation. Where can I find it. Any specific place. And
how do I install modules on cygwin. Is there any seperate method to do
it. Please help me on this. I searched on the internet but in vain.

Thanking you in anticipation.

Sincerely yours,
wizard

Re: Log4perl module for cygwin newbie

am 29.03.2007 16:19:15 von keith

I got mine from http://search.cpan.org/~mschilli/Log-Log4perl-1.09/lib/Log/L og4perl.pm

I think cygwin modules install exactly like Unix / Linux; the old-
fashioned approach being:

perl Makefile.PL
make
make test
make install

HTH,

Keith

On Mar 28, 8:05 am, "wizard" wrote:
> Helo friends,
> I am searching for the module Log - Log4perl on the internet for
> cygwin perl installation. Where can I find it. Any specific place. And
> how do I install modules on cygwin. Is there any seperate method to do
> it. Please help me on this. I searched on the internet but in vain.
>
> Thanking you in anticipation.
>
> Sincerely yours,
> wizard

Re: Log4perl module for cygwin newbie

am 29.03.2007 23:10:42 von Homer Welch

Keith wrote:
> I got mine from http://search.cpan.org/~mschilli/Log-Log4perl-1.09/lib/Log/L og4perl.pm
>
> I think cygwin modules install exactly like Unix / Linux; the old-
> fashioned approach being:
>
> perl Makefile.PL
> make
> make test
> make install
>
> HTH,
>
> Keith
>
> On Mar 28, 8:05 am, "wizard" wrote:
>
>>Helo friends,
>> I am searching for the module Log - Log4perl on the internet for
>>cygwin perl installation. Where can I find it. Any specific place. And
>>how do I install modules on cygwin. Is there any seperate method to do
>>it. Please help me on this. I searched on the internet but in vain.
>>
>>Thanking you in anticipation.
>>
>>Sincerely yours,
>>wizard



You should become familiar with

perl -MCPAN -e shell

at the prompt, type: install Log::Log4perl

Re: Log4perl module for cygwin newbie

am 12.04.2007 11:45:43 von vivek.j.joshi

On Mar 30, 2:10 am, Homer Welch wrote:
> Keith wrote:
> > I got mine fromhttp://search.cpan.org/~mschilli/Log-Log4perl-1.09/lib/L og/Log4perl.pm
>
> > I think cygwin modules install exactly like Unix / Linux; the old-
> > fashioned approach being:
>
> > perl Makefile.PL
> > make
> > make test
> > make install
>
> > HTH,
>
> > Keith
>
> > On Mar 28, 8:05 am, "wizard" wrote:
>
> >>Helo friends,
> >> I am searching for the module Log - Log4perl on the internet for
> >>cygwin perl installation. Where can I find it. Any specific place. And
> >>how do I install modules on cygwin. Is there any seperate method to do
> >>it. Please help me on this. I searched on the internet but in vain.
>
> >>Thanking you in anticipation.
>
> >>Sincerely yours,
> >>wizard
>
> You should become familiar with
>
> perl -MCPAN -e shell
>
> at the prompt, type: install Log::Log4perl


Yes I could install it. I did not think that the same modules would
work in windows as well. Thanks a lot for your replies. I was unwell
and could not check the mails for a few days, so my apologies.

Thanks a lot again. Bye.