Hello,
I am running DA with PHP 5.2.17 on CentOS 5.5. One of my customers (with Joomla!) needs "fileinfo".
This is wat i did so fare:
1. sudo pecl install fileinfo
2. add extension=fileinfo.so to php.ini
3. service httpd restart
When i do "php -m" i see:
Any help is appreciated!
I am running DA with PHP 5.2.17 on CentOS 5.5. One of my customers (with Joomla!) needs "fileinfo".
This is wat i did so fare:
1. sudo pecl install fileinfo
2. add extension=fileinfo.so to php.ini
3. service httpd restart
When i do "php -m" i see:
PHP Warning: PHP Startup: Unable to load dynamic library './fileinfo.so' - ./fileinfo.so: cannot open shared object file: No such file or directory in Unknown on line 0
Any help is appreciated!