LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problems Running a perl program (https://www.linuxquestions.org/questions/linux-software-2/problems-running-a-perl-program-88289/)

SNike3 09-02-2003 02:30 AM

Problems Running a perl program
 
Can anyone help me understand what this is saying?

# ./zrn-irpd
Can't locate MP3/Info.pm in @INC (@INC contains: /usr/local/irpd /usr/lib/perl5/5.8.0/i586-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl .) at ./zrn-irpd line 14.
BEGIN failed--compilation aborted at ./zrn-irpd line 14.

Is this saying that I missing? MP3/info.pm?
If so where could I find it to download and/or install?

jalal 09-02-2003 03:09 AM

You can get perl modules here:

http://cpan.perl.com

theparadigm 07-10-2004 07:47 AM

In general, running this command will fix this dependency problem.

perl -MCPAN -e 'install MP3::Info'

This will download the required modules from the CPAN website, compile and install them onto your system.
Note: For beginners, you will need development tools that, by default, most probably will not be installed on your OS. Instillation of these tools changes from system to system.


All times are GMT -5. The time now is 09:22 PM.