I have a problem to integrate a dictionary in zimbra.....
I follow the link :
Adding new dictionaries to aspell - Zimbra :: Wiki
But not works......
This are the steps:
As root make:
PATH=/opt/zimbra/aspell-0.60.6/bin:$PATH
Downloaded the dictionary from:
ftp://ftp.gnu.org/gnu/aspell/dict/es...1.9a-1.tar.bz2
tar jxvf aspell6-es-1.9a-1.tar.bz2
cd aspell6-es-1.9a-1
./configure
make
make install
vi /opt/zimbra/httpd/htdocs/aspell.php
change:
$locale = "en_EN";
for
$locale = "es_ES";
then
zmspellctl stop then zmspellctl start
Not works.....
Then change:
$dictionary = pspell_new("es");
zmspellctl stop then zmspellctl start
Not works...
zmcontrol stop and zmcontrol start
Not works...
I try with:
ftp://ftp.gnu.org/gnu/aspell/dict/es...0.50-2.tar.bz2
But its the same......
I check the permissions and i saw that root is the owner in this files, so i change with:
chown -R zimbra.zimbra /opt/zimbra/aspell-0.60.6/lib/aspell-0.60/
zmcontrol stop and zmcontrol start
But still not works....!
Can anyone helpme plx!!