Perl: How do I install Perl modules? eg. Installing LWP module for Perl.

The easiest way to install Perl modules is by installing them through “shell”. Let us say that you are trying to install very common module called: LWP
You can test to see if you have LWP installed by typing:
perl -MLWP -le “print(LWP->VERSION)”
If you get something like: Can’t locate LWP.pm in @INC means [...]

Read the full article...

CentOS and Redhat problem: NFS mount at boot up fails with error: “System Error: No route to host”

On our CentOS 4.4 box, I set up the nfs mount by putting the setting in fstab.
10.0.0.2:/export/files /files intr
After that I tested the setting by typing: mount /files Everything worked as expected and files was mounted successfully. At this point I wanted to make sure server will [...]

Read the full article...

« Previous Page