Hi there

I'm trying to install apache2 over again w/ intentions of making it work w/ 
php. However i couldn't get php installed. After talking to Jonathan on ALO 
IM (who was super nice) i was recommended to completely reomve php, apache 
and reinstall apache 2 over again following the instructions off the 
www.e-gineer.com/instructions/install-apache1xx-on-linux.phtml.

However, when following the instrcutions the 'make install' didn't work. (of 
course i'm following the instructions using apache2 and not apache 1.3.

This is what i did.

Unzip the source and put it in /usr/local/etc/httpd-2.0.39/
make a soft link to the above dir 'ln -s httpd-2.0.39 httpd'
go into the /usr/local/etc/httpd dir

execute
>./configure --prefix=/usr/local/etc/httpd --sysconfdir=/www/conf 
>--enable-module=rewrite --enable-module=status --enable-module=so
>make
>make install

and then i get the following error (after a bunch of stuff gets printed to 
screen):
cp: `/usr/local/etc/httpd/include/util_xml.h' and 
`/usr/local/etc/httpd/include/util_xml.h' are the same file
make[1]: *** [install-include] Error 1
make[1]: Leaving directory `/usr/local/etc/httpd-2.0.39'
make: *** [install-recursive] Error 1


ALso, when i go into /usr/local/etc/httpd/bin and try to exetue
>  ./apachectl start
i get the following:
./apachectl: /usr/local/etc/httpd/bin/httpd: No such file or directory

The apachectl file has this in it for some reason:
# the path to your httpd binary, including options if necessary
HTTPD='/usr/local/etc/httpd/bin/httpd'
#
# pick up any necessary environment variables
if test -f /usr/local/etc/httpd/bin/envvars; then
  . /usr/local/etc/httpd/bin/envvars
fi
#

Can some one please help :)


thanks


Desmond

_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to