I've used Apache 1.3.19 with DSO enabled.
And I've already used mod_perl.so, mod_layout.so, mod_ssl.so as DSO modules.
Now I tried to compile fresh released PHP 4.0.5 as DSO module too:
./configure \
--prefix=/usr/php \
--with-mysql=/usr/mysql \
--with-apxs=/usr/apache/bin/apxs \
--enable-track-vars \
--with-config-file-path=/usr/php/conf
but have always errors:
--with-apxs=/usr/apache/bin/apxs: not found
--enable-track-vars: not found
what's wrong, where is the errors? All pathes correct and exists, checked, apxs exists also... Of course all components already installed and worked, apxs and so on...
I've explore entire source directory for php 4.0.5 but not found 'enable-track-vars' in 'configure' script.
Should I use older version of php ?