• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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