hi friends,
when i try to configure php with aspell support with the follwing
./configure --with-apache=../apache_1.3.1 --with-aspell=/usr/local/lib --enable-track-vars
It gives an error "Unable to locate aspell-c.h in /usr/local/lib manually" copy the file into usr/local/lib".
but there is no file named "aspell-c.h" in my system.
i have installed aspell and pspell properly in my system into /usr/local/lib.
how do i get that file aspell-c.h, pls help me in fixing this problem