系统:centos 7
场景:安装 xunsearch 时,要求 openssl < 1.1.0(成功) 或者 libevent 2.1.x(失败)
报错:「 如下 」 
make[2]: *** [bufferevent_openssl.lo] Error 1
make[2]: Leaving directory `/Data/app/xunsearch-full-1.4.14/libevent-2.0.21-stable'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/Data/app/xunsearch-full-1.4.14/libevent-2.0.21-stable'
make: *** [install] Error 2
ERROR: failed to compile libevent, see 'setup.log' for more detail
# openssl-1.0.1g
wget https://www.openssl.org/source/old/1.0.1/openssl-1.0.1g.tar.gz
tar -xzvf openssl-1.0.1g.tar.gz
cd openssl-1.0.1g
./config shared zlib -DOPENSSL_NO_HEARTBEATS
make
make install
mv /usr/bin/openssl /usr/bin/openssl.OFF
mv /usr/include/openssl /usr/include/openssl.OFF
ln -s /usr/local/ssl/bin/openssl /usr/bin/openssl
ln -s /usr/local/ssl/include/openssl /usr/include/openssl
echo "/usr/local/ssl/lib" >> /etc/ld.so.conf
echo "/usr/local/lib64" >> /etc/ld.so.conf
ldconfig -v
openssl version    「 脏文件 /usr/local/bin/openssl (执行文件) &/usr/local/include/openssl(库文件) 」 
  • OpenSSL 1.0.1g 7 Apr 2014
# xunsearch-full-1.4.8 安装成功
tar jxf xunsearch-full-1.4.8.tar.bz2
cd xunsearch-full-1.4.8/
./setup.sh

xunsearch 安装相关推荐

  1. xunsearch 安装步骤以及错误处理

    ** xunsearch 安装步骤 ** 错误详情 1.运行下面指令下载.解压安装包 wget http://www.xunsearch.com/download/xunsearch-full-lat ...

  2. xunsearch安装使用

    目录 1.下载 2.进入,安装 3.安装成功后,启动后台服务 4.安装PHP-SDK 安装步骤 1.下载 wget http://www.xunsearch.com/download/xunsearc ...

  3. linux xunsou_Linux下的迅搜(xunsearch)安装使用教程,并设置成开机启动服务

    1.到 /usr/local/src 目录,运行下面指令下载.解压安装包cd /usr/local/src wget http://www.xunsearch.com/download/xunsear ...

  4. xunsearch安装配置

    1.wget http://www.xunsearch.com/download/xunsearch-full-latest.tar.bz2 2.tar -xjf xunsearch-full-lat ...

  5. Xunsearch安装和laravel5.8使用shaozeming/xunsearch-laravel扩展

    安装xunsearch: wget http://www.xunsearch.com/download/xunsearch-full-latest.tar.bz2 tar -xjf xunsearch ...

  6. 迅搜 php,安装、升级 - 权威指南 - 迅搜(xunsearch) - 开源免费中文全文搜索引擎

    安装 Xunsearch PHP-SDK 是与 xunsearch 后端服务协同工作的,所以后先必须先在您的服务器 上安装服务端,服务器操作系统要求必须是 Linux.BSD 或其它类 UNIX 系统 ...

  7. xunsearch php实例,xunsearch系列(一)安装篇

    先来了解一下什么是全文检索(全文搜索)? 全文检索是指计算机索引程序通过扫描文章中的每一个词,对每一个词建立一个索引,指明该词在文章中出现的次数和位置,当用户查询时,检索程序就根据事先建立的索引进行查 ...

  8. 安装Xunsearch

    Xunsearch PHP-SDK 是与 xunsearch 后端服务协同工作的,所以后先必须先在您的服务器 上安装服务端,服务器操作系统要求必须是 Linux.BSD 或其它类 UNIX 系统,同时 ...

  9. linux下xunsearch的安装和使用以及简单的操作语句

    官方文档:http://www.xunsearch.com/doc/php/guide/start.installation 一.安装 3.待命令运行结束后,如果没有出错中断,则表示顺利安装完成,然后 ...

最新文章

  1. 少儿德国奎尔鱼油(QÜELL FISH OIL FOR JUNIOR )
  2. 时序分析:串匹配-KMP算法
  3. java 加载class文件路径_动手实现MVC: 1. Java 扫描并加载包路径下class文件
  4. gatsby_如何在Gatsby.js中使用本地状态保持页面之间的状态
  5. torch.Tensor和torch.tensor有什么区别?
  6. 排序sort,统计wc
  7. 个人Blog小程序开发完毕
  8. .net core 中 Identity Server 4 Topic 之 Startup
  9. Spring Boot 打包成的可执行 jar ,为什么不能被其他项目依赖?
  10. 模糊控制——(1)基本原理
  11. 语音识别机器人课设Linux,机器人语音识别实验设计与实现
  12. Electron构建魔兽世界插件更新安装
  13. 微信小程序学习(二)党费计算实例
  14. 新手python之BP神经网络——手写公式推导+可运行代码+编程中遇到的问题
  15. 文件怎么批量全部打印出来,网上打印文件怎么操作
  16. nats streaming订阅
  17. 十四、理解nn.module方法——学习python面向对象编程(一)
  18. ios开发遇到的memory持续上涨导致页面crash解决思路总结
  19. app pour android,Pokédex pour Android (FR)
  20. c语言程序如何在keil中运行,keil c51中C程序的启动过程

热门文章

  1. 高仿猫眼电影选座(选票)模块-b
  2. ATX+Python+uiautomator2环境下进行手机UI自动化测试
  3. 正宗兰州牛肉拉面汤料精准配方
  4. java 加载 xsd文件_Spring中自定义xsd文件操作方式
  5. lftp上传和下载文件夹
  6. 孙鑫MFC笔记(15)--多线程和聊天室的创建
  7. 天香计算机游戏,108个“奶爸”不说话 《吞噬苍穹》天香职业
  8. 2021.06.14
  9. vue下实现扫描枪读取条形码数据
  10. 金三银四季!java面试题,让你无所畏惧