[Koha-devel] Last Koha development version (from git) mentions missing prerequisites that are already installed

Galen Charlton galen.charlton at liblime.com
Wed Apr 22 14:10:04 CEST 2009


Hi Ricardo,

On Wed, Apr 22, 2009 at 6:56 AM, Ricardo Dias Marques
<lists at 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.charlton at liblime.com
p: 1-888-564-2457 x709
skype: gmcharlt



More information about the Koha-devel mailing list