Aspell php setup?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dschad
Forum Newbie
Posts: 7
Joined: Wed Nov 05, 2003 8:23 am

Aspell php setup?

Post by dschad »

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.....
Post Reply