I am trying to enable the php pspell module with source installed php5.6 on Ubuntu 14.04.
Methods I have tried :
- While ./configure in downloaded php package I tried --with-pspell=/usr and --with-pspell.
But this didn't work.
- pecl search pspell.
But failed to find any pspell related packages.