Hi,
Has anyone been able to configure enchant on Ubuntu 12.10?
This is what I have done so far and it is not working.
sudo apt-get install php5-enchant enchant hunspell
sudo apt-get install libglib2.0-dev
and when I run this program,
<?php
$tag = 'en_US';
$r = enchant_broker_init();
?>
I am getting:
Fatal error: Call to undefined function enchant_broker_init()
Could someone help me PLEASE..I am stuck
Thanks in advance
Srini