Hello all I am trying to upgrade to Apache 1.3.27 with mod_ssl2.8.12-1.3.27 and php 4.2.3 I installed mod_ssl and Apache with the following
./configure --with-apache=../apache_1.3.27 --with-ssl=../openssl-0.9.7 --prefix=/tmp/apache_test --enable-shared=ssl --enable-module=all --enable-shared=max --disable-module=auth_db --add-module=src/modules/dosevasive/mod_dosevasive.c
then do the make make certificate TYPE=CUSTOM and make install. That goes just fine then I go to install php doing this
/configure --with-ldap=shared --with-mysql=shared --with-apxs=/www/bin/apxs --with-regex=php --enable-memory-limit --enable-calendar --enable-sysvsem --enable-sysvshm --enable-track-vars --enable-trans-sid --enable-bcmath --with-iconv --enable-sockets --enable-ftp --with-lcrypt --with-jpeg-dir=shared --with-png-dir=shared --enable-cli --with-zlib --with-gd --enable-exif --with-dcrypt
make make install then when I try to start up apache i get this error
[warn] Loaded DSO libexec/libphp4.so uses plain Apache 1.3 API, this module might crash under DEAPI! (please recompile it with -DEAPI)
Now from what I have read by searching the Newsgroups/mailling list/google, all I should need to do is just recomplie PHP4 against the new APXS which as you can see I did since that I did php last. And that is not working for me. Anyone have any other suggestions?😃