Author: gluke
Email: [EMAIL PROTECTED]
Message:
I know two possible reasons for that.
First - you have compiled php with its mysql library (--with-mysql).
Php extension documentation says that mnogosearch module does not compatible with this
library and you should always compile php with native mysql library (--with-mysql=DIR).
The second is pthreads problem. Possibly you compiled mnogosearch with threads support
and it conflicts with php.
So the solutions are:
1. recompile mnogosearch without threads
2. recompile php with native mysql library (--with-mysql=/usr for example if you
installed mysql at /usr)
Reply: <http://www.mnogosearch.org/board/message.php?id=2676>
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]