下载pcre、openssl、zlib三个源码包 ngx_murmur_hash2文件出现错误,编译选项增加 -Wno-error 使用openssl-1.1.1会导致以下错误 /opt/ngnix/openssl-1.1.1/.openssl/lib/libcrypto.a ...
Linux编译内核 Ubuntu . . . 关闭虚拟机并备份 首先关闭虚拟机,其次直接找到.vmdk所在目录,并压缩该目录实现备份 下载内核源码 Linux内核官网:https: www.kernel.org ,点击图标下载,摘自https: blog.csdn.net qq article details 将压缩包移动到虚拟机中,并备份 boot grub grub.cfg文件这个文件他负责启 ...
2020-11-04 17:06 0 690 推荐指数:
下载pcre、openssl、zlib三个源码包 ngx_murmur_hash2文件出现错误,编译选项增加 -Wno-error 使用openssl-1.1.1会导致以下错误 /opt/ngnix/openssl-1.1.1/.openssl/lib/libcrypto.a ...
1. 降低内核版本请参考该链接:https://www.jianshu.com/p/db2755a07d7d 图1 2. 步骤1之后重启机器发现没有网卡驱动 ...
因为tvm版本变化较大,v5.0-v6.0目录结构都不一样,所以安装要参照官方文档 https://tvm.apache.org/docs/install/from_source.html ...
1. apache apache 需要依赖几个模块:apr, apr-util, pcre,也分别源码安装。 1.1 编译安装 1.1.1 apr apr-util 下载地址:http://apr.apache.org/download.cgi 分别下载解压,然后在源码 ...
1.获取openwrt源码 git clone https://github.com/openwrt/openwrt.git 2.安装一些库及必备程序: sudo apt-get install ...
安装tftp客户端和服务器sudo apt-get install tftp-hpa tftpd-hpa xinetdtftp-hpa是客户端tftpd-hpa是服务器 配置文件 ...
安装 mysql mariadb 字符集修改utf8 如果装的mariadb, 默认字符集已经是utf8了。mysql则不是 修改字符集: 添加以下内容 重启: 登录权限问题 Ubuntu18.04 安装mysql或者mariadb之后,发现普通用户 ...
Linux(本例以Ubuntu18.04为例)安装GCC编译器 一、安装 安装命令:sudo apt-get build-dep gcc 遇到 您希望继续执行吗? [Y/n] y 直接输入y回车即可 一直到安装并设置完成再次回到命令操作行 二、测试下GCC编译命令 ...