I can't seem to get pspell installed with php4. I'm configuring php as an apache dso and I've installed pspell and aspell and linked the modules as specified.
I am also using the tested versions of pspell as stated in ext/pspell/README.
I configure php with ./configure --with-mysql --with-apxs=/usr/sbin/apxs --with-pspell
and all compiling with make and make install works fine, but when I try and restart apache I get an error like can't load shared object libpspell.so.2: file not found. this library is there in /usr/local/lib...i've tried everything I can think of but without results. If I leave out the pspell option apache starts fine.
Please help!!!!