Hi Galen, On Wed, Apr 22, 2009 at 13:10, Galen Charlton <galen.charlton@liblime.com> wrote:
The modules may be installed but for some reason not in the Perl module search path. Try running the following commands; if the modules can be found with the current @INC for your platform, each should print the version number for the module.
perl -MDate::ICal -e 'print $Date::ICal::VERSION, "\n"' perl -MSMS::Send -e 'print $SMS::Send::VERSION, "\n"'
Many thanks for the very quick and informative reply. The output of the two commands that you mention is rather interesting: myhost:~/mykohaclone # perl -MDate::ICal -e 'print $Date::ICal::VERSION, "\n"' Can't locate Date/Leapyear.pm in @INC (@INC contains: /usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at /usr/lib/perl5/vendor_perl/5.8.8/Date/ICal.pm line 9. BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.8.8/Date/ICal.pm line 9. Compilation failed in require. BEGIN failed--compilation aborted. myhost:~/mykohaclone # perl -MSMS::Send -e 'print $SMS::Send::VERSION, "\n"' Can't locate Params/Util.pm in @INC (@INC contains: /usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at /usr/lib/perl5/vendor_perl/5.8.8/SMS/Send.pm line 56. BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.8.8/SMS/Send.pm line 56. Compilation failed in require. BEGIN failed--compilation aborted. Does this indicate that there is some problem with the "packaging" of the two RPM software packages for SLES that I have installed ("perl-Date-ICal-1.72-2.1" and "perl-SMS-Send-0.05-3.2")? Should I install these two modules (Date::ICal and SMS::Send) directly from CPAN instead? Thanks again! Cheers, Ricardo Dias Marques lists AT ricmarques DOT net Installation Guide for Installing Koha 3 on openSUSE 11 http://wiki.koha.org/doku.php?id=opensuse_11.0