On Sun, Nov 11, 2001 at 09:28:35PM +0800, Luie delos Santos wrote: > pspell.c:32:27: pspell/pspell.h : No such file or directory > > THE OPTIONS I'M USING TO CONFIGURE php are: > ./configure --with-mysql=/usr/local/mysql \ > --with-xml --with-apache=../apache_1.3.22 \ > --with-curl=/usr/local/curl \ > --with-pspell=/usr/local/pspell \ > --enable-shared-pdflib --enable-track-vars > > *I've installed curl, pspell, pdflib, mysql, apache (./configure), before executing >make for > php. > > If there's anybody who could shed some light on this I would appreciate it. > thanks in advance.
The pspell-devel package installs headers into /usr/include/pspell, so you'd want to configure PHP with --with-pspell=/usr if you're using the package which comes with RHL. If not, check that the directory you pass to configure contains a file named "include/pspell/pspell.h" (in the call you've given above, the compiler needs to find /usr/local/pspell/include/pspell/pspell.h, and it looks like it's not finding it). HTH, Nalin _______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/seawolf-list
