Re: pspell questions |
Sat, 23 March 2002 22:17 |
|
dangib wrote on Tue, 19 March 2002 1:11 AM | do I need to do anything other than install the pspell libraries to get the message board to use them? I did this but it still shows up as disabled.
I did not install aspell, wasn't sure if i needed to, as i do have ispell.
|
Pspell and Aspell are/were interdependant last time I compiled PHP w/ pspell support... (PHP 4.10 days)
Here is the general method (the versions are the ones I used):
# Get Pspell (12.2+) ./configure make make install
# Get Aspell (33.6.3+) ./configure make make install
# Finish Pspell install cd ../Pspell/modules ./make make install
# Build PHP4 w/ Pspell support (may need to modi the make file) cd ../php4 dpkg-source -x
|
|
Re: pspell questions |
Tue, 19 March 2002 14:00 |
|
dangib wrote on Tue, 19 March 2002 1:11 AM | do I need to do anything other than install the pspell libraries to get the message board to use them? I did this but it still shows up as disabled.
I did not install aspell, wasn't sure if i needed to, as i do have ispell.
|
Err, you will probobly also need to install aspell library also because it contains the dictionaries pspell will use.
|
|
Re: pspell questions |
Tue, 19 March 2002 01:29 |
|
You need to make sure your PHP has pspell support built in, by default it does not. Another words you need to recompile php and in addition to all the usuall parameters you pass to ./configure you need to add --with-pspell.
|
|
pspell questions |
Tue, 19 March 2002 01:11 |
|
do I need to do anything other than install the pspell libraries to get the message board to use them? I did this but it still shows up as disabled.
I did not install aspell, wasn't sure if i needed to, as i do have ispell.
|
|