[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] PHP Installation Problems (RAQ2)



Can someone help me.
I am doing the following instructions...

[21] Configure Apache initially:
     cd
     cd apache_1.3.22/
     ./configure --prefix=/etc/httpd

[22] Configure PHP:
     cd
     cd php-4.0.3pl1/
     ./configure --with-mysql --with-apache=../apache_1.3.22
--enable-track-vars
     make
     make install

The make install fails because of this:

/home/sites/site7/php-4.0.3pl1/build/shtool mkdir -p
/usr/local/lib/php/build /usr/local/bin && \
(cd /home/sites/site7/php-4.0.3pl1 && cp pear/pear.m4 build/fastgen.sh
build/library.mk build/ltlib.mk build/mkdep.awk build/program.mk
build/rules.mk build/rules_common.mk build/rules_pear.mk build/dynlib.mk
build/shtool dynlib.m4 acinclude.m4 /usr/local/lib/php/build)
mkdir: cannot make directory `/usr/local/bin': File exists
make[2]: *** [install-build] Error 1
make[2]: Leaving directory `/home/sites/site7/php-4.0.3pl1/pear'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/sites/site7/php-4.0.3pl1/pear'
make: *** [install-recursive] Error 1

Can anyone give me some guidance or direction?
chad