Fedora 9 - Server- ISPConfig install

Discussion in 'HOWTO-Related Questions' started by coldspring, May 24, 2008.

  1. coldspring

    coldspring New Member

    HI

    This is my first time setting up a server. I followed the Fedora 9 Perfect Server How to with much success until I got to ISPConfig.

    I ran ./setup as instructed by the ISPConfig web site, got through all the steps and started to compile until I received the following errors:

    cp -f clamassassin /home/admispconfig/ispconfig/tools/clamav/bin
    chmod 555 /home/admispconfig/ispconfig/tools/clamav/bin/clamassassin
    Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: /usr/lib/perl5/5.10.0/i386-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl .) at Makefile.PL line 8.
    BEGIN failed--compilation aborted at Makefile.PL line 8.
    ERROR: Could not configure SpamAssassin
    cd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    mv: cannot stat `binaries/aps.tar.gz': No such file or directory
    mv: cannot stat `binaries/spamassassin.tar.gz': No such file or directory
    mv: cannot stat `binaries/uudeview.tar.gz': No such file or directory
    mv: cannot stat `binaries/clamav.tar.gz': No such file or directory
    mv: cannot stat `binaries/cronolog': No such file or directory
    mv: cannot stat `binaries/cronosplit': No such file or directory
    mv: cannot stat `binaries/ispconfig_tcpserver': No such file or directory
    mv: cannot stat `binaries/zip': No such file or directory
    mv: cannot stat `binaries/unzip': No such file or directory
    tar: spamassassin.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `spamassassin': No such file or directory
    tar: uudeview.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `uudeview': No such file or directory
    tar: clamav.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `clamav': No such file or directory
    tar: aps.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    ./setup2: line 888: ispconfig_tmp/php/bin/php: No such file or directory
    ERROR: The PHP binary coming with ISPConfig does not work properly on your system! The installation routine stops here!


    Any suggestions on what I am doing wrong?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    yum search ExtUtils
    ?
     
  3. coldspring

    coldspring New Member

    Hi

    Thanks for the help.

    I'm not sure what you mean by "the out put of code" but I ran yum commands you suggested and got the following:


    =================================================== Matched: ExtUtils ====================================================
    perl-ExtUtils-CBuilder.i386 : Compile and link C code for Perl modules
    perl-ExtUtils-ParseXS.i386 : Module and a script for converting Perl XS code into C code
    perl-Module-Build.i386 : Perl module for building and installing Perl modules
    coreutils.i386 : The GNU core utilities: a set of tools commonly used in shell scripts
    perl-CPAN-DistnameInfo.noarch : CPAN::DistnameInfo Perl module
    perl-ExtUtils-AutoInstall.noarch : Automatic install of dependencies via CPAN
    perl-ExtUtils-Depends.noarch : Easily build XS extensions that depend on XS extensions
    perl-ExtUtils-Embed.i386 : Utilities for embedding Perl in C/C++ applications
    perl-ExtUtils-F77.noarch : Simple interface to F77 libs
    perl-ExtUtils-MakeMaker.i386 : Create a module Makefile
    perl-ExtUtils-MakeMaker-Coverage.noarch : Allows perl modules to check test coverage with Devel::Cover
    perl-ExtUtils-PkgConfig.noarch : Simplistic interface to pkg-config
    perl-ExtUtils-XSBuilder.noarch : Modules that parse C header files and create XS glue code
    perl-Module-Install.noarch : Standalone, extensible Perl module installer
    perl-Test-YAML-Meta.noarch : Validation of the META.yml file in a distribution

     
  4. falko

    falko Super Moderator Howtoforge Staff

    Please run
    Code:
    yum install perl-ExtUtils-MakeMaker
    and try the ISPConfig installation again.
     
  5. coldspring

    coldspring New Member

    Thanks That worked.
     

Share This Page