安装sphinx报错(undefined reference to `libiconv_open' 、undefined reference to `libiconv'、undefined reference to `libiconv_close'、make[1]: *** No rule to make target `all'. Stop. 、make: *** [all-recursive
(为知笔记copy过来格式有变,希望对遇到此问题的童鞋有帮助)
具体错误:
Thank you for choosing Sphinx![root@vm-vagrant csft-4.1]# make && make installMaking all in srcmake[1]: Entering directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src'/bin/sh svnxrev.sh ..make all-ammake[2]: Entering directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src'g++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/coreseek/etc\"" -DDATADIR="\"/usr/local/coreseek/var/data\"" -I/usr/local/include -I/usr/local/mysql/include/mysql -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I/usr/local/mmseg3/include/mmseg/ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -MT sphinxexpr.o -MD -MP -MF .deps/sphinxexpr.Tpo -c -o sphinxexpr.o sphinxexpr.cppsphinxexpr.cpp: In constructor ‘ExprParser_t::ExprParser_t(CSphSchema*, ISphExprHook*)’:sphinxexpr.cpp:742: warning: ‘ExprParser_t::m_pExtra’ will be initialized aftersphinxexpr.cpp:711: warning: ‘ISphExprHook* ExprParser_t::m_pHook’sphinxexpr.cpp:698: warning: when initialized heremv -f .deps/sphinxexpr.Tpo .deps/sphinxexpr.Porm -f libsphinx.aar cru libsphinx.a sphinx.o sphinxexcerpt.o sphinxquery.o sphinxsoundex.o sphinxmetaphone.o sphinxstemen.o sphinxstemru.o sphinxstemcz.o sphinxutils.o md5.o sphinxstd.o sphinxsort.o sphinxexpr.o sphinxfilter.o sphinxsearch.o sphinxrt.o tokenizer_zhcn.oranlib libsphinx.ag++ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -o indexer indexer.o libsphinx.a -L/usr/local/mysql/lib -lmysqlclient -lpthread -lz -lm -lrt -ldl -L/usr/local/mmseg3/lib/ -lmmseg -ldl -lm -lz -lexpat -L/usr/local/lib -lrt -lpthreadlibsphinx.a(sphinx.o): In function `xmlUnknownEncoding':/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src/sphinx.cpp:22292: undefined reference to `libiconv_open'/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src/sphinx.cpp:22310: undefined reference to `libiconv'/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src/sphinx.cpp:22316: undefined reference to `libiconv_close'collect2: ld returned 1 exit statusmake[2]: *** [indexer] Error 1make[2]: Leaving directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src'make[1]: *** [all] Error 2make[1]: Leaving directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src'make: *** [all-recursive] Error 1[root@vm-vagrant csft-4.1]# vi ./src/MakeFile[root@vm-vagrant csft-4.1]# make && make installMaking all in srcmake[1]: Entering directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src'make[1]: *** No rule to make target `all'. Stop.make[1]: Leaving directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src'make: *** [all-recursive] Error 1[root@vm-vagrant csft-4.1]#
./src/MakeFile文件(增加字符串-liconv)
LIBS = -lm -lexpat -L/usr/local/lib
改成
LIBS = -lm -lexpat -liconv -L/usr/local/lib
修改 configure 文件把 #define USE_LIBICONV 1最后的数值由1改为0
重新编译,安装完成
[root@vm-vagrant csft-4.1]# ./configure --prefix=/usr/local/coreseek --without-unixodbc --with-mmseg --with-mmseg-includes=/usr/local/mmseg3/include/mmseg/ --with-mmseg-libs=/usr/local/mmseg3/lib/ --with-mysqlchecking build environment--------------------------checking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for a thread-safe mkdir -p... /bin/mkdir -pchecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking whether to enable maintainer-specific portions of Makefiles... nochecking for python... /usr/bin/pythonchecking for python version... 2.6checking for python platform... linux2checking for python script directory... ${prefix}/lib/python2.6/site-packageschecking for python extension module directory... ${exec_prefix}/lib64/python2.6/site-packageschecking for compiler programs------------------------------checking whether to compile debug version... nochecking for gcc... gccchecking for C compiler default output file name... a.outchecking whether the C compiler works... yeschecking whether we are cross compiling... nochecking for suffix of executables...checking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether gcc accepts -g... yeschecking for gcc option to accept ISO C89... none neededchecking for style of include used by make... GNUchecking dependency style of gcc... gcc3checking for g++... g++checking whether we are using the GNU C++ compiler... yeschecking whether g++ accepts -g... yeschecking dependency style of g++... gcc3checking for ranlib... ranlibchecking for header files-------------------------checking how to run the C preprocessor... gcc -Echecking for grep that handles long lines and -e... /bin/grepchecking for egrep... /bin/grep -Echecking for ANSI C header files... yeschecking for sys/wait.h that is POSIX.1 compatible... yeschecking for sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for memory.h... yeschecking for strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... yeschecking fcntl.h usability... yeschecking fcntl.h presence... yeschecking for fcntl.h... yeschecking limits.h usability... yeschecking limits.h presence... yeschecking for limits.h... yeschecking netdb.h usability... yeschecking netdb.h presence... yeschecking for netdb.h... yeschecking netinet/in.h usability... yeschecking netinet/in.h presence... yeschecking for netinet/in.h... yeschecking for stdlib.h... (cached) yeschecking for string.h... (cached) yeschecking sys/file.h usability... yeschecking sys/file.h presence... yeschecking for sys/file.h... yeschecking sys/socket.h usability... yeschecking sys/socket.h presence... yeschecking for sys/socket.h... yeschecking sys/time.h usability... yeschecking sys/time.h presence... yeschecking for sys/time.h... yeschecking for unistd.h... (cached) yeschecking pthread.h usability... yeschecking pthread.h presence... yeschecking for pthread.h... yeschecking execinfo.h usability... yeschecking execinfo.h presence... yeschecking for execinfo.h... yeschecking expat.h usability... yeschecking expat.h presence... yeschecking for expat.h... yeschecking iconv.h usability... yeschecking iconv.h presence... yeschecking for iconv.h... yeschecking zlib.h usability... yeschecking zlib.h presence... yeschecking for zlib.h... yeschecking sql.h usability... nochecking sql.h presence... nochecking for sql.h... nochecking syslog.h usability... yeschecking syslog.h presence... yeschecking for syslog.h... yeschecking for types------------------checking for stdbool.h that conforms to C99... yeschecking for _Bool... yeschecking for an ANSI C-conforming const... yeschecking for inline... inlinechecking for off_t... yeschecking for size_t... yeschecking whether time.h and sys/time.h may both be included... yeschecking for library functions------------------------------checking for pid_t... yeschecking vfork.h usability... nochecking vfork.h presence... nochecking for vfork.h... nochecking for fork... yeschecking for vfork... yeschecking for working fork... yeschecking for working vfork... (cached) yeschecking for stdlib.h... (cached) yeschecking for GNU libc compatible malloc... yeschecking for stdlib.h... (cached) yeschecking for GNU libc compatible realloc... yeschecking sys/select.h usability... yeschecking sys/select.h presence... yeschecking for sys/select.h... yeschecking for sys/socket.h... (cached) yeschecking types of arguments for select... int,fd_set *,struct timeval *checking return type of signal handlers... voidchecking whether lstat dereferences a symlink specified with a trailing slash... nochecking whether stat accepts an empty string... nochecking for vprintf... yeschecking for _doprnt... nochecking for library containing setsockopt... none requiredchecking for library containing gethostbyname... none requiredchecking for library containing XML_Parse... -lexpatchecking for library containing iconv... none requiredchecking for library containing inflate... -lzchecking for library containing logf... -lmchecking for dup2... yeschecking for gethostbyname... yeschecking for gettimeofday... yeschecking for memmove... yeschecking for memset... yeschecking for select... yeschecking for socket... yeschecking for strcasecmp... yeschecking for strchr... yeschecking for strerror... yeschecking for strncasecmp... yeschecking for strstr... yeschecking for strtol... yeschecking for logf... yeschecking for pread... yeschecking for backtrace... yeschecking for backtrace_symbols... yeschecking for clock_gettime in -lrt... yeschecking for clock_gettime... yeschecking for LOCK_EX in sys/file.h... yeschecking for F_SETLKW in fcntl.h... yeschecking for dlopen in -ldl... yeschecking for dlopen... yeschecking for dlerror... yesconfiguring Sphinx------------------checking for CFLAGS needed for pthreads... nonechecking for LIBS needed for pthreads... -lpthreadchecking for pthreads... foundchecking for pthread_mutex_timedlock... yeschecking whether to compile with MySQL support... yeschecking for mysql_config... mysql_configchecking for mysql_real_connect... yeschecking MySQL include files... -I/usr/local/mysql/include/mysql -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasingchecking MySQL libraries... -L/usr/local/mysql/lib -lmysqlclient -lpthread -lz -lm -lrt -ldlchecking whether to link statically with MySQL support... nochecking whether to compile with PostgreSQL support... nochecking whether to compile with libmmseg support... yeschecking libmmseg include files... -I/usr/local/mmseg3/include/mmseg/checking libmmseg libraries... -L/usr/local/mmseg3/lib/ -lmmsegchecking whether to use 64-bit document/word IDs... nochecking whether to compile with libstemmer support... nochecking for libexpat... foundchecking for libiconv... foundchecking for iconv() arg types... char **checking for UnixODBC... disabledchecking for Syslog... disabledchecking for unaligned RAM access... yeschecking whether byte ordering is bigendian... nogenerating configuration files------------------------------configure: creating ./config.statusconfig.status: creating Makefileconfig.status: creating src/Makefileconfig.status: creating libstemmer_c/Makefileconfig.status: creating doc/Makefileconfig.status: creating sphinx.conf.distconfig.status: creating sphinx-min.conf.distconfig.status: creating config/config.hconfig.status: config/config.h is unchangedconfig.status: executing depfiles commandsconfiguration done------------------You can now run 'make install' to build and install Sphinx binaries.On a multi-core machine, try 'make -j4 install' to speed up the build.Updates, articles, help forum, and commercial support, consulting, training,and development services are available at http://sphinxsearch.com/Thank you for choosing Sphinx![root@vm-vagrant csft-4.1]# make && make installMaking all in srcmake[1]: Entering directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src'/bin/sh svnxrev.sh ..make all-ammake[2]: Entering directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src'g++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/coreseek/etc\"" -DDATADIR="\"/usr/local/coreseek/var/data\"" -I/usr/local/include -I/usr/local/mysql/include/mysql -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I/usr/local/mmseg3/include/mmseg/ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -MT sphinxexpr.o -MD -MP -MF .deps/sphinxexpr.Tpo -c -o sphinxexpr.o sphinxexpr.cppsphinxexpr.cpp: In constructor ‘ExprParser_t::ExprParser_t(CSphSchema*, ISphExprHook*)’:sphinxexpr.cpp:742: warning: ‘ExprParser_t::m_pExtra’ will be initialized aftersphinxexpr.cpp:711: warning: ‘ISphExprHook* ExprParser_t::m_pHook’sphinxexpr.cpp:698: warning: when initialized heremv -f .deps/sphinxexpr.Tpo .deps/sphinxexpr.Porm -f libsphinx.aar cru libsphinx.a sphinx.o sphinxexcerpt.o sphinxquery.o sphinxsoundex.o sphinxmetaphone.o sphinxstemen.o sphinxstemru.o sphinxstemcz.o sphinxutils.o md5.o sphinxstd.o sphinxsort.o sphinxexpr.o sphinxfilter.o sphinxsearch.o sphinxrt.o tokenizer_zhcn.oranlib libsphinx.ag++ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -o indexer indexer.o libsphinx.a -L/usr/local/mysql/lib -lmysqlclient -lpthread -lz -lm -lrt -ldl -L/usr/local/mmseg3/lib/ -lmmseg -ldl -lm -lz -lexpat -L/usr/local/lib -lrt -lpthreadlibsphinx.a(sphinx.o): In function `xmlUnknownEncoding':/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src/sphinx.cpp:22292: undefined reference to `libiconv_open'/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src/sphinx.cpp:22310: undefined reference to `libiconv'/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src/sphinx.cpp:22316: undefined reference to `libiconv_close'collect2: ld returned 1 exit statusmake[2]: *** [indexer] Error 1make[2]: Leaving directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src'make[1]: *** [all] Error 2make[1]: Leaving directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src'make: *** [all-recursive] Error 1[root@vm-vagrant csft-4.1]# vi ./src/MakeFile[root@vm-vagrant csft-4.1]# make && make installMaking all in srcmake[1]: Entering directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src'make[1]: *** No rule to make target `all'. Stop.make[1]: Leaving directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src'make: *** [all-recursive] Error 1[root@vm-vagrant csft-4.1]# lsacinclude.m4 buildconf.sh config.status COPYING INSTALL Makefile.am python.m4 sphinx.conf.dist sphinx.spec winaclocal.m4 codeblocks configure cs_test libexpat Makefile.in smoke.sh sphinx.conf.in sphinx.workspaceapi config configure.ac doc libstemmer_c misc sphinx05.sln sphinx-min.conf.dist srcautom4te.cache config.log contrib example.sql Makefile mysqlse sphinx08.sln sphinx-min.conf.in test[root@vm-vagrant csft-4.1]# vi config[root@vm-vagrant csft-4.1]# vi ./configure[root@vm-vagrant csft-4.1]# ./configure --prefix=/usr/local/coreseek --without-unixodbc --with-mmseg --with-mmseg-includes=/usr/local/mmseg3/include/mmseg/ --with-mmseg-libs=/usr/local/mmseg3/lib/ --with-mysqlchecking build environment--------------------------checking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for a thread-safe mkdir -p... /bin/mkdir -pchecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking whether to enable maintainer-specific portions of Makefiles... nochecking for python... /usr/bin/pythonchecking for python version... 2.6checking for python platform... linux2checking for python script directory... ${prefix}/lib/python2.6/site-packageschecking for python extension module directory... ${exec_prefix}/lib64/python2.6/site-packageschecking for compiler programs------------------------------checking whether to compile debug version... nochecking for gcc... gccchecking for C compiler default output file name... a.outchecking whether the C compiler works... yeschecking whether we are cross compiling... nochecking for suffix of executables...checking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether gcc accepts -g... yeschecking for gcc option to accept ISO C89... none neededchecking for style of include used by make... GNUchecking dependency style of gcc... gcc3checking for g++... g++checking whether we are using the GNU C++ compiler... yeschecking whether g++ accepts -g... yeschecking dependency style of g++... gcc3checking for ranlib... ranlibchecking for header files-------------------------checking how to run the C preprocessor... gcc -Echecking for grep that handles long lines and -e... /bin/grepchecking for egrep... /bin/grep -Echecking for ANSI C header files... yeschecking for sys/wait.h that is POSIX.1 compatible... yeschecking for sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for memory.h... yeschecking for strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... yeschecking fcntl.h usability... yeschecking fcntl.h presence... yeschecking for fcntl.h... yeschecking limits.h usability... yeschecking limits.h presence... yeschecking for limits.h... yeschecking netdb.h usability... yeschecking netdb.h presence... yeschecking for netdb.h... yeschecking netinet/in.h usability... yeschecking netinet/in.h presence... yeschecking for netinet/in.h... yeschecking for stdlib.h... (cached) yeschecking for string.h... (cached) yeschecking sys/file.h usability... yeschecking sys/file.h presence... yeschecking for sys/file.h... yeschecking sys/socket.h usability... yeschecking sys/socket.h presence... yeschecking for sys/socket.h... yeschecking sys/time.h usability... yeschecking sys/time.h presence... yeschecking for sys/time.h... yeschecking for unistd.h... (cached) yeschecking pthread.h usability... yeschecking pthread.h presence... yeschecking for pthread.h... yeschecking execinfo.h usability... yeschecking execinfo.h presence... yeschecking for execinfo.h... yeschecking expat.h usability... yeschecking expat.h presence... yeschecking for expat.h... yeschecking iconv.h usability... yeschecking iconv.h presence... yeschecking for iconv.h... yeschecking zlib.h usability... yeschecking zlib.h presence... yeschecking for zlib.h... yeschecking sql.h usability... nochecking sql.h presence... nochecking for sql.h... nochecking syslog.h usability... yeschecking syslog.h presence... yeschecking for syslog.h... yeschecking for types------------------checking for stdbool.h that conforms to C99... yeschecking for _Bool... yeschecking for an ANSI C-conforming const... yeschecking for inline... inlinechecking for off_t... yeschecking for size_t... yeschecking whether time.h and sys/time.h may both be included... yeschecking for library functions------------------------------checking for pid_t... yeschecking vfork.h usability... nochecking vfork.h presence... nochecking for vfork.h... nochecking for fork... yeschecking for vfork... yeschecking for working fork... yeschecking for working vfork... (cached) yeschecking for stdlib.h... (cached) yeschecking for GNU libc compatible malloc... yeschecking for stdlib.h... (cached) yeschecking for GNU libc compatible realloc... yeschecking sys/select.h usability... yeschecking sys/select.h presence... yeschecking for sys/select.h... yeschecking for sys/socket.h... (cached) yeschecking types of arguments for select... int,fd_set *,struct timeval *checking return type of signal handlers... voidchecking whether lstat dereferences a symlink specified with a trailing slash... nochecking whether stat accepts an empty string... nochecking for vprintf... yeschecking for _doprnt... nochecking for library containing setsockopt... none requiredchecking for library containing gethostbyname... none requiredchecking for library containing XML_Parse... -lexpatchecking for library containing iconv... none requiredchecking for library containing inflate... -lzchecking for library containing logf... -lmchecking for dup2... yeschecking for gethostbyname... yeschecking for gettimeofday... yeschecking for memmove... yeschecking for memset... yeschecking for select... yeschecking for socket... yeschecking for strcasecmp... yeschecking for strchr... yeschecking for strerror... yeschecking for strncasecmp... yeschecking for strstr... yeschecking for strtol... yeschecking for logf... yeschecking for pread... yeschecking for backtrace... yeschecking for backtrace_symbols... yeschecking for clock_gettime in -lrt... yeschecking for clock_gettime... yeschecking for LOCK_EX in sys/file.h... yeschecking for F_SETLKW in fcntl.h... yeschecking for dlopen in -ldl... yeschecking for dlopen... yeschecking for dlerror... yesconfiguring Sphinx------------------checking for CFLAGS needed for pthreads... nonechecking for LIBS needed for pthreads... -lpthreadchecking for pthreads... foundchecking for pthread_mutex_timedlock... yeschecking whether to compile with MySQL support... yeschecking for mysql_config... mysql_configchecking for mysql_real_connect... yeschecking MySQL include files... -I/usr/local/mysql/include/mysql -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasingchecking MySQL libraries... -L/usr/local/mysql/lib -lmysqlclient -lpthread -lz -lm -lrt -ldlchecking whether to link statically with MySQL support... nochecking whether to compile with PostgreSQL support... nochecking whether to compile with libmmseg support... yeschecking libmmseg include files... -I/usr/local/mmseg3/include/mmseg/checking libmmseg libraries... -L/usr/local/mmseg3/lib/ -lmmsegchecking whether to use 64-bit document/word IDs... nochecking whether to compile with libstemmer support... nochecking for libexpat... foundchecking for libiconv... foundchecking for iconv() arg types... char **checking for UnixODBC... disabledchecking for Syslog... disabledchecking for unaligned RAM access... yeschecking whether byte ordering is bigendian... nogenerating configuration files------------------------------configure: creating ./config.statusconfig.status: creating Makefileconfig.status: creating src/Makefileconfig.status: creating libstemmer_c/Makefileconfig.status: creating doc/Makefileconfig.status: creating sphinx.conf.distconfig.status: creating sphinx-min.conf.distconfig.status: creating config/config.hconfig.status: executing depfiles commandsconfiguration done------------------You can now run 'make install' to build and install Sphinx binaries.On a multi-core machine, try 'make -j4 install' to speed up the build.Updates, articles, help forum, and commercial support, consulting, training,and development services are available at http://sphinxsearch.com/Thank you for choosing Sphinx![root@vm-vagrant csft-4.1]# make && make installMaking all in srcmake[1]: Entering directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src'/bin/sh svnxrev.sh ..make all-ammake[2]: Entering directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src'g++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/coreseek/etc\"" -DDATADIR="\"/usr/local/coreseek/var/data\"" -I/usr/local/include -I/usr/local/mysql/include/mysql -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I/usr/local/mmseg3/include/mmseg/ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -MT sphinx.o -MD -MP -MF .deps/sphinx.Tpo -c -o sphinx.o sphinx.cppIn file included from /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../include/c++/4.4.7/ext/hash_map:60,from /usr/local/mmseg3/include/mmseg/Segmenter.h:31,from /usr/local/mmseg3/include/mmseg/SegmenterManager.h:33,from tokenizer_zhcn.h:26,from sphinx.cpp:2173:/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../include/c++/4.4.7/backward/backward_warning.h:28:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated.In file included from /usr/local/mmseg3/include/mmseg/Segmenter.h:38,from /usr/local/mmseg3/include/mmseg/SegmenterManager.h:33,from tokenizer_zhcn.h:26,from sphinx.cpp:2173:/usr/local/mmseg3/include/mmseg/mmthunk.h: In member function ‘u2 css::ChunkQueue::getToken()’:/usr/local/mmseg3/include/mmseg/mmthunk.h:143: warning: comparison between signed and unsigned integer expressions/usr/local/mmseg3/include/mmseg/mmthunk.h:161: warning: comparison between signed and unsigned integer expressionssphinx.cpp: In function ‘bool Cmp(const SchemaRecord&, const SchemaRecord&)’:sphinx.cpp:5409: warning: array subscript has type ‘char’sphinx.cpp:5410: warning: array subscript has type ‘char’sphinx.cpp: In destructor ‘virtual CSphQueryResult::~CSphQueryResult()’:sphinx.cpp:6346: warning: deleting ‘void*’ is undefinedsphinx.cpp: In member function ‘virtual int CSphIndex_VLN::DebugCheck(FILE*)’:sphinx.cpp:15310: warning: format ‘%li’ expects type ‘long int’, but argument 5 has type ‘int’sphinx.cpp:15310: warning: format ‘%li’ expects type ‘long int’, but argument 6 has type ‘int’sphinx.cpp:15332: warning: format ‘%li’ expects type ‘long int’, but argument 5 has type ‘int’sphinx.cpp:15332: warning: format ‘%li’ expects type ‘long int’, but argument 6 has type ‘int’sphinx.cpp:15831: warning: format ‘%u’ expects type ‘unsigned int’, but argument 8 has type ‘uint64_t’sphinx.cpp:15831: warning: format ‘%u’ expects type ‘unsigned int’, but argument 10 has type ‘uint64_t’mv -f .deps/sphinx.Tpo .deps/sphinx.Pog++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/coreseek/etc\"" -DDATADIR="\"/usr/local/coreseek/var/data\"" -I/usr/local/include -I/usr/local/mysql/include/mysql -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I/usr/local/mmseg3/include/mmseg/ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -MT sphinxexcerpt.o -MD -MP -MF .deps/sphinxexcerpt.Tpo -c -o sphinxexcerpt.o sphinxexcerpt.cppsphinxexcerpt.cpp: In member function ‘void ExcerptGen_c::TokenizeDocument(char*, int, CSphDict*, ISphTokenizer*, bool, const ExcerptQuery_t&, const CSphIndexSettings&)’:sphinxexcerpt.cpp:811: warning: comparison between signed and unsigned integer expressionssphinxexcerpt.cpp: In function ‘void TokenizeDocument(TokenFunctorTraits_c&, const CSphHTMLStripper*)’:sphinxexcerpt.cpp:2460: warning: comparison between signed and unsigned integer expressionssphinxexcerpt.cpp:2574: warning: comparison between signed and unsigned integer expressionssphinxexcerpt.cpp:2583: warning: comparison between signed and unsigned integer expressionsmv -f .deps/sphinxexcerpt.Tpo .deps/sphinxexcerpt.Pog++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/coreseek/etc\"" -DDATADIR="\"/usr/local/coreseek/var/data\"" -I/usr/local/include -I/usr/local/mysql/include/mysql -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I/usr/local/mmseg3/include/mmseg/ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -MT sphinxquery.o -MD -MP -MF .deps/sphinxquery.Tpo -c -o sphinxquery.o sphinxquery.cppmv -f .deps/sphinxquery.Tpo .deps/sphinxquery.Pog++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/coreseek/etc\"" -DDATADIR="\"/usr/local/coreseek/var/data\"" -I/usr/local/include -I/usr/local/mysql/include/mysql -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I/usr/local/mmseg3/include/mmseg/ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -MT sphinxsoundex.o -MD -MP -MF .deps/sphinxsoundex.Tpo -c -o sphinxsoundex.o sphinxsoundex.cppmv -f .deps/sphinxsoundex.Tpo .deps/sphinxsoundex.Pog++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/coreseek/etc\"" -DDATADIR="\"/usr/local/coreseek/var/data\"" -I/usr/local/include -I/usr/local/mysql/include/mysql -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I/usr/local/mmseg3/include/mmseg/ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -MT sphinxmetaphone.o -MD -MP -MF .deps/sphinxmetaphone.Tpo -c -o sphinxmetaphone.o sphinxmetaphone.cppmv -f .deps/sphinxmetaphone.Tpo .deps/sphinxmetaphone.Pog++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/coreseek/etc\"" -DDATADIR="\"/usr/local/coreseek/var/data\"" -I/usr/local/include -I/usr/local/mysql/include/mysql -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I/usr/local/mmseg3/include/mmseg/ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -MT sphinxstemen.o -MD -MP -MF .deps/sphinxstemen.Tpo -c -o sphinxstemen.o sphinxstemen.cppmv -f .deps/sphinxstemen.Tpo .deps/sphinxstemen.Pog++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/coreseek/etc\"" -DDATADIR="\"/usr/local/coreseek/var/data\"" -I/usr/local/include -I/usr/local/mysql/include/mysql -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I/usr/local/mmseg3/include/mmseg/ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -MT sphinxstemru.o -MD -MP -MF .deps/sphinxstemru.Tpo -c -o sphinxstemru.o sphinxstemru.cppmv -f .deps/sphinxstemru.Tpo .deps/sphinxstemru.Pog++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/coreseek/etc\"" -DDATADIR="\"/usr/local/coreseek/var/data\"" -I/usr/local/include -I/usr/local/mysql/include/mysql -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I/usr/local/mmseg3/include/mmseg/ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -MT sphinxstemcz.o -MD -MP -MF .deps/sphinxstemcz.Tpo -c -o sphinxstemcz.o sphinxstemcz.cppmv -f .deps/sphinxstemcz.Tpo .deps/sphinxstemcz.Pog++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/coreseek/etc\"" -DDATADIR="\"/usr/local/coreseek/var/data\"" -I/usr/local/include -I/usr/local/mysql/include/mysql -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I/usr/local/mmseg3/include/mmseg/ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -MT sphinxutils.o -MD -MP -MF .deps/sphinxutils.Tpo -c -o sphinxutils.o sphinxutils.cppmv -f .deps/sphinxutils.Tpo .deps/sphinxutils.Pog++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/coreseek/etc\"" -DDATADIR="\"/usr/local/coreseek/var/data\"" -I/usr/local/include -I/usr/local/mysql/include/mysql -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I/usr/local/mmseg3/include/mmseg/ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -MT sphinxstd.o -MD -MP -MF .deps/sphinxstd.Tpo -c -o sphinxstd.o sphinxstd.cppmv -f .deps/sphinxstd.Tpo .deps/sphinxstd.Pog++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/coreseek/etc\"" -DDATADIR="\"/usr/local/coreseek/var/data\"" -I/usr/local/include -I/usr/local/mysql/include/mysql -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I/usr/local/mmseg3/include/mmseg/ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -MT sphinxsort.o -MD -MP -MF .deps/sphinxsort.Tpo -c -o sphinxsort.o sphinxsort.cppmv -f .deps/sphinxsort.Tpo .deps/sphinxsort.Pog++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/coreseek/etc\"" -DDATADIR="\"/usr/local/coreseek/var/data\"" -I/usr/local/include -I/usr/local/mysql/include/mysql -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I/usr/local/mmseg3/include/mmseg/ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -MT sphinxexpr.o -MD -MP -MF .deps/sphinxexpr.Tpo -c -o sphinxexpr.o sphinxexpr.cppsphinxexpr.cpp: In constructor ‘ExprParser_t::ExprParser_t(CSphSchema*, ISphExprHook*)’:sphinxexpr.cpp:742: warning: ‘ExprParser_t::m_pExtra’ will be initialized aftersphinxexpr.cpp:711: warning: ‘ISphExprHook* ExprParser_t::m_pHook’sphinxexpr.cpp:698: warning: when initialized heremv -f .deps/sphinxexpr.Tpo .deps/sphinxexpr.Pog++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/coreseek/etc\"" -DDATADIR="\"/usr/local/coreseek/var/data\"" -I/usr/local/include -I/usr/local/mysql/include/mysql -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I/usr/local/mmseg3/include/mmseg/ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -MT sphinxfilter.o -MD -MP -MF .deps/sphinxfilter.Tpo -c -o sphinxfilter.o sphinxfilter.cppmv -f .deps/sphinxfilter.Tpo .deps/sphinxfilter.Pog++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/coreseek/etc\"" -DDATADIR="\"/usr/local/coreseek/var/data\"" -I/usr/local/include -I/usr/local/mysql/include/mysql -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I/usr/local/mmseg3/include/mmseg/ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -MT sphinxsearch.o -MD -MP -MF .deps/sphinxsearch.Tpo -c -o sphinxsearch.o sphinxsearch.cppsphinxsearch.cpp: In member function ‘bool ExtTermPos_c<T>::IsAcceptableHit(const ExtHit_t*) const [with TermPosFilter_e T = (TermPosFilter_e)5u]’:sphinxsearch.cpp:1641: warning: enumeration value ‘SPH_ZONE_NO_SPAN’ not handled in switchmv -f .deps/sphinxsearch.Tpo .deps/sphinxsearch.Pog++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/coreseek/etc\"" -DDATADIR="\"/usr/local/coreseek/var/data\"" -I/usr/local/include -I/usr/local/mysql/include/mysql -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I/usr/local/mmseg3/include/mmseg/ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -MT sphinxrt.o -MD -MP -MF .deps/sphinxrt.Tpo -c -o sphinxrt.o sphinxrt.cppmv -f .deps/sphinxrt.Tpo .deps/sphinxrt.Pog++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/coreseek/etc\"" -DDATADIR="\"/usr/local/coreseek/var/data\"" -I/usr/local/include -I/usr/local/mysql/include/mysql -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I/usr/local/mmseg3/include/mmseg/ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -MT tokenizer_zhcn.o -MD -MP -MF .deps/tokenizer_zhcn.Tpo -c -o tokenizer_zhcn.o tokenizer_zhcn.cppIn file included from /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../include/c++/4.4.7/ext/hash_map:60,from /usr/local/mmseg3/include/mmseg/Segmenter.h:31,from /usr/local/mmseg3/include/mmseg/SegmenterManager.h:33,from tokenizer_zhcn.cpp:13:/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../include/c++/4.4.7/backward/backward_warning.h:28:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated.In file included from /usr/local/mmseg3/include/mmseg/Segmenter.h:38,from /usr/local/mmseg3/include/mmseg/SegmenterManager.h:33,from tokenizer_zhcn.cpp:13:/usr/local/mmseg3/include/mmseg/mmthunk.h: In member function ‘u2 css::ChunkQueue::getToken()’:/usr/local/mmseg3/include/mmseg/mmthunk.h:143: warning: comparison between signed and unsigned integer expressions/usr/local/mmseg3/include/mmseg/mmthunk.h:161: warning: comparison between signed and unsigned integer expressionsmv -f .deps/tokenizer_zhcn.Tpo .deps/tokenizer_zhcn.Porm -f libsphinx.aar cru libsphinx.a sphinx.o sphinxexcerpt.o sphinxquery.o sphinxsoundex.o sphinxmetaphone.o sphinxstemen.o sphinxstemru.o sphinxstemcz.o sphinxutils.o md5.o sphinxstd.o sphinxsort.o sphinxexpr.o sphinxfilter.o sphinxsearch.o sphinxrt.o tokenizer_zhcn.oranlib libsphinx.ag++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/coreseek/etc\"" -DDATADIR="\"/usr/local/coreseek/var/data\"" -I/usr/local/include -I/usr/local/mysql/include/mysql -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I/usr/local/mmseg3/include/mmseg/ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -MT indexer.o -MD -MP -MF .deps/indexer.Tpo -c -o indexer.o indexer.cppmv -f .deps/indexer.Tpo .deps/indexer.Pog++ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -o indexer indexer.o libsphinx.a -L/usr/local/mysql/lib -lmysqlclient -lpthread -lz -lm -lrt -ldl -L/usr/local/mmseg3/lib/ -lmmseg -ldl -lm -lz -lexpat -L/usr/local/lib -lrt -lpthreadg++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/coreseek/etc\"" -DDATADIR="\"/usr/local/coreseek/var/data\"" -I/usr/local/include -I/usr/local/mysql/include/mysql -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I/usr/local/mmseg3/include/mmseg/ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -MT searchd.o -MD -MP -MF .deps/searchd.Tpo -c -o searchd.o searchd.cppsearchd.cpp: In function ‘int ServiceMain(int, char**)’:searchd.cpp:14401: warning: unused variable ‘hPython’In file included from sphinx.h:45,from searchd.cpp:16:sphinxstd.h: In function ‘void sphSort(T*, int, U, V) [with T = SearchFailure_t, U = SphLess_T<SearchFailure_t>, V = SphAccessor_T<SearchFailure_t>]’:sphinxstd.h:431: warning: ‘<anonymous>’ may be used uninitialized in this functionsphinxstd.h:431: note: ‘<anonymous>’ was declared heremv -f .deps/searchd.Tpo .deps/searchd.Pog++ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -o searchd searchd.o libsphinx.a -L/usr/local/mysql/lib -lmysqlclient -lpthread -lz -lm -lrt -ldl -L/usr/local/mmseg3/lib/ -lmmseg -ldl -lm -lz -lexpat -L/usr/local/lib -lrt -lpthreadg++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/coreseek/etc\"" -DDATADIR="\"/usr/local/coreseek/var/data\"" -I/usr/local/include -I/usr/local/mysql/include/mysql -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I/usr/local/mmseg3/include/mmseg/ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -MT search.o -MD -MP -MF .deps/search.Tpo -c -o search.o search.cppsearch.cpp: In function ‘int main(int, char**)’:search.cpp:194: warning: unused variable ‘hPython’mv -f .deps/search.Tpo .deps/search.Pog++ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -o search search.o libsphinx.a -L/usr/local/mysql/lib -lmysqlclient -lpthread -lz -lm -lrt -ldl -L/usr/local/mmseg3/lib/ -lmmseg -ldl -lm -lz -lexpat -L/usr/local/lib -lrt -lpthreadg++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/coreseek/etc\"" -DDATADIR="\"/usr/local/coreseek/var/data\"" -I/usr/local/include -I/usr/local/mysql/include/mysql -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I/usr/local/mmseg3/include/mmseg/ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -MT spelldump.o -MD -MP -MF .deps/spelldump.Tpo -c -o spelldump.o spelldump.cppmv -f .deps/spelldump.Tpo .deps/spelldump.Pog++ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -o spelldump spelldump.o libsphinx.a -L/usr/local/mysql/lib -lmysqlclient -lpthread -lz -lm -lrt -ldl -L/usr/local/mmseg3/lib/ -lmmseg -ldl -lm -lz -lexpat -L/usr/local/lib -lrt -lpthreadg++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/coreseek/etc\"" -DDATADIR="\"/usr/local/coreseek/var/data\"" -I/usr/local/include -I/usr/local/mysql/include/mysql -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I/usr/local/mmseg3/include/mmseg/ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -MT indextool.o -MD -MP -MF .deps/indextool.Tpo -c -o indextool.o indextool.cppmv -f .deps/indextool.Tpo .deps/indextool.Pog++ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -o indextool indextool.o libsphinx.a -L/usr/local/mysql/lib -lmysqlclient -lpthread -lz -lm -lrt -ldl -L/usr/local/mmseg3/lib/ -lmmseg -ldl -lm -lz -lexpat -L/usr/local/lib -lrt -lpthreadg++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/coreseek/etc\"" -DDATADIR="\"/usr/local/coreseek/var/data\"" -I/usr/local/include -I/usr/local/mysql/include/mysql -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I/usr/local/mmseg3/include/mmseg/ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -MT tests.o -MD -MP -MF .deps/tests.Tpo -c -o tests.o tests.cppmv -f .deps/tests.Tpo .deps/tests.Pog++ -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -o tests tests.o libsphinx.a -L/usr/local/mysql/lib -lmysqlclient -lpthread -lz -lm -lrt -ldl -L/usr/local/mmseg3/lib/ -lmmseg -ldl -lm -lz -lexpat -L/usr/local/lib -lrt -lpthreadmake[2]: Leaving directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src'make[1]: Leaving directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src'Making all in testmake[1]: Entering directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/test'make[1]: Nothing to be done for `all'.make[1]: Leaving directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/test'Making all in docmake[1]: Entering directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/doc'All docs are already pre-built by developer.If you want to rebuild them, install docbook-xsland xsltproc and then run 'make docs' instead of simple 'make'.make[1]: Leaving directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/doc'make[1]: Entering directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1'make[1]: Nothing to be done for `all-am'.make[1]: Leaving directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1'Making install in srcmake[1]: Entering directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src'/bin/sh svnxrev.sh ..make install-ammake[2]: Entering directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src'make[3]: Entering directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src'test -z "/usr/local/coreseek/bin" || /bin/mkdir -p "/usr/local/coreseek/bin"/usr/bin/install -c indexer searchd search spelldump indextool '/usr/local/coreseek/bin'make[3]: Nothing to be done for `install-data-am'.make[3]: Leaving directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src'make[2]: Leaving directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src'make[1]: Leaving directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/src'Making install in testmake[1]: Entering directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/test'make[1]: Nothing to be done for `install'.make[1]: Leaving directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/test'Making install in docmake[1]: Entering directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/doc'make[2]: Entering directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/doc'make[2]: Nothing to be done for `install-exec-am'.test -z "/usr/local/coreseek/share/man/man1" || /bin/mkdir -p "/usr/local/coreseek/share/man/man1"/usr/bin/install -c -m 644 searchd.1 search.1 indexer.1 indextool.1 spelldump.1 '/usr/local/coreseek/share/man/man1'make[2]: Leaving directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/doc'make[1]: Leaving directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1/doc'make[1]: Entering directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1'make[2]: Entering directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1'test -z "/usr/local/coreseek/etc" || /bin/mkdir -p "/usr/local/coreseek/etc"/usr/bin/install -c -m 644 sphinx.conf.dist sphinx-min.conf.dist example.sql '/usr/local/coreseek/etc'make install-data-hookmake[3]: Entering directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1'mkdir -p /usr/local/coreseek/var/data && mkdir -p /usr/local/coreseek/var/logmake[3]: Leaving directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1'make[2]: Leaving directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1'make[1]: Leaving directory `/home/wwwroot/softsrc/coreseek-4.1-beta/csft-4.1'[root@vm-vagrant csft-4.1]#
安装sphinx报错(undefined reference to `libiconv_open' 、undefined reference to `libiconv'、undefined reference to `libiconv_close'、make[1]: *** No rule to make target `all'. Stop. 、make: *** [all-recursive的更多相关文章
- python27(32位)安装模块报错“error: Unable to find vcvarsall.bat”
		
1)首先,下载一个Microsoft Visual C++ Compiler for Python 2.7的补丁,下载地址在这里: http://www.microsoft.com/en-us/dow ...
 - Sql Server 2008卸载后再次安装一直报错
		
sql server 2008卸载之后再次安装一直报错问题. 第一:由于上一次的卸载不干净,可参照百度完全卸载sql server2008 的方式 1. 用WindowsInstaller删除所有与S ...
 - Python virtualenv安装库报错SSL: CERTIFICATE_VERIFY_FAILED
		
Python virtualenv安装库报错SSL: CERTIFICATE_VERIFY_FAILED 问题描述 使用pip按照virtualenv报错,如下: pip install virtua ...
 - [原创] ubuntu下安装scrapy报错 error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
		
Ubuntu14.04在virtualenv下安装scrapy报错,Failed building wheel for cffi,lxml,cryptography 等. error: command ...
 - Sybase ASE安装过程报错,无法创建数据库设备[AM fork() failed]
		
今天同事要搭建一套测试环境,安装开发版的SYBASE ASE 15.03 Windows平台下的,发现安装过程中到了创建数据库设备的环节就开始报错了,报错信息如下: 03/24/14 09:31:44 ...
 - 安装mysql-python报错:UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 65: ordinal not in range(128)
		
安装mysql-python报错: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 65: ordinal n ...
 - python︱模块加载(pip安装)以及pycharm安装与报错解决方式
		
每每以为攀得众山小,可.每每又切实来到起点,大牛们,缓缓脚步来俺笔记葩分享一下吧,please~ --------------------------- 准备放下R开始学python,真是痛苦,因为找 ...
 - 安装STS报错(三)
		
安装STS报错 1.具体报错如下 Failure to transfer org.codehaus.plexus:plexus-archiver:jar:1.2 from http://repo.ma ...
 - 安装STS报错(二)
		
安装STS报错 1.启动时报错 2.报错原因 3.处理办法
 
随机推荐
- Day11 - Python操作memcache、redis缓存、rabbitMQ队列
			
本周课前必备: 1. Memcached 2. Python操作Memcached模块: https://pypi.python.org/pypi/python-memcached 3. Redis ...
 - Highcharts 丢失值区域图;Highcharts 反转x轴与y轴;Highcharts 曲线区域图;Highcharts 区间区域图;Highcharts 使用区间和线的区域图
			
Highcharts 丢失值区域图 chart 配置 将 chart 的 spacingBottom 属性设置为 30.表示图表间的间隔区间. var chart = { type: 'area', ...
 - 分析器错误信息: 未能加载类型“xxx.Global”。
			
Global.asax错误 分析器错误 说明: 在分析向此请求提供服务所需资源时出错.请检查下列特定分析错误详细信息并适当地修改源文件. 分析器错误信息: 未能加载类型“xxx.Global”. 源错 ...
 - jquery基础 笔记二
			
动态创建元素 关于使用HTML DOM创建元素本文不做详细介绍, 下面举一个简单的例子: //使用Dom标准创建元素 var select = document.createElement(" ...
 - Prism5.0开发人员指南内容(纯汉语版)
			
Prism指南包含以下内容: 下载并安装Prism Prism5.0新内容 介绍 初始化应用程序 组件间的依赖管理 模块化应用程序开发 实现MVVM模式 进击的MVVM 组合式用户界面 导航 松耦合组 ...
 - maven手动添加jar(转)
			
Maven 手动添加 JAR 包到本地仓库 原文链接:http://www.blogjava.net/fancydeepin/archive/2012/06/12/380605.html Maven ...
 - Android 代码实现viewPager+fragment 模仿今日头条的顶部导航
			
模仿今日头条的顶部导航: 下载地址: http://download.csdn.net/detail/u014608640/9917700 效果图:
 - IOS开发使用GCD后台运行
			
什么是GCD Grand Central Dispatch (GCD)是Apple开发的一个多核编程的解决方法.该方法在Mac OS X 10.6雪豹中首次推出,并随后被引入到了iOS4.0中.GCD ...
 - C++Builder中的延时函数
			
第一种方法: 使用 Sleep(1000) 函数 如果使用Sleep(1000);的时候提示如此错误 [C++ Error] supplierPayment_.cpp(321): E2015 Am ...
 - matlab linux的安装(第二次)
			
1 挂载 2 下载jdk,matlab里面那个不行,缺点东西 3 安装 ./install *** 4 激活,非在线 5 license.lic路径在百度云中有 6 运行路径在你安装过程中的选的路径, ...