Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2247 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70691 invoked from network); 9 Jun 2003 06:47:44 -0000 Received: from unknown (HELO sky.net.ua) (193.109.103.2) by pb1.pair.com with SMTP; 9 Jun 2003 06:47:44 -0000 Received: from gluke.DOMAIN (gluke-loc.sky.net.ua [192.168.5.9]) by sky.net.ua (8.11.6/8.11.6) with ESMTP id h596lM430840; Mon, 9 Jun 2003 09:47:22 +0300 Date: Mon, 9 Jun 2003 09:47:10 +0300 X-Mailer: The Bat! (v1.62 Christmas Edition) Personal X-Priority: 3 (Normal) Message-ID: <115234528584.20030609094710@sky.net.ua> To: Jani Taskinen CC: internals@lists.php.net In-Reply-To: References: <5923611281.20030606151251@sky.net.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-4.9 required=10.0 tests=AWL,BAYES_01,IN_REP_TO,REFERENCES version=2.54 X-Spam-Checker-Version: SpamAssassin 2.54 (1.174.2.17-2003-05-11-exp) X-Kaspersky-Antivirus: passed Subject: Re[2]: [PHP-DEV] Re: #24005 [Opn->Asn]: Distributions version of mnoGoSearch extension does not work with MySQL 4 From: gluke@sky.net.ua (Sergey Kartashoff) Hi! >>spn> www.mnogosearch.org (mnogosearch-php-extension-1.7.3.tar.gz) and >>spn> replaced the contents of ext/mnogosearch with the files in this archive >>spn> and it all worked a treat (with a quick edit to remove the second >>spn> reference to -lmysqlclient in the EXTRA_LIBS line the PHP Makefile... >>spn> but I think that mnoGo's fault!) >> >>Could it be because of twice --with-mnogosearch string in configure ? JT> No. But user says thats the error. >> I thought that error could be >>caused by buggy linker, since gcc does support multiple references to the >>same library. The second reference to libmysqlclient come from udmconfig >>script while configuring php. It return compiler swithes that used to >>compile mnogosearch. E.g. -lmysqlclient -L/usr. It worked for many users JT> It should return the -L/path/to/dir where it thinks libmysqlclient is. JT> Doesn't it? Yes, i show just an example. It returns the path to mysql libraries. -- Regards, Sergey aka gluke.