Hi,
I am working on the next enviroment:
Sun Solaris 2.8, Apache 1.3.4, PHP 4.2.1.
I want to make a php extension to include in my web server Apache.
I´ve used the Zend Module to compose new module.
When I include new dinamyc library in php template (APache), this web server doesn´t load the library. The error is the next:
Warning: Invalid library (maybe not a PHP library) 'libmivdk.so' in /opt/apache1.3.24/htdocs/prueba.php on line 7
The library is linked with other dinamyc libraries.
What´s happen?
Why doesn´t Apache load the library?
Can you help me?
Thanks a lot
Alberto