Re: pspell problems

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

 



On Monday 08 November 2004 01:19, Noodles wrote:
> John Nichel wrote:
> > If Debian is like Red Hat, you will also need to install some type of
> > development package for aspell (aspell-devel in Red Hat), or install
> > from source so that the headers are present on your system.  You may
> > also need to point the php configure script to the location of your
> > aspell installation...
> >
> > --with-pspell=/path/to/aspell
>
> I just removed pspell and reinstalled aspell
>
> instant:~/php-4.3.9# whereis aspell
> aspell: /usr/bin/aspell /usr/lib/aspell /usr/include/aspell.h
> /usr/share/aspell /usr/share/man/man1/aspell.1.gz
>
> I tried:
> ./configure --with-pspell=/usr/bin/aspell
> ./configure --with-pspell=/usr/lib/aspell
> ./configure --with-pspell=/usr/share/aspell

--with-pspell=/usr is what you want.

> But it still comes up with:
>
> checking for PSPELL support... yes
> configure: error: Cannot find pspell
>
> And I have the libaspell-dev package installed

Execute:

  find / -name '*[a|p]spell*' | sort | less

and see if 'aspell.h'/'pspell.h' and 'libaspell.so'/'libpspell.so' are in 
there somewhere. 

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
When faced with necessary actions, there are always choices.  So long as the 
job gets done.

  -- COUNT HASIMIR FENRING, Dispatches from Arrakis
*/

-- 
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