From: Santhanam <v_s...@am...> - 2003-10-30 09:30:52
|
Dear Friends, I am try to use RLib with PHP 4.3.3 / Apache 2 on Redhat Linux.I have added libr-php.so to the php.ini. The location of php.ini is /usr/local/lib. I have linked libr-php.so in /usr/local/lib to libr-php-1.1.2.so which is in /usr/local/lib/php/extensions/no-debug-non-zts-20020429/. When i use "php -m" in /usr/local/lib, rlib module is listed. But when i use "php -m" elsewhere, i am getting the following error : --------------------------------------------------------- PHP Warning: Unknown(): Unable to load dynamic library './libr-php.so' - ./libr-php.so: cannot open shared object file: No such file or directory in Unknown on line 0 --------------------------------------------------------- Please kindly help me. Thanks is advance. With Regards Santhanam |