I'm doing a new Koha 3.04.04 installation, but I'm having problems getting the DateTime perl module to work. CPAN seems to give me version 0.70 (Running make for D/DR/DROLSKY/DateTime-0.70.tar.gz...), but Makefile.PL insists that it's version 0.4304 (Warning: prerequisite DateTime 0.51 not found. We have 0.4304.). Maybe I have an older DateTime lying around somewere...? How can I fix this? -- View this message in context: http://koha.1045719.n5.nabble.com/DateTime-version-problem-tp4762023p4762023... Sent from the Koha - Discuss mailing list archive at Nabble.com.
Got it to work by manually removing the old DateTime modules from /usr/lib/perl5/siteperl/5.8.8/ and then FIRST installing DateTime::Locale and DateTime::TimeZone and AFTER that the DateTime. I have no idea why DateTime doesn't automatically install DateTime::Locale and DateTime::TimeZone because it can't be installed without them anyway. -- View this message in context: http://koha.1045719.n5.nabble.com/DateTime-version-problem-tp4762023p4762192... Sent from the Koha - Discuss mailing list archive at Nabble.com.
participants (1)
-
Perch