On 08/14/2011 04:25 PM, Chris Cormack wrote:
* clint.deckard (clint.deckard@frontiers.co.nz) wrote:
Greetings, First time poster, long time lurker. Met some of you at Kohacon 2010 and around. Thank you in advance.
I have installed Koha 3.4.3 on a fresh install of Opensuse 11.4.
Web installer reports SMS::Send and Date::ICal as missing but are installed.
Google searching found similar reported problem and reported bug 6560 and 6561 http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6560 but resolution so far. What to do now? Some (hopefully) relevant info belong.
Hi Clint
Hopefully someone who uses Opensuse will chip in with why it's not working there. I do know that people have gotten it working successfully in the past.
Chris
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
If you're following the openSuse instructions for 3.4, you installed them using YAST. It would appear that those modules don't have the version in the modules. You can check that by executing: perl -MSMS::Send -e 'print "$SMS::Send::VERSION\n"' and perl -MDate::ICal -e 'print "$Date::ICal::VERSION\n"' They should print out their version number. From the looks at your output from koha_perl_deps.pl, they are either reporting 0 or not reporting at all. I would go into YAST and uninstall them. Then from the command line as root install them from cpan. -- Bob