php - Unable to load dynamic library '/usr/lib/php5/20090626/svn.so' -
After installing prerequisites, run this command on Ubuntu 11.10
php -V
receives the following error:
PHP Alert: PHP startup: Dynamic library '/usr/lib/php5/20090626/svn.so' load Unable to do - Libsvn_client-1.so.0: Can not open the shared object file: There is no such file or directory in the unknown in the line
I /etc/php5/conf.d Has commented the following line from /svn.ini, which Shcit paused the error. However I would still like to know what to do to solve this error to include the extension?
extension = svn.so
Thanks!
You first need to install the package:
sudo Install apt-get php5-svn
Comments
Post a Comment