in reply to Meaning of XS object version
I managed to get Bugzilla working on another host.
Broken host:
$ grep '[$]VERSION' /usr/lib64/perl5/vendor_perl/Template.pm our $VERSION = '2.24'; $ grep '[$]VERSION' /usr/local/lib64/perl5/Template.pm our $VERSION = '3.101';
Working host:
$ grep '[$]VERSION' /usr/lib64/perl5/vendor_perl/Template.pm grep: /usr/lib64/perl5/vendor_perl/Template.pm: No such file or direct +ory $ grep '[$]VERSION' /usr/local/lib64/perl5/Template.pm our $VERSION = '3.008';
Now I need to determine why this difference exists and if it the reason why Bugzilla is broken.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Meaning of XS object version
by hippo (Archbishop) on Jul 18, 2023 at 17:24 UTC | |
by regalbraith (Novice) on Jul 18, 2023 at 17:40 UTC | |
by eyepopslikeamosquito (Archbishop) on Jul 19, 2023 at 02:02 UTC | |
by regalbraith (Novice) on Jul 19, 2023 at 13:44 UTC | |
by bliako (Abbot) on Jul 20, 2023 at 13:10 UTC | |
| |
by eyepopslikeamosquito (Archbishop) on Jul 20, 2023 at 12:22 UTC | |
by regalbraith (Novice) on Jul 19, 2023 at 20:15 UTC |