Home > Archive > PERL Modules > April 2007 > Log4perl module for cygwin newbie
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Log4perl module for cygwin newbie
|
|
| wizard 2007-03-28, 6:58 pm |
| 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
| |
|
| I got mine from http://search.cpan.org/~mschilli/Lo...Log/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" <vivek.j.jo...@gmail.com> 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
| |
| Homer Welch 2007-03-29, 9:57 pm |
| Keith wrote:[color=darkred]
> I got mine from http://search.cpan.org/~mschilli/Lo...Log/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" <vivek.j.jo...@gmail.com> wrote:
>
You should become familiar with
perl -MCPAN -e shell
at the prompt, type: install Log::Log4perl
| |
| wizard 2007-04-12, 7:58 am |
| On Mar 30, 2:10 am, Homer Welch <hjw...@comcast.net> wrote:
> Keith wrote:
>
>
>
>
>
>
>
>
>
> 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.
|
|
|
|
|