Hi All, I have CentOS 5.2 version installed in my server. Pear, PHP5, and pecl all seems to have installed well. But when I type " php -v " command in putty or SSH, I am facing a problem such as : PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/http.so' - /usr/lib/php/modules/http.so: cannot open shared object file: No such file or directory in Unknown on line 0 PHP 5.2.6 (cli) (built: May 2 2008 16:06:40) Copyright (c) 1997-2008 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies with the ionCube PHP Loader v3.1.29, Copyright (c) 2002-2007, by ionCube Ltd.. Please help me to resolve this problem ASAP.
That should be a module linked to the ioncube loader, it is linked to that location but can not be found. Try finding it using. Code: find / -name http.so Then link it to that location.