I've had a successful build and install (as in "pages are being served and database connections work") of PHP 4.3.0 on both MacOS X (as an Apache module) and FreeBSD (as a CGI), but I get the undefined function error when I try to use any pspell functions.
I'm assuming that there's something wrong with the builds in that they don't really recognize pspell, even though I used --with-pspell-dir=./ext/pspell, in both configs, and had successful builds and installs of Aspell.
Any ideas? In looking around the forums, it doesn't seem as though this problem's come up much. Thanks for taking the time to look at this.
Update: I'm using Aspell 0.50.3, the one that apparently doesn't need me to install pspell libraries. And I've found that I get the same results no matter what -dir= value I put on --with-pspell. The config works, as long as I have some value. When I use --with-pspell and no dir value, the config tells me that it can't find pspell.
Another update: even though I shouldn't have to install pspell (and http://pspell.sourceforge.net redirects to http://aspell.net), I tracked down .12.2 and installed it, with no change. Still getting the same error.
Any reason I shouldn't throw in the towel and run Aspell as a shell script?