Date: 07/04/01
- Next message: cat33 <email protected>: "[PHP-DEV] Bug #11866: the 'remark' is not working"
- Previous message: Hojtsy Gábor: "[PHP-DEV] RE: [PHP-DOC] Re: [PHP-DEV] Security?"
- In reply to: Cedric ANES: "Re: [PHP-DEV] Bug #11780: udm_find makes php crash"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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" <gluke <email protected>>
> To: <cedric <email protected>>
> Cc: <php-dev <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 cedric <email protected> wrote:
> >
> > > From: cedric <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: 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>
-- 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: 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>
- Next message: cat33 <email protected>: "[PHP-DEV] Bug #11866: the 'remark' is not working"
- Previous message: Hojtsy Gábor: "[PHP-DEV] RE: [PHP-DOC] Re: [PHP-DEV] Security?"
- In reply to: Cedric ANES: "Re: [PHP-DEV] Bug #11780: udm_find makes php crash"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

