• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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