I'm trying to install php with oracle and ldap options, there is no error while executing "./configure ...", "make", "make install" but apache errors logfile gives me :
PHP Warning: Unknown(): Unable to load dynamic library './php_oci8.so'
PHP Warning: Unknown(): Unable to load dynamic library './php_oracle.so'
PHP Warning: Unknown(): Unable to load dynamic library './php_ldap.so'
I have no .so libraries neither in my php distro nor in my system...
How could it be possible???
thanks for help
