Sent from my iPhone
On Nov 9, 2009, at 10:25 AM, m.roth@5-cent.us wrote:
Dhiraj Chatpar wrote:
Please help me as i am not able to find any way to install Libnet Perl Server
I used to install this on debian using apt-get install libnet-server-perl Command
I just cannot figure out how to install this on Centos. Please help
You need the perl-Net-Server package. But this is not in the stock repositories for CentOS. You need to add a repository for RPMforge or EPEL to get it. After that, a "yum install perl-Net-Server" should do.
Or maybe cpan install Net::Server will work....
Please don't suggest using cpan as a first resort. On an operating system with package management, using said package manager should always be tried first.