Are all libraries required by php_API.a in your library path?

Ashish Borkar wrote:

Hello ,
  I have installed apache and php on AIX.
I compiled my extension module and put it in the
usr/local/lib/php/extensions/no-debug-non-zts-20020429 directory.
In my PHP script i have the code dl('php_API.a');When the script is executed
i get the following message on the web browser.

Warning: dl(): Unable to load dynamic library
'/usr/local/lib/php/extensions/no-debug-non-zts-20020429/php_API.a' - No
such file or directory in /usr/local/apache/htdocs/writeread.php on line 9

Fatal error: Call to undefined function: read() in
/usr/local/apache/htdocs/read.php on line 17
What can be the reason???
Thanks
Ashish




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to