LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   perl modules (https://www.linuxquestions.org/questions/linux-software-2/perl-modules-40052/)

kidwired 01-02-2003 03:06 AM

perl modules
 
I just installed some perl modules. but when I ran an rpm that needs these it says there not installed. Do I need to stop and re start a service or something?

neo77777 01-02-2003 07:35 AM

In what format modules came in? RPM's or tarballs? If you installed tarballs and you are sure they are installed then when you install the RPM that requires this modules just use --nodeps flag in rpm command string
rpm -ihv --nodeps package-yada.yada.rpm

kidwired 01-02-2003 12:30 PM

yes I installed tarballs, I'm installing Interchange and really want to make sure I set it up right. Is this the only way to do this?

acid_kewpie 01-02-2003 12:33 PM

rpm can only find files installed by rpm. if you know for a fact that the libraries are they, just use --nodeps like was said by neo777777777777777777777777777

kidwired 01-02-2003 12:40 PM

ahhhhhh THAT'S very helpful to know! thank you

kidwired 01-02-2003 03:09 PM

oop the modules were cpans is this still the case?

acid_kewpie 01-02-2003 03:24 PM

cpans? all modules come from cpan... well the good ones...


All times are GMT -5. The time now is 12:51 AM.