CyberOsc
01-25-2001, 08:25 AM
I use Apache as the Static Module.
And I use PHP 4.0.2 as Apache Module.
My configuration is :
./configure --with-apache=/path/to/apache --with-gd=/path/to/gd --with-mysql=/path/to/mysql --enable-track-vars
Now I try to add some new modules : LDAP modules.
./configure --with-apache=/path/to/apache --with-gd=/path/to/gd --with-mysql=/path/to/mysql --with-ldap=/path/to/ldap --enable-track-vars
Everything is okay when I compile my PHP.
But when I recompile my Apache :
$./configure --activate-module=src/modules/php4/libphp4.a
$make
It returned an error and failed.
I don't know why ??
Everything seems to be just right .. but I can't make it..
Please help !!
NB : I use OpenLDAP 2.7.0
Thanks in advance
------------------
** It's the world of Oscario **
And I use PHP 4.0.2 as Apache Module.
My configuration is :
./configure --with-apache=/path/to/apache --with-gd=/path/to/gd --with-mysql=/path/to/mysql --enable-track-vars
Now I try to add some new modules : LDAP modules.
./configure --with-apache=/path/to/apache --with-gd=/path/to/gd --with-mysql=/path/to/mysql --with-ldap=/path/to/ldap --enable-track-vars
Everything is okay when I compile my PHP.
But when I recompile my Apache :
$./configure --activate-module=src/modules/php4/libphp4.a
$make
It returned an error and failed.
I don't know why ??
Everything seems to be just right .. but I can't make it..
Please help !!
NB : I use OpenLDAP 2.7.0
Thanks in advance
------------------
** It's the world of Oscario **