Teri, perhaps you can try Max's suggestion ?
-------- Forwarded Message --------
From: Max Kanat-Alexander <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [scmbug-users] Scmbug error 79: Package 'Bugzilla' not
foundin installation
Date: Thu, 14 Feb 2008 12:05:46 -0800
On Thu, 14 Feb 2008 11:34:28 -0700 Kristis Makris
<[EMAIL PROTECTED]> 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
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
