install fails on CentOS 4.x -- cPanel
  • campsite 2.4.1
    CentOS 4.x
    cPanel server setup.

    running ./install.sh gives following error:

    Could not find make utility. Please install make package.

    make is very much there:

    \-> rpm -qa | grep make
    make-3.80-5
    automake-1.9.2-3

    \-> whereis make
    make: /usr/bin/make /usr/share/man/man1p/make.1p.gz /usr/share/man/man1/make.1.gz

    -rwxr-xr-x 1 root root 132508 Feb 22 2005 /usr/bin/make*

    Had Data center look over the issue and this is what they comment:

    -- Comment By Data Center Staff ---

    There is a problem in the entire installs cript, it doesn't work. If I comment out the check4make section it can't find mkdir next. You should contact the script owner about this ir comment out all the returns/exits in install_conf/check4_functions

    - executable mkdir not found in /bin:/usr/bin:/usr/local/bin:/opt/bin

    --- Comment End --------

    So for me it doesn't install.

    Any clues?

    TIA
    Anup


  • 1 Comment sorted by
  • Additionally,

    \-> make --version
    GNU Make 3.80
    Copyright (C) 2002 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.


    \-> gmake --version
    GNU Make 3.80
    Copyright (C) 2002 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.

    So make is very much there.

    What needs to be checked/modified for install to proceed.

    TIA
    Anup