I've used Apache 1.3.19 with DSO enabled.
And I've alreade 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 \
--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...
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 ?