Date: 08/31/99
- Previous message: Zeev Suraski: "Re: [PHP-DEV] PHP 4.0 Bug #2206: Memory leak"
- In reply to: Mark Musone: "Re: [PHP-DEV] Aspell"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Making it work with the latest versions of aspell is going to be hard.
For some odd reason the author decided to stop supporting a C-callable
API.
On Tue, 31 Aug 1999, Mark Musone wrote:
> Yea, i believe the aspell author changed the aspell library. try usnig an older one.
>
> i'm a little short on time, but i'll try to get to porting the module
> to the new aspell if you keep bugigng me :^)
>
> p.s. also make sure you have an a libaspell.a, and that it's in your library path somewhere..
>
>
>
> Mark
>
> >
> > Hi,
> >
> > I'm new to the list and I had a question/problem. I am using php 3.0.12
> > with the newest aspell(.28.2.1), it seems that php won't compile into
> > apache with this aspell. here are the errors:
> >
> >
> > modules/php3/libphp3.a(aspell.o): In function `php3_aspell_close':
> > /usr/local/src/php-3.0.12/functions/aspell.c:83: undefined reference to
> > `aspell_free'
> > modules/php3/libphp3.a(aspell.o): In function `php3_aspell_new':
> > /usr/local/src/php-3.0.12/functions/aspell.c:104: undefined reference to
> > `aspell_new'
> > /usr/local/src/php-3.0.12/functions/aspell.c:107: undefined reference to
> > `aspell_new'
> > modules/php3/libphp3.a(aspell.o): In function `php3_aspell_suggest':
> > /usr/local/src/php-3.0.12/functions/aspell.c:144: undefined reference to
> > `aspell_suggest'
> > /usr/local/src/php-3.0.12/functions/aspell.c:148: undefined reference to
> > `aspell_free_suggestions'
> > modules/php3/libphp3.a(aspell.o): In function `php3_aspell_check':
> > /usr/local/src/php-3.0.12/functions/aspell.c:173: undefined reference to
> > `aspell_check'
> > modules/php3/libphp3.a(aspell.o): In function `php3_aspell_check_raw':
> > /usr/local/src/php-3.0.12/functions/aspell.c:206: undefined reference to
> > `aspell_check_raw'
> > collect2: ld returned 1 exit status
> >
> > Do I need to revert to an old aspell?
> >
> > --
> > Shane Clements
> > Software Engineer
> > NASDAQ: AHWY
> > shane <email protected>
> > (408) 255-5301/ (800)775-4783 ext.354
> > http://www.audiohighway.com
> > http://massmusic.com
> >
> > --
> > PHP Development Mailing List <http://www.php.net/>
> > To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
> > For additional commands, e-mail: php-dev-help <email protected>
> > To contact the list administrators, e-mail: php-list-admin <email protected>
> >
>
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
> For additional commands, e-mail: php-dev-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
>
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Previous message: Zeev Suraski: "Re: [PHP-DEV] PHP 4.0 Bug #2206: Memory leak"
- In reply to: Mark Musone: "Re: [PHP-DEV] Aspell"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

