Still unable to get Bugzilla to find Perl modules Bugzilla 5.0.1 and RedHat 7 Linux
Hunt, Ron (Peraton) (US Person)
Ronald.Hunt at peraton.com
Fri Jun 4 19:41:43 UTC 2021
Hello Thorsten,
Thank you for the information. I ran the command with the following results:
[root at fuidsl38 ~]# perl -MData::Dumper -e "warn(Dumper(@INC));"
$VAR1 = '/usr/local/lib64/perl5';
$VAR2 = '/usr/local/share/perl5';
$VAR3 = '/usr/lib64/perl5/vendor_perl';
$VAR4 = '/usr/share/perl5/vendor_perl';
$VAR5 = '/usr/lib64/perl5';
$VAR6 = '/usr/share/perl5';
I installed CGI-4.53 with the following results:
[root at fuidsl38 CGI-4.53]# make install
Installing /usr/local/share/perl5/CGI.pod
Installing /usr/local/share/perl5/CGI.pm
Installing /usr/local/share/perl5/Fh.pm
Installing /usr/local/share/perl5/CGI/Cookie.pm
Installing /usr/local/share/perl5/CGI/Pretty.pm
Installing /usr/local/share/perl5/CGI/Carp.pm
Installing /usr/local/share/perl5/CGI/Util.pm
Installing /usr/local/share/perl5/CGI/Push.pm
Installing /usr/local/share/perl5/CGI/HTML/Functions.pod
Installing /usr/local/share/perl5/CGI/HTML/Functions.pm
Installing /usr/local/share/perl5/CGI/File/Temp.pm
Installing /usr/local/share/man/man3/CGI::Carp.3pm
Installing /usr/local/share/man/man3/CGI.3pm
Installing /usr/local/share/man/man3/CGI::Util.3pm
Installing /usr/local/share/man/man3/CGI::Cookie.3pm
Installing /usr/local/share/man/man3/CGI::Push.3pm
Installing /usr/local/share/man/man3/CGI::HTML::Functions.3pm
Installing /usr/local/share/man/man3/CGI::Pretty.3pm
Appending installation info to /usr/lib64/perl5/perllocal.pod
However I am still getting the "not found" for CGI.pm when I run ./checksetup.pl command.
[root at fuidsl38 bugzilla-5.0.1]# ./checksetup.pl
* This is Bugzilla 5.0.1 on perl 5.16.3
* Running on Linux 3.10.0-957.el7.x86_64 #1 SMP Thu Oct 4 20:48:51 UTC 2018
Checking perl modules...
Checking for CGI.pm (v3.51) not found
Checking for Digest-SHA (any) ok: found v5.85
Checking for TimeDate (v2.23) ok: found v2.24
Checking for DateTime (v0.75) not found
Checking for DateTime-TimeZone (v1.64) not found
Checking for DBI (v1.614) ok: found v1.627
Checking for Template-Toolkit (v2.24) not found
Checking for Email-Sender (v1.300011) not found
Checking for Email-MIME (v1.904) not found
Checking for URI (v1.55) ok: found v1.60
Checking for List-MoreUtils (v0.32) ok: found v0.33
Checking for Math-Random-ISAAC (v1.0.1) not found
Checking for File-Slurp (v9999.13) ok: found v9999.19
Checking for JSON-XS (v2.01) not found
I ensured that I changed the group and permission level to group apache and restarted apache to pickup any changes made since the last ./checksetup.pl was run.
Is there a config file that needs to be changed for Bugzilla to see the CGI.pm file?
Thanks,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bugzilla.org/pipermail/support-list/attachments/20210604/54ae3b1c/attachment-0001.html>
More information about the support-list
mailing list