hightman / xunsearch

免费开源的中文搜索引擎,采用 C/C++ 编写 (基于 xapian 和 scws),提供 PHP 的开发接口和丰富文档
http://www.xunsearch.com
Other
1.64k stars 391 forks source link

Ubuntu 18.04无法安装 #102

Open TangMonk opened 5 years ago

TangMonk commented 5 years ago
Checking scws ... 1.2.3
Checking scws dict ... ok
Checking libuuid ... yes: /usr/local/xunsearch
Checking xapian-core-scws ... 1.4.9
Checking libevent ... no
Installing libevent (2.0.21-stable) ...
Extracting libevent package ...

Configuring libevent ...
Compiling & installing libevent ...
-----
 static BIO_METHOD methods_bufferevent = {
                   ^~~~~~~~~~~~~~~~~~~
Makefile:793: recipe for target 'bufferevent_openssl.lo' failed
make[2]: *** [bufferevent_openssl.lo] Error 1
make[2]: Leaving directory '/root/xunsearch-full-1.4.13/libevent-2.0.21-stable'
Makefile:857: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/root/xunsearch-full-1.4.13/libevent-2.0.21-stable'
Makefile:1182: recipe for target 'install' failed
make: *** [install] Error 2
-----
largezhou commented 4 years ago

同问题,,求更新啊~~~

evenrxf commented 4 years ago

已解决:查看https://www.jianshu.com/p/2bd166d48f42

byrnes2014 commented 4 years ago

@evenrxf 按照文档修改后 报告了一个./configure: No such file or directory

actual123321 commented 3 years ago

@evenrxf 按照文档修改后 报告了一个./configure: No such file or directory

需要把原来的libevent-2.0.21-stable.tar.bz2文件删除,然后就能成功编译,已测试成功。 1 2