I have installed aspell-0.50.5 and the English language dictionary (aspell-en-0.51-1) onto my Redhat 9 server running apache 2. I have tried to compile php 4.3.5 with aspell enabled in the config using the following option:
--with-aspell=/usr/local/aspell-0.50.5
I do not get any errors when running the make install command. However when I try to access any of the aspell functions in php I get a 'Call to undefined function' error.
The php obviously can't find the aspell install, even though i'm pointing to it in the above configure option.
The aspell is installed correctly and works ok through the command line, it just doesn't work with PHP.
Any ideas would be greatly appreciated.....