• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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