I have a VPS with:
OS Linux 2.6.18-194.32.1.el5
Panel version 10.2.0
I'm trying to install Bugzilla which requires additional perl modules. When I run a check it shows that many modules are missing although I installed them all using yum and epel repository that provides all modules needed for bugzilla. Are there two perls? Are there any difference between different users running perl scripts?
I also tried an alternative way. I tried to follow the installation instructions of bugzilla like this command: /usr/bin/
perl install-module.pl Digest::SHA but got the following errors:
Checking for CPAN (v1.81) found v1.76
Checking for YAML (any) not found
Checking for ExtUtils-MakeMaker (v6.31) found v6.30
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Database was generated on Sun, 20 Nov 2011 23:28:11 GMT
Installing CPAN version 1.9800...
......
......
......
Using included version of ExtUtils::Install (1.52) as it is newer than
the installed version (1.33).
Checking if your kit is complete...
Looks good
Writing Makefile for ExtUtils::MakeMaker
Writing MYMETA.yml and MYMETA.json
-- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
Is there something wrong with the make command?
Thanks in advance!
OS Linux 2.6.18-194.32.1.el5
Panel version 10.2.0
I'm trying to install Bugzilla which requires additional perl modules. When I run a check it shows that many modules are missing although I installed them all using yum and epel repository that provides all modules needed for bugzilla. Are there two perls? Are there any difference between different users running perl scripts?
I also tried an alternative way. I tried to follow the installation instructions of bugzilla like this command: /usr/bin/
perl install-module.pl Digest::SHA but got the following errors:
Checking for CPAN (v1.81) found v1.76
Checking for YAML (any) not found
Checking for ExtUtils-MakeMaker (v6.31) found v6.30
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Database was generated on Sun, 20 Nov 2011 23:28:11 GMT
Installing CPAN version 1.9800...
......
......
......
Using included version of ExtUtils::Install (1.52) as it is newer than
the installed version (1.33).
Checking if your kit is complete...
Looks good
Writing Makefile for ExtUtils::MakeMaker
Writing MYMETA.yml and MYMETA.json
-- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
Is there something wrong with the make command?
Thanks in advance!