I got Apache 2.0 installed I believe just fine with DSO Support. I am now
trying to get PHP 4.0.5 to install with APXS and it doesn't seem to work. My
configure line for PHP is:
./configure --with-mysql=/usr/local --with-apxs=/usr/local/apache2/bin/apxs
--with-gd=/usr/local --enable-ftp --enable-trans-sid --with-gettext
--with-imap=/home/devin/imap-4.4 --without-pear --disable-debug
During the Configure i see:
Configuring SAPI modules
checking for AOLserver support... no
checking for Apache module support via DSO through APXS... Global symbol
"$CFG_LD_SHLIB" requires explicit package name at (eval 2) line 2.
yes
checking for mod_charset compatibility option... no
checking for Apache 2.0 module support via DSO through APXS... no
checking for Caudium support... no
checking for fhttpd module support... no
checking for FastCGI support... no
checking for Zeus ISAPI support... no
checking for NSAPI support... no
checking for PHTTPD support... no
checking for Pi3Web Support... no
checking for Roxen/Pike support... no
checking for Servlet support... no
checking for thttpd... no
checking for chosen SAPI module... apache
So it doesn't seem to accept Apache 2.0 for some reason. My configure script
I ran for Apache 2.0 is as follows:
./configure --prefix=/usr/local/apache2 --enable-modules=so --enable-headers
--enable-expires --enable-mime-magic --with-suexec-caller=nobody
--with-suexec-userdir=public_html --with-suexec-uidmin=100 --with-suexec-gi
dmin=100
Apache compiled and seemed to install just fine.
Any ideas why PHP is freaking out?
/'^'\
( o o )
------------------------------------------oOOO--(_)--OOOo----
Devin Atencio
ArosNet Systems Administration .oooO
EMail: [EMAIL PROTECTED] ( ) Oooo.
--------------------------------------------\ (----( )-----
\_) ) /
(_/
--
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]