Re: [PHP-DEV] Bug #11780: udm_find makes php crash

2001-07-04 Thread Alexander Bokovoy

On Tue, Jul 03, 2001 at 06:38:56PM +0200, Cedric ANES wrote:
  Hi Sergey !
 
 Thanks a lot for your input.
 It was actually already compiled that way.
 However, you gave me an idea..
 I've specified the path of the mysql binaries
 ( --with-mysql=/usr/local/mysql ) [for mnoGoSearch compil]
 and now it seems to work fine !
This is known 'misfeature' of PHP: if you want to use MySQL support in PHP
_and_ any other third party module that also relies on MySQL, make sure
that you compiled MySQL module for PHP against _system_ MySQL libraries,
not using bundled ones.

Same goes for XML support -- if something else uses Expat, and PHP is
compiled with XML support, make sure that option
--with-expat-dir=/path/to/system/expat was specified during compilation.

 
 The funny thing is that when I use only  --with-mysql, all the command line
 tools
 like the indexer are working fine and updates the databases accordingly !
Of course, because they are not depending on PHP.

 
 Shall I update bug #11780 ?
 
 Thanks again !
 
 Best regards,
 
   Cedric
 
 - Original Message -
 From: Sergey Kartashoff [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Tuesday, July 03, 2001 3:13 PM
 Subject: Re: [PHP-DEV] Bug #11780: udm_find makes php crash
 
 
  On 28 Jun 2001 [EMAIL PROTECTED] wrote:
 
   From: [EMAIL PROTECTED]
   Operating system: Linux
   PHP version:  4.0.6
   PHP Bug Type: Unknown/Other Function
   Bug description:  udm_find makes php crash
  
   Important notice: It seems to crash ONLY when the word
   belongs the dictionary (dict table).
   (This seems to prove that the udm_agent is well-defined)
 
  Try to recompile mnogosearch without threads, then recompile php.
  Please give me feedback if it helps.
  Thank you.
 
 
 -- 
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
Sincerely yours, Alexander Bokovoy 
  The Midgard Project| ALT  Linux  Team | Minsk Linux Users Group
 www.midgard-project.org | www.altlinux.ru  |www.minsk-lug.net 
-- You won't skid if you stay in a rut.
-- Frank Hubbard

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Bug #11780: udm_find makes php crash

2001-07-03 Thread Sergey Kartashoff

On 28 Jun 2001 [EMAIL PROTECTED] wrote:

 From: [EMAIL PROTECTED]
 Operating system: Linux
 PHP version:  4.0.6
 PHP Bug Type: Unknown/Other Function
 Bug description:  udm_find makes php crash

 Important notice: It seems to crash ONLY when the word
 belongs the dictionary (dict table).
 (This seems to prove that the udm_agent is well-defined)

Try to recompile mnogosearch without threads, then recompile php.
Please give me feedback if it helps.
Thank you.


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Bug #11780: udm_find makes php crash

2001-07-03 Thread Cedric ANES

 Hi Sergey !

Thanks a lot for your input.
It was actually already compiled that way.
However, you gave me an idea..
I've specified the path of the mysql binaries
( --with-mysql=/usr/local/mysql ) [for mnoGoSearch compil]
and now it seems to work fine !

The funny thing is that when I use only  --with-mysql, all the command line
tools
like the indexer are working fine and updates the databases accordingly !

Shall I update bug #11780 ?

Thanks again !

Best regards,

  Cedric

- Original Message -
From: Sergey Kartashoff [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, July 03, 2001 3:13 PM
Subject: Re: [PHP-DEV] Bug #11780: udm_find makes php crash


 On 28 Jun 2001 [EMAIL PROTECTED] wrote:

  From: [EMAIL PROTECTED]
  Operating system: Linux
  PHP version:  4.0.6
  PHP Bug Type: Unknown/Other Function
  Bug description:  udm_find makes php crash
 
  Important notice: It seems to crash ONLY when the word
  belongs the dictionary (dict table).
  (This seems to prove that the udm_agent is well-defined)

 Try to recompile mnogosearch without threads, then recompile php.
 Please give me feedback if it helps.
 Thank you.


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]