Hi Ricardo,

On Wed, Apr 22, 2009 at 6:56 AM, Ricardo Dias Marques
<li...@ricmarques.net> wrote:
> So, is this "Warning", during Koha installation, WRONG (regarding
> Date::ICal not being installed)?

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"'

Regards,

Galen
-- 
Galen Charlton
VP, Research & Development, LibLime
galen.charl...@liblime.com
p: 1-888-564-2457 x709
skype: gmcharlt
_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-devel

Reply via email to