Tue Jan 17 19:55:15 2006

Ticket #1657 (Closed: fixed)

./install.sh throws error on CentOS 4.x


Priority: normal Reporter: [email protected]
Severity: block Assigned to: mugur
Component: Install Scripts Status: closed
Version: 2.4.1 Resolution: fixed
Milestone: 2.5.0 Keywords:  

Description by [email protected]:

campsite 2.4.1 OS : CentOs? 4.x

./install.sh terminates with following error:

Preparing install scripts...executable mkdir not found in /bin:/usr/bin:/usr/local/bin:/opt/bin executable mkdir not found in /bin:/usr/bin:/usr/local/bin:/opt/bin

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 DC staff a look at the issues and they came up with following comment:

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

So for me this sript doesn't install.

Thanks Anup

Changelog

Wed Jan 18 11:51:38 2006: Modified by mugur

  • description changed.
  • status changed from new to assigned
  • owner changed from anonymous to mugur

Wed Jan 18 11:52:55 2006: Modified by mugur

  • description changed.

Thu Jan 19 11:52:04 2006: Modified by mugur

  • resolution set to fixed
  • status changed from assigned to closed

This is not a Campsite bug. The stupid cPanel application installs two PHP versions and two PEAR versions, one in /usr one in /usr/local. The standard install (/usr) DOES NOT behave properly (maybe because of some changes made by cPanel). These changesets may help in this case by chosing the /usr/local version: changeset:4371 and changeset:4372.