Answer the question
In order to leave comments, you need to log in
Why is perl EV not installed?
Installing perl EV on CentOS
wget http://cpan.rinet.ru/authors/id/M/ML/MLEHMANN/EV-4.18.tar.gz
tar xzf EV-4.18.tar.gz
cd EV-4.18
perl Makefile.PL
make install clean
[[email protected] dklab_realplexor]# cd /opt/dklab_realplexor/
[[email protected] dklab_realplexor]# ./dklab_realplexor.pl
Error: EV library is not found in your system:
http://search.cpan.org/~mlehmann/EV-3.9/EV.pm
You must install EV, e.g.:
# yum install gcc
# perl -MCPAN -e "install EV"
- or -
# apt-get install gcc
# perl -MCPAN -e "install EV"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question