php-doc-en/reference/mnogosearch/configure.xml
Dave Barr 1c7169d34b - WS (#39109).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@221787 c90b9560-bf6c-de11-be94-00142212c4b1
2006-10-15 03:44:38 +00:00

47 lines
1.6 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<section id="mnogosearch.installation">
&reftitle.install;
<para>
In order to have these functions available, you must compile PHP with
mnoGosearch support by using the
<option role="configure">--with-mnogosearch</option>option. If
you use this option without specifying the path to mnoGosearch, PHP will
look for mnoGosearch under <filename>/usr/local/mnogosearch</filename>
path by default. If you installed mnoGosearch at a different location
you should specify it: <option role="configure">--with-mnogosearch=DIR</option>.
</para>
<note>
<para>
PHP contains built-in MySQL access library, which can be used to
access MySQL. It is known that mnoGoSearch is not compatible with
this built-in library and can work only with generic MySQL
libraries. Thus, if you use mnoGoSearch with MySQL, during PHP
configuration you have to indicate the directory of your MySQL
installation, that was used during mnoGoSearch configuration, i.e. for
example:
<option role="configure">--with-mnogosearch --with-mysql=/usr</option>.
</para>
</note>
</section>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->