I am trying to set up apache, php and mysql

I have compiled mysql - all ok
I have compiled php - all seemed ok
I am compiling apache and get probs
I have tried the following methods

1.
    ./configure --activate-module=src/modules/php4/libphp4.a
    make
    make install
no errors returned but ./httpd -l does not show mod_php in the list and the
php functions don't work

2.
    put AddModule modules/php4/libphp4.a in the Configuration         file
in /usr/local/apache_1.3.22/src and then run ./Configure

no errors so I run make

then I get the following error


In file included from ../../include/ap_config.h:1170,
            from os.c:6:
/usr/include/regex.h:327:27: missing terminating ' character
make[1]: ***[os.o] Error 1
make: ***[subdirs] Error 1


It seems to be a corrupt  file but I cannot tell which one from the error
and what I have to do to replace or re-install it.


Any ideas

Regards Dave



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to