Hi Michal, Thanks a lot for the feedback! This may just be the root of the problem. We had not investigated if modules were coming from Bugzilla/lib before.
In the future please send all communication to the mailing list. Thanks, Kristis On Thu, 2009-10-08 at 09:47 +0000, Michal Kašpar wrote: > Hello. > I haven't found a way to report this directly to Scmbug Bugzilla (no way > to create account), so I'm sending this to you directly as it could help > to some of Scmbug users. > Well. I've ran into the same problem with Scmbug 0.26.15 and Bugzilla > 3.4.2. It seems that for BZ > 3.2 the problem might be caused by > installation of perl modules, required by Bugzilla, into Bugzillas own > directory ($BUGZILLA/lib) instead of system wide perl installation. > For me, this one liner helped: > /usr/share/scmbug/lib/Scmbug/Daemon/Bugzilla.pm > @@ -124,6 +124,8 @@ > # Include the bugzilla libraries > unshift @INC, $self->installation_directory(); > chdir $self->installation_directory(); > + use lib qw(. lib); > > But as I'm not a Perl programmer, I don't know how correct this change > is. >
signature.asc
Description: This is a digitally signed message part
_______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
