Dear all,

Any one manage to get aspell installed with PHP4 + Apache? I always come up with error like "undefine reference to 'aspell_...' ", did I do something majorly wrong?

    Troels,

    Thanks, just got it working with aspell version 0.26, at least it will compile.

    Ralph...

      5 months later

      Thanks for posting this question -- I've been beating my head against this thing for a week. Searched the PHP site about a million times. . .etc. I'm not exactly what you'd call a linux/PHP newbie, but I was having a hard time. I'm going to try reinstalling my web server (again) with aspell .26.2 -- hope it works.

      thanks again!

      northstarr

        6 years later
        Anon wrote:

        Troels,

        Thanks, just got it working with aspell version 0.26, at least it will compile.

        Ralph...

        can you please upload or mail me the aspell version 0.26.

        I will be very thankfull to you

        regards

        Bill

          Aspell version 0.26.2 can be downloaded from SourceForge here

          Although, I would reiterate the suggestion of using [man]psell[/man] instead, as per this quote from the PHP.net manual:

          Note: This extension has been removed from PHP and is no longer available as of PHP 4.3.0. If you want to use spell-checking capabilities in PHP, use pspell instead. It uses [man]pspell[/man] library and works with newer versions of aspell.

            Write a Reply...