• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

how install 'Make' Module?

  • Thread starter Jeff (YaBB World)
  • Start date
J

Jeff (YaBB World)

Guest
Hi
i am newbie on OpenSUSE 11.1 x64 with Plesk 9.5.2. I tried install 'DBI' Module on CPAN with shell, but get this error:

Code:
  CPAN.pm: Going to build M/MS/MSCHWERN/Test-Simple-0.94.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Test::Simple
Could not read '/root/.cpan/build/Test-Simple-0.94-XBk4RJ/META.yml'. Falling bac
k to other methods to determine prerequisites
Can't exec "make": Bestand of map bestaat niet at /usr/lib/perl5/5.10.0/CPAN.pm
line 7698.
  MSCHWERN/Test-Simple-0.94.tar.gz
  make -- NOT OK
Warning (usually harmless): 'YAML' not installed, will not store persistent stat
e
Running make test
  Can't test without successful make
Running make install
  Make had returned bad status, install seems impossible
Running make for T/TI/TIMB/DBI-1.613.tar.gz
  Has already been unwrapped into directory /root/.cpan/build/DBI-1.613-pnTmRs

  CPAN.pm: Going to build T/TI/TIMB/DBI-1.613.tar.gz

Warning: Prerequisite 'ExtUtils::MakeMaker => 6.48' for 'T/TI/TIMB/DBI-1.613.tar
.gz' failed when processing 'M/MS/MSCHWERN/ExtUtils-MakeMaker-6.56.tar.gz' with
'make => NO'. Continuing, but chances to succeed are limited.
Warning: Prerequisite 'Test::Simple => 0.90' for 'T/TI/TIMB/DBI-1.613.tar.gz' fa
iled when processing 'M/MS/MSCHWERN/Test-Simple-0.94.tar.gz' with 'make => NO'.
Continuing, but chances to succeed are limited.
Can't exec "make": Bestand of map bestaat niet at /usr/lib/perl5/5.10.0/CPAN.pm
line 7698.
  TIMB/DBI-1.613.tar.gz
  make -- NOT OK
Warning (usually harmless): 'YAML' not installed, will not store persistent stat
e
Running make test
  Can't test without successful make
Running make install
  Make had returned bad status, install seems impossible
Failed during this command:
 MSCHWERN/ExtUtils-MakeMaker-6.56.tar.gz      : make NO
 MSCHWERN/Test-Simple-0.94.tar.gz             : make NO
 TIMB/DBI-1.613.tar.gz                        : make NO

Seems 'Make' Module is missing. How to install it in shell?
 
For example:

# whereis make
make: /usr/bin/make /usr/share/man/man1/make.1.gz /usr/share/man/man1p/make.1p.gz

# rpm -qf /usr/bin/make
make-3.81-3.el5
 
Back
Top