2010/10/25 Kristis Makris <[email protected]>
>
> On Mon, 2010-10-25 at 11:42 +0200, Thorsten Schöning wrote:
> > There was a problem in SCMBug which didn't add the lib-path of
> > Bugzilla to the includes of Perl, but this bug should be resolved in
> > the most recent version of SCMBug. Don't know exactyl which one, but
> > there's a newer than .0.26.19 which you use.
>
> I recall a patch trying to add to @INC some lib-??? (I forget) directory
> within Bugzilla, but that line of code lacked an explanation so I did
> not merge it. The following is there though:
>
>  if ($self->is_version_up_to_3_4() || $self->is_version_latest()) {
>        unshift @INC, $self->installation_directory() . "/lib";
>    }
>
> Is there another /libxxx directory in there?

Yes. See my earlier reply.
Unfortunately there seems to be a number of possible directory names
depending on your machines architecture and how you built perl.

Though if you searched for lib/*-* which was a dir and added that you
should be o.k.

-Bill
_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to