Home ›
Install and enable pspell for Apache with PHP5Install and enable pspell for Apache with PHP5
Submitted by Benjamin Melançon on July 19, 2009 - 10:30am
This is a package requested by, at the least, the Coder Tough Love Drupal module.
Searched around for a fix to the error message on the coder tough love settings page that there was nothing to configure because it didn't have the pspell package installed, nothing at results for ubuntu pspell, enable pspell, php5-pspell, enable pspell linux said exactly what to do.
Naturally...
sudo apt-get install php5-pspell
sudo /etc/init.d/apache2 restart
is all you need on Debian / Ubuntu.
More like this
- You can pass part of an array variable by reference in PHP5
- Set up Apache, PHP, MySQL for Webserving Drupal
- Drupal 6 bug: installation profile theme not enabled
- Drupal's Enable hook can be tucked away in the .install file
- Theming update.php and install.php not possible- Drupal hardcodes them to use Minelli

