[scmbug-users] Scmbug error 79: Package 'Bugzilla' not foundin installation

Max Kanat-Alexander mkanat at bugzilla.org
Thu Feb 14 20:05:46 UTC 2008


On Thu, 14 Feb 2008 11:34:28 -0700 Kristis Makris
<kristis.makris at asu.edu> wrote:
> We are experiencing a problem with Scmbug when Scmbug attempts to
> reuse the Bugzilla 3.0.3 API. 

	First off, I know I'm being nitpicky, but the "Bugzilla API" is
in Bugzilla::WebService. Everything else is just "a bunch of objects
and functions we use inside of Bugzilla."

> Do you know if there are any issues related to have_vers on Solaris?

	No, it should work fine, it's all Perl.

	What you want to do is have him try, inside whatever code is
failing to load the Bugzilla module:

	eval { require Bugzilla; 1; } || die $@;

	Which will tell you what the problem is.

	-Max
-- 
http://www.everythingsolved.com/
Competent, Friendly Bugzilla and Perl Services. Everything Else, too.



More information about the developers mailing list