Hi,
I have been trying now for three days but I just don’t understand how you install a module with perl. I am trying to install the module Net::RawIP.
(This is the error I keep getting) Can’t locate Net/RawIP.pm in @INC (you may need to install the Net::RawIP module)
I hope someone can help me! This is driving me crazy lol.
OS: Ubuntu 14.04
Thanks
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Install Perl And Required Perl Modules The installation of MySQL requires Perl to be present, in combination with some Perl modules.
You can check if your system contains Perl with the following command:
which perl
You must also ensure that the Data::Dumper Perl module exists, which can be done with the following command:
perl -MData::Dumper -e ‘print “Data::Dumper is installed\n”’
If Perl or Data::Dumper are not present, run the following commands for installing the missing components:
Debian/Ubuntu: Only use sudo if the stack was installed as root.
sudo apt-get install perl
CentOS/Fedora/RHEL: Only use sudo if the stack was installed as root.
sudo yum install perl perl-Data-Dumper
You can install RawIP by installing the libnet-rawip-perl package:
sudo apt-get install libnet-rawip-perl
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.