resultsspot.blogg.se

Ubuntu debian
Ubuntu debian






  1. #Ubuntu debian install#
  2. #Ubuntu debian software#

To enable CJK tokenization support, the official packages contain binaries with embedded ICU library and include ICU data file.

#Ubuntu debian install#

If you aren't going to use the indexer tool at all, you don't need to find and install any libraries. So if you plan to build tables only from MySQL, then you might need to install only the MySQL library (in the above case libmysqlclient20).įinally, install the needed packages: sudo apt-get install libmysqlclient20 libodbc1 libpq5 libexpat1 Note that you only need libraries for the types of storages you're going to use. Libmysqlclient20: /usr/lib/x86_64-linux-gnu/libmysqlclient.so.20 To find packages that provide the libraries, you can use, for example, apt-file: apt-file find libmysqlclient.so.20 Here you can see mentions of libodbc.so.2, libexpat.so.1, libmysqlclient.so.20, and libpq.so.5.īelow is a reference table with a list of all the client libraries for different Debian/Ubuntu versions: Distr

ubuntu debian

#Ubuntu debian software#

To find out what specific libraries indexer requires, run it and look at the top of its output: $ sudo -u manticore indexerĬopyright (c) 2001-2016, Andrew AksyonoffĬopyright (c) 2008-2016, Sphinx Technologies Inc ()Ĭopyright (c) 2017-2023, Manticore Software LTD ()īuilt on Linux runner-0277ea0f-project-3858465-concurrent-0 4.19.78-coreos #1 SMP Mon Oct 14 22:56:39 -00 2019 x86_64 x86_64 x86_64 GNU/LinuxĬonfigured by CMake with these definitions: -DCMAKE_BUILD_TYPE=RelWithDebInfo -DDISTR_BUILD=xenial -DUSE_SSL=ON -DDL_UNIXODBC=1 -DUNIXODBC_LIB=libodbc.so.2 -DDL_EXPAT=1 -DEXPAT_LIB=libexpat.so.1 -DUSE_LIBICONV=1 -DDL_MYSQL=1 -DMYSQL_LIB=libmysqlclient.so.20 -DDL_PGSQL=1 -DPGSQL_LIB=libpq.so.5 -DLOCALDATADIR=/var/data -DFULL_SHARE_DIR=/usr/share/manticore -DUSE_ICU=1 -DUSE_BISON=ON -DUSE_FLEX=ON -DUSE_SYSLOG=1 -DWITH_EXPAT=1 -DWITH_ICONV=ON -DWITH_MYSQL=1 -DWITH_ODBC=ON -DWITH_POSTGRESQL=1 -DWITH_RE2=1 -DWITH_STEMMER=1 -DWITH_ZLIB=ON -DGALERA_SOVERSION=31 -DSYSCONFDIR=/etc/manticoresearch However, if you plan to use indexer to create tables from external storages, you'll need to install appropriate client libraries.

ubuntu debian ubuntu debian

Manticore package depends on zlib and ssl libraries, nothing else is strictly required.








Ubuntu debian