After installing pspell/aspell that way, and trying to compile PHP, the configure fails with the following in the debug.log file.
gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/
usr/local/mysql/lib -L/usr/local/mysql/lib conftest.c -lpspell -lmysqlclient -lr
esolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
/usr/local/lib/libpspell_aspell.so.1: undefined reference to __out_of_range(cha
r const *)'
/usr/local/lib/libaspell.so.8: undefined reference toistrstream::istrstream(in
t, char const , int)'
/usr/local/lib/libaspell.so.8: undefined reference to istrstream::~istrstream(v
oid)'
/usr/local/lib/libpspell_aspell.so.1: undefined reference to__length_error(cha
r const )'
collect2: ld returned 1 exit status
Trying to configure with:
./configure --disable-pear --with-pspell --with-imap --with-mysql=/usr/local/mysql --with-apache=../apache_1.3.14 --enable-track-vars
GCC is 2.95.2, glibc-2.1.3
Any ideas?