Anyway, do you have these as well:
/usr/include/pspell/ /usr/include/pspell/pspell.h
As I said in my other email, I don't, but I have found the debian package which has pspell.h in it.
It's libpspell-dev
So from start to finish, this should install pspell on debian
apt-get install aspell libpspell libaspell
download the source for the version of php on your machine, extract it to a temp dir
change to that temp dir, and do ./configure --with-pspell=shared
then make
don't do a make install (being that you're using a packaged version of php)
find pspell.so
which should be in php-4.3.9/modules/pspell.so
copy this to your extensions directory and edit your php.ini to call this extension.
Bingo, works
Thanks for everyone for their help
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php