ID:               14457
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Closed
 Bug Type:         Pspell related
 Operating System: Linux 2.4.7 (RH7.2)
 PHP Version:      4.1.0
 New Comment:

This bug has been fixed in CVS.

I suppose this is fixed in CVS. Please reopen if you still have problem
with CVS version.


Previous Comments:
------------------------------------------------------------------------

[2002-01-15 16:24:25] [EMAIL PROTECTED]

pspell with php-4.1.1 causes apache-1.3.22ssl to core dump when
starting apache. Same pspell using same configure options with
php-4.0.6 works ok.

------------------------------------------------------------------------

[2002-01-04 15:09:56] [EMAIL PROTECTED]

I did specify the /usr/local/pspell location in pspell's installation
to see if it made any difference for 4.1.0 but it didn't.  Things
continued working in 4.0.6.



I didn't save the procedure on installing pspell, I'm pretty sure the
only parameter I passed was "./configure --prefix=/usr/local/pspell"
and then made the modules.  I will write back when I attempt to upgrade
to 4.1.0 again.



I don't know whether Aspell/Pspell merge did anything.



------------------------------------------------------------------------

[2001-12-28 21:52:28] [EMAIL PROTECTED]

... well, in the original bug report you had:
'--with-pspell=/usr/local/share'
and in the new one you have
'--with-pspell=/usr/local/pspell'
That's very different

I hope that you configured pspell with
'--prefix=/usr/local/pspell', right? Otherwise you should have just
specified '--with-pspell' in php configure line instead.

First, how did you build pspell and aspell (what are the configure
lines, versions, and in which order you built them)

Second, could you go into the directory with pspell source and from
there to examples, and try to compile and run an example:

cd pspell/examples
make example-c
./example-c en
s helllo

and please tell if it gives you a list of suggestions for the
misspelled word 'helllo'.

(I'll be in and out of the office for the next few days, so I might not
respond in a timely manner)

------------------------------------------------------------------------

[2001-12-17 09:46:39] [EMAIL PROTECTED]

 './configure' '--with-mysql=/usr/local/mysql' '--with-apxs'
'--enable-wddx' '--with-sablot' '--with-pspell=/usr/local/pspell'
'--enable-force-cgi-redirect' '--with-gettext' '--with-ldap'
'--with-cpdflib=/usr/local' '--with-jpeg-dir' '--with-tiff-dir'

is the latest iteneration of my configuration.  This is the exact
configuration I am using in a 4.0.6 installation.  Pspell does not work
with the same using 4.1.0.

(I re-installed pspell to that directory just to make sure)

------------------------------------------------------------------------

[2001-12-13 23:37:36] [EMAIL PROTECTED]

It is strange it even compiled.
Are you sure that pspell is installed in
--with-pspell=/usr/local/share
and not in
--with-pspell=/usr/local
???

(e.g. do you have a directory 
/usr/local/include/pspell
or
/usr/local/share/include/pspell
if the former, you probably need to recompile PHP specifying the right
directory)

Do you have a configure line for your 4.0.6 installation to compare
against?

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/14457

-- 
Edit this bug report at http://bugs.php.net/?id=14457&edit=1

Reply via email to