Author: Martin
Email: [EMAIL PROTECTED]
Message:
Hi,

Actually, I had compiled mnogosearch with mysql support.  My problem was that I had 
originally compiled monogosearch to use the built-in DB and subsequent re-compiles 
were not recreating the shared object, so my PHP was using an older version of the 
shared object.

The only problems I had with getting no results displayed were related to the 
categories functionality.  I was getting segfaults whenever I issued a query that 
actually returned any results.  I traced it to the following line in search.php:

        $category=Udm_Get_Res_Field($res,$i,UDM_FIELD_CATEGORY);

I commented that line out and replaced it with:

        $category='';

to solve this problem, though I'm guessing that it was probably related to the fact 
that I hadn't created the categories table in the database.

Hope this helps.

Martin
> Hye, 
> I've got the same configuration.
> It doesn't work too, but not for the same reason.
> When i try to query something with the PHP frontend, no results are displayed..!
> 
> From my point of view, i think that your problem came from the fact that mnogosearch 
>has not been compiled with mysql support.
> 
> Try this :
> 1) mnogosearch : ./configure --with-mysql=<mysql install dir>
>                  ./make
>                  ./make install
> 2) php           ./configure --<all others php modules> 
>--with-mnogosearch=<mno install dir>
>                  ./make
>                  ./make install
> 
> Then you should have the same problem has me.
> Tell me!

Reply: <http://www.mnogosearch.org/board/message.php?id=2697>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to