Re: PHP/pspell

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Drew Toussaint wrote:
Hi,

I have been searching around the net and found that you may possibly be the only person who has the same problem as I have. I compile aspell-0.60 correctly I install an English dictionary and all this appears to be fine. But when I try to make php with --with-pspell it fails with "undefined reference to `pspell_" I was wondering if you ever solved this problem and if so if you could tell me how you did it?

Heaps of thanks in advance in the hope you can help me out.

You'll do better subscribing to the php-mailing lists, as there are loads of people here who can offer assistance. php-general would be a good list for this....


http://us4.php.net/mailing-lists.php

Anywho, the last install I did from source was with aspell-0.50.4 and the aspell-en-0.51-0 dictionary. aspell was configured with the prefix /usr, so when installing php, it was configured with --with-pspell=/usr

The problem you _may_ be running into (one I've had before) is if you installed aspell from source, and your system already has it installed (via RPM or another package). If you installed aspell from source, and are on a Red Hat based system, you can check to see if the aspell RPM is installed by...

rpm -qa | grep aspell

If it is, and you want to go the source route, you'll have to remove the rpm for both aspell and all dictionary files (pspell too, if it's on there). It will complain about dependicaies, but if you configure the aspell source with --prefix=/usr, you'll be fine.

--
By-Tor.com
...it's all about the Rush
http://www.by-tor.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux