On 8/15/11, Bob Ewart <bob-ewart@bobsown.com> wrote:
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.
Yes, this work-around is right, and (in my case) do not mix Perl Module RPM package with CPAN's. Remove perl-SMS-Send, and perl-Date-Ical packages using zypper (or YaST), then install them through cpan. So, my issues and also my submitted Koha Bugs (#6560 & #6561) are now solved, right? http://lists.koha-community.org/pipermail/koha-devel/2011-July/035859.html IMO, because it relates to Perl packaging on openSUSE OBS, so I filled bug for it, and hopefully openSUSE developers can fix it quickly: https://bugzilla.novell.com/show_bug.cgi?id=712352 Thanks. Best regards, -- Andi Sugandi.