Quote:
Originally posted by Steve St.Lauren
[B]When I run phpinfo.php here is what I show on the Configure Command line:
'./configure' '--with-apxs=/usr/local/sbin/apxs' '--with-config-file-path=/usr/local/etc' '--enable-versioning' '--with-regex=system' '--with-pspell=/usr/local/share/pspell' '--without-gd' '--with-zlib' '--with-mysql=/usr/local' '--enable-ftp' '--with-pspell=/usr/local' '--prefix=/usr/local' 'i386-portbld-freebsd4.6'
pspell is actually installed at /usr/local/share/pspell which is the default for FreeBSD's port install - I've tried setting the destination to that as well but it also didn't work.
|
Aren't they the same? To change the directory where it's installed, compile --with-pspell=/path/to/pspell. See the pspell docs on
www.php.net ... it's clearly outlined there.
I seem to remember an issue with a user of this hack getting blank pages because they did not upload blank.html (or a similar file--I haven't looked in the archive to see what it's called) thinking that it was not a part of the hack. Did you perhaps do this as well?
Paul