Noodles wrote:
John Nichel wrote:
If Debian is like Red Hat, you will also need to install some type of development package for aspell (aspell-devel in Red Hat), or install from source so that the headers are present on your system. You may also need to point the php configure script to the location of your aspell installation...
--with-pspell=/path/to/aspell
I just removed pspell and reinstalled aspell
instant:~/php-4.3.9# whereis aspell
aspell: /usr/bin/aspell /usr/lib/aspell /usr/include/aspell.h /usr/share/aspell /usr/share/man/man1/aspell.1.gz
I tried: ./configure --with-pspell=/usr/bin/aspell ./configure --with-pspell=/usr/lib/aspell ./configure --with-pspell=/usr/share/aspell
But it still comes up with:
checking for PSPELL support... yes configure: error: Cannot find pspell
And I have the libaspell-dev package installed
Well, the header file is in /usr/include, so try....
./configure --with-pspell=/usr
-- By-Tor.com It's all about the Rush http://www.by-tor.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

