This question about : Task filed
MailerContrib error on install
Noticed a recent update to
BugsContrib and installed it via bin/configure into the
FoswikiVM.
Though this comes pre-installed with
MailerContrib I believe (version shows 03 Dec 2008 (1437, 08 Jan 2009)), the install script reported:
Checking dependency on MailerContrib.... *** BugsContrib depends on perl package MailerContrib >0 which is described as "Optional." But when I tried to find it I got this error: Can't locate MailerContrib.pm
Expected?
-Update: same error after first updating to the most current version of
MailerContrib first.
And does lib/Foswiki/Contrib/MailerContrib.pm actually exist, and is it readable by the webserver user?
--
CrawfordCurrie - 30 Jan 2009
Yes, same owner:group and permissions as the others in that directory.
drwxr-xr-x 2 www-data www-data 4096 2009-01-29 11:05
MailerContrib/
-r--r--r-- 1 www-data www-data 17107 2009-01-08 08:09
MailerContrib.pm
-r--r--r-- 1 www-data www-data 17107 2009-01-08 08:09
MailerContrib.pm.bak
root@foswiki-beginners-vm ...ocal/lib/Foswiki/Contrib/MailerContrib # ls -l
total 120
-r--r--r-- 1 www-data www-data 6288 2009-01-08 08:09 Change.pm
-r--r--r-- 1 www-data www-data 6288 2009-01-08 08:09 Change.pm.bak
-r--r--r-- 1 www-data www-data 1339 2009-01-08 08:09
CompatibilityHacks.pm
-r--r--r-- 1 www-data www-data 1339 2009-01-08 08:09
CompatibilityHacks.pm.bak
-r--r--r-- 1 www-data www-data 553 2009-01-08 08:09 Config.spec
-r--r--r-- 1 www-data www-data 553 2009-01-08 08:09 Config.spec.bak
-r--r--r-- 1 www-data www-data 531 2009-01-08 08:09 Constants.pm
-r--r--r-- 1 www-data www-data 531 2009-01-08 08:09 Constants.pm.bak
-r--r--r-- 1 www-data www-data 7665 2009-01-08 08:09 Subscriber.pm
-r--r--r-- 1 www-data www-data 7665 2009-01-08 08:09 Subscriber.pm.bak
-r--r--r-- 1 www-data www-data 4523 2009-01-08 08:09 Subscription.pm
-r--r--r-- 1 www-data www-data 4523 2009-01-08 08:09 Subscription.pm.bak
-r--r--r-- 1 www-data www-data 1036 2009-01-08 08:09
TopicContext.pm
-r--r--r-- 1 www-data www-data 1036 2009-01-08 08:09
TopicContext.pm.bak
-r--r--r-- 1 www-data www-data 1902 2009-01-08 08:09
UpData.pm
-r--r--r-- 1 www-data www-data 1902 2009-01-08 08:09
UpData.pm.bak
-r--r--r-- 1 www-data www-data 14351 2009-01-08 08:09
WebNotify.pm
-r--r--r-- 1 www-data www-data 14351 2009-01-08 08:09
WebNotify.pm.bak
OK, I see there is an error in the DEPENDENCIES for the
BugsContrib. It depends on
MailerContrib
where it should depend on
Foswiki::Contrib::MailerContrib
.
Raised
Tasks.Item919 - please monitor that task for the fix. A workaround is to install the extension manually from the command-line.
--
CrawfordCurrie - 31 Jan 2009