I am new to using log4p
and want to use the same for logging in my code. I am getting errors like:
Can't locate Log/Log4perl.pm in @INC
Which I understand is because of a missing library. Now, where and how do i get this library installed on my UNIX environment?
I tried installing:
yum install perl-Log-Log4perl-1.30-1.el6.noarch.rpm
This also failed. Am I not in the right track? Can someone give me a quick start up link which also tells how to install this package and from where?
cpan
utility?cpan Log::Log4perl
. – Solstice