ubunbu系统下google protobuf的安装 说明: 使用protobuf时需要安装两部分: 第一部分为\ .proto文件的编译器,它负责把定义的\ .proto文件生成对应的c++类的.h和.cpp文件; 第二部分是protobuf的c++动态库(由protobuf的源码编译生成),该 ...
分类:
其他好文 时间:
2020-02-03 10:04:36
阅读次数:
86
host为ubuntu16.04 下载相关工具 $ sudo apt-get install automake bison chrpath flex g++ git gperf \ gawk libexpat1-dev libncurses5-dev libsdl1.2-dev libtool \ ...
分类:
其他好文 时间:
2020-01-27 14:00:38
阅读次数:
96
1 下载包放到家目录 [root@centos ~] ls php 7.4.0.tar.xz 2 解压并安装编译需要的工具 [root@centos ~] yum install gcc pcre devel openssl devel expat devel autoconf libtool gc ...
分类:
Web程序 时间:
2020-01-11 20:25:51
阅读次数:
110
#! /bin/bashcd /tmpecho "current direction is $(pwd)"yum -y install wgetwget https://www.python.org/ftp/python/3.6.6/Python-3.6.6.tgztar -zxvf Python- ...
分类:
编程语言 时间:
2020-01-04 01:03:40
阅读次数:
69
一、安装依赖环境 [root@localhost src]# yum install autoconf automake libtool libdb-devel boost-devel libevent-devel -y 二、从github上下载源代码 [root@localhost src]# g ...
分类:
其他好文 时间:
2019-12-04 10:37:17
阅读次数:
383
编译时出现: error: Libtool library used but ‘LIBTOOL’ is undefined 参考了一下: http://stackoverflow.com/questions/18978252/error-libtool-library-used-but-libtoo ...
分类:
其他好文 时间:
2019-12-03 14:15:03
阅读次数:
96
LDAP 安装 一、安装LDAP 1. 安装包 yum install openssl devel gcc libtool ltdl devel y yum install openldap servers openldap clients y [root@master ldap] id ldap ...
分类:
Web程序 时间:
2019-11-21 12:05:06
阅读次数:
186
转自:https://www.cnblogs.com/raina/p/10656106.html 下载安装包: 1. MinGW官网下载:http://www.mingw.org 点击右上角Downloads 点击下载 mingw-get-setup.exe 2. 百度网盘(2019年4月从官网下载 ...
一、安装编译工具及库文件 yum -y install make zlib zlib-devel gcc-c++ libtool openssl openssl-devel 二、首先安装PCRE PCRE 作用是让 Nginx 支持 Rewrite 功能。切换到管理员root用户(不然权限不够),然 ...
分类:
其他好文 时间:
2019-11-11 14:23:26
阅读次数:
108
注意:可以查看Redis官网查看集群搭建方式,连接如下 https://redis.io/topics/cluster-tutorial 集群中应该至少有三个节点,每个节点有一备份节点。需要6台服务器。 如果条件有限,可以搭建伪分布式,以下步骤是在一台 Linux 服务器上搭建有6个节点的 Redi ...
分类:
系统相关 时间:
2019-11-04 15:34:32
阅读次数:
90