• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Just installed perl modules are not visible to perl

Andrey M

New Pleskian
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!
 
Not sure that it is Plesk related issue. You have tried install some third-party software and it can be related to OS environment or something else. Installation of third-patrty perl modules is not tested operation for Plesk.
 
Perl modules are not really that unnatural software for CentOS + Plesk. I assume the issue is related to the OS directories structure or something like that
 
Back
Top