On Mon, 2011-03-07 at 10:39 +0100, Thorsten Schöning wrote: > Guten Tag Marcel Loose, > am Montag, 7. März 2011 um 10:13 schrieben Sie: > > > Any suggestion on how I should try to solve this? I don't even have a > > Bugzilla.pm.in to begin with. I installed from RPM. > [...] > > unshift @INC, $self->installation_directory() . "/lib"; > > Bugzilla.pm.in shouldn't be needed for your test. Just change the > above line to > use lib $self->installation_directory() . "/lib"; > or maybe > use lib ($self->installation_directory() . "/lib"); > > Mit freundlichen Grüßen, > > Thorsten Schöning >
Hi Thorsten, That doesn't seem to work. I now get a compilation error: $ /usr/bin/perl -w /usr/sbin/scmbug_daemon.pl /etc/scmbug/daemon.conf Variable "$self" will not stay shared at /usr/share/scmbug/lib/Scmbug/Daemon/Bugzilla.pm line 142. Can't call method "installation_directory" on an undefined value at /usr/share/scmbug/lib/Scmbug/Daemon/Bugzilla.pm line 142. BEGIN failed--compilation aborted at /usr/share/scmbug/lib/Scmbug/Daemon/Bugzilla.pm line 142. Compilation failed in require at /usr/share/scmbug/lib/Scmbug/Daemon/Daemon.pm line 22. BEGIN failed--compilation aborted at /usr/share/scmbug/lib/Scmbug/Daemon/Daemon.pm line 22. Compilation failed in require at /usr/sbin/scmbug_daemon.pl line 25. BEGIN failed--compilation aborted at /usr/sbin/scmbug_daemon.pl line 25. Cheers, Marcel. _______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
