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
\-> 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.