PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626/pspell.so' - /usr/lib/php5/20090626/pspell.so: cannot open shared object file: No such file or directory in Unknown on line 0
Got hints on the web that this has someting to do with owncloud.
Resolution: Install the spell-libs:
sudo apt-get install libpspell-devYou can test if it worked after a apache-restart with
sudo apt-get install php5-pspell
sudo apt-get install aspell-en aspell-de
sudo php -v
I got this from: http://stackoverflow.com/questions/1957808/how-can-i-install-pspell-in-php5-ubuntu
Keine Kommentare:
Kommentar veröffentlichen