I wrote a perl script that runs fine another RedHat box, I just installed a new box, and then installed Device::SerialPort with no errors that I could see. When I go to run my script, I get the following error. I am not sure what my next step should be. I don't believe it is a problem with my script, and the error is actually referring to something else .. not sure.
Thanks for any help you may be able to give.
Here is the error:
root@development pinger# perl pinger.pl
Can't locate Device/SerialPort.pm in @INC (@INC contains: /usr/local/lib/perl5/5
.6.0/i586-linux /usr/local/lib/perl5/5.6.0 /usr/local/lib/perl5/site_perl/5.6.0/
i586-linux /usr/local/lib/perl5/site_perl/5.6.0 /usr/local/lib/perl5/site_perl .
) at (eval 1) line 2.
BEGIN failed--compilation aborted at (eval 1) line 2.