Hello everybody,
I am trying to get googiespell running but it looks like I
do need PHP5 installed with pspell. Am I right?
The doc's on the site are not clear about this. I am currently running
php 4.x The doc page lists GSpellerServer, but it makes the impression
that this is optional.
http:/
I found my problem...I was using:
pspell_new("en", "british");
pspell_new("en", "american");
pspell_new("en", "canadian");
and I should've been using:
pspell_new("en_GB", "british");
pspell_new("en_US", "american");
pspell_new("en_CA", "canadian");
if I want to use specific dictionaries in the
No sign of aspell packages on the machine...
Adam.
On 12/20/05, John Nichel <[EMAIL PROTECTED]> wrote:
>
> Adi wrote:
> > I am not on a RPM based system(running slackware)... I have aspell
> 0.60.4
>
> Okay, what I am asking is this: I understand that you installed aspell
> from source. However
Adi wrote:
I am not on a RPM based system(running slackware)... I have aspell 0.60.4
Okay, what I am asking is this: I understand that you installed aspell
from source. However, it is quite possible that aspell already existed
on your machine. Slackware has a package management system. Ch
I am not on a RPM based system(running slackware)... I have aspell 0.60.4
Adam.
Adi wrote:
All the installs are from source...and aspell works just fine from
shell...its almost like pspell if defaulting to use the american dictionary.
Adam.
Did you check to see if your system has any of the spelling tools
installed as a package also? If you're on a RPM based system :
All the installs are from source...and aspell works just fine from
shell...its almost like pspell if defaulting to use the american dictionary.
Adam.
Adi wrote:
I am having a problem switching dictionaries from 'american', 'british' and
'canadian' English in pspell. Pspell seems to test everything against the
american dictionary for some reason. I tested aspell on command line and
worked fine if I supplied the dictionary I wanted to use with t
I am having a problem switching dictionaries from 'american', 'british' and
'canadian' English in pspell. Pspell seems to test everything against the
american dictionary for some reason. I tested aspell on command line and
worked fine if I supplied the dictionary I wanted to use with the –d option.
Has anyone successfully lused the PHP pspell functions with this
version of aspell ?
# aspell -v
@(#) International Ispell Version 3.1.20 (but really Aspell 0.60.2)
I am able to use aspell fromt he command line, but PHP gives me the
following error when I try to use pspell_new() to load a
Hi,
After much messing around I've got a custom dictionary working properly,
but I can't seem to find the format for a custom replace file
(custom.repl in examples on php.net).
Can anyone point me in the right direction or give me an example file?
Thanks
Nick
P.S.
In case anyone is wondering the
php wrote:
> Thank you for the comments. I've run my script command line and found the
> following:
>
> Unhandled Error: C:\Aspell\dict/en-only.rws: The file
> "C:\Aspell\data/iso8859-1.
> dat" is not in the proper format.
>
> abnormal program termination
>
> It looks like the directory aspell
Thank you for the comments. I've run my script command line and found the
following:
Unhandled Error: C:\Aspell\dict/en-only.rws: The file
"C:\Aspell\data/iso8859-1.
dat" is not in the proper format.
abnormal program termination
It looks like the directory aspell is looking for is being refer
php wrote:
> A phpinfo() command shows that I have php4.3.10 with pspell enabled.
> However, when I run the command pspell_check($pspell_link, "testt") in my
> web scripts, the page appears to header redirect on itself indefinitely.
Try to use wget or the MS-DOS equivalent to find out exactly what
I can't instantiate new instances of the pspell library.
I've got the latest w32 binaries installed and the latest english dictionary
installed to c:\aspell. I've got aspell and aspell\bin added to the system
environment path. I've got the aspell.dll in the system32 folder.
Permissions look l
I can't instantiate new instances of the pspell library.
I've got the latest w32 binaries installed and the latest english
dictionary installed to c:\aspell. I've got aspell and aspell\bin added
to the system environment path. I've got the aspell.dll in the system32
folder. Permissions look li
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
On Monday 08 November 2004 14:12, John Nichel wrote:
> BTW, what's up with your system clock Jason? ;)
I'll figure out how to set the clock one of these days. (Stop laughing).
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hostin
Jason Wong wrote:
Methinks you need to install both. pspell provides an interface into aspell,
it is aspell which actually does the dirty work. Some distros combine both
aspell and pspell in one package, whilst others mat have split them up.
It depends on what version you install. All the lates
On Monday 08 November 2004 08:36, Noodles wrote:
> Jason Wong wrote:
> > Anyway, do you have these as well:
> >
> > /usr/include/pspell/
> > /usr/include/pspell/pspell.h
> >
> > The directory is required for the ./configure command to succeed, and you
> > actually need the header file for the make
Jason Wong wrote:
Anyway, do you have these as well:
/usr/include/pspell/
/usr/include/pspell/pspell.h
As I said in my other email, I don't, but I have found the debian
package which has pspell.h in it.
It's libpspell-dev
So from start to finish, this should install pspell on debian
apt-get insta
Jason Wong wrote:
Anyway, do you have these as well:
/usr/include/pspell/
/usr/include/pspell/pspell.h
The directory is required for the ./configure command to succeed, and you
actually need the header file for the make command to succeed.
No, I have no pspell directory or header file, I had inst
On Monday 08 November 2004 07:03, Noodles wrote:
> Jason Wong wrote:
> > --with-pspell=/usr is what you want.
>
> I tried this and it still didn't help things
That *is* what you want -- your problem lies elsewhere.
> I have:
> /usr/include/aspell.h
> /usr/lib/libaspell.so
> /usr/lib/libaspell.so.
Jason Wong wrote:
--with-pspell=/usr is what you want.
I tried this and it still didn't help things
Execute:
find / -name '*[a|p]spell*' | sort | less
and see if 'aspell.h'/'pspell.h' and 'libaspell.so'/'libpspell.so' are in
there somewhere.
I have:
/usr/include/aspell.h
/usr/lib/libaspell.
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
John Nichel wrote:
Well, the header file is in /usr/include, so try
./configure --with-pspell=/usr
Still the same message =/
I tried it with --with-pspell=/usr and then --with-pspell=/usr/include
but no luck
Nick
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http:/
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 loc
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
John Nichel wrote:
Noodles wrote:
I tried it with just aspell (including the aspell-en dictionary
package) and whenever I tried to configure php to use pspell it
couldn't find pspell (./configure --with-pspell)
If Debian is like Red Hat, you will also need to install some type of
development pa
Noodles wrote:
I tried it with just aspell (including the aspell-en dictionary package)
and whenever I tried to configure php to use pspell it couldn't find
pspell (./configure --with-pspell)
If Debian is like Red Hat, you will also need to install some type of
development package for aspell (as
I tried it with just aspell (including the aspell-en dictionary package)
and whenever I tried to configure php to use pspell it couldn't find
pspell (./configure --with-pspell)
John Nichel wrote:
Noodles wrote:
I've spent the last 6 hours or so trying to get pspell going on my php
install, vers
Noodles wrote:
I've spent the last 6 hours or so trying to get pspell going on my php
install, version 4.3.9. I've searched all over the net, but haven't
found a solution.
I'm using debian so I'm using the packaged version of php4 and apache. I
installed aspell using apt-get and then downloaded
I've spent the last 6 hours or so trying to get pspell going on my php
install, version 4.3.9. I've searched all over the net, but haven't
found a solution.
I'm using debian so I'm using the packaged version of php4 and apache. I
installed aspell using apt-get and then downloaded and compiled p
Hello,
I completed the innstallation for the PSPELL on my Windows2000 on Apache.
What you need to do is :
1. Download the win32 port from aspell.net
2. Download the dictionaries you need
3. Install the win32 port
4. Install the dictionaries
5. Edit the php.ini and comment out
Hi Adams,
> Reading the manual[1] on pspell I notice at the top it says this
> function is not supported in windows.
I have read the manual several times, and also usr contributed notes where
Elizabeth, explains the installation in w2k.
I does she explained, but no work.
>However if you really
On Fri, 2004-02-06 at 08:51, Antonio J. Hdez. Blanco wrote:
> But now run the script, says to me,
> Call undefined function pspell_config_create().
Reading the manual[1] on pspell I notice at the top it says this
function is not supported in windows. However if you really do have a
pspell libra
Hello,
I have installed apache+php 4.3.4 in w2k and am trying to use library of
aspell, but it gives problems me, does not recognize the functions of this
library.
For its installation,
1, copies php to me 4.3.4 upon php 4.3.3 since in this distribution this DLL
comes.
2. update php.ini in the part
does anyone know how to check what Dictionaries for pspell/aspell are
present on the system? since I will need to do that dynamically ;)
thanks
- Tu
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi guys,
Having a problem here getting php4.3 to compile with pspell. I have
the new aspell (aspell-0.50.2) installed, and according to the aspell
site, aspell and pspell are now one. Php configures fine, but durning
make, I get these errors
-lcrypt -lresolv -lm -ldl -lnsl -lcrypt -o
Hello,
I am looking for a way to tell pspell_check() to ignore html tags, I tried
adding a few html tags using pspell_add_to_session() but it said it won't
accept words starting with "<"...
Any ideas?
Thanks.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.
Hello,
I am looking for a way to tell pspell_check() to ignore html tags, I tried
adding a few html tags using pspell_add_to_session() but it said it won't
accept words starting with "<"...
Any idea?
Thanks.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.p
what is the switch to configure pspell in php? is it --enable-pspell?
because i've tried that and --with-pspell and it's not working.. when i pull
up my phpinfo.php pspell isn't configured with it. Anyone know how to
configure it pspell with php?
jay
--
PHP General Mailing List (http://www.ph
Ok, I got it to find the word list by copying en-aspell.pwli from
/usr/share/pspell/ to ./usr/local/share/pspell/ go figure. Unfortunately,
that didn't fix all of the problems. Now I get the following error message:
Warning: PSPELL couldn't open the dictionary. reason: Unable to load the
"aspel
I've just installed php with support for pspell. Pspell and aspell
installed fine, and I even have a bunch of .pwli files.
Problem is that when I do:
$pspell_link = pspell_new ("en");
I get this error:
Warning: PSPELL couldn't open the dictionary. reason: I'm sorry I can't
find any suitable wo
I have checked my phpinfo() and it shows that PSPell is enabled.
But when i run the following script (per php.net/manual/ example) i get the
following (following) error...
$pspell_link = pspell_new ("en");
if (pspell_check ($pspell_link, "testt")) {
echo "This is a valid spe
Setup:
aspell-.32.6
pspell-.11.2
php-4.0.4pl1
apache_1.3.14
RH 7.0
glibc 2.2-12
gcc-2.96-69
Procedure:
./pspell-.11.2/configure
make && make install
./aspell-.32.6/configure
make && make install
./php-4.0.4pl1/configure --without-gd --with-mysql
--with-config-file-path=/usr/local/apache/etc
46 matches
Mail list logo