随笔分类 -  linux

摘要:cmake 升级 1下载 cmake-3.1.0.tar.gz2、解压 3、执行 ./configure 4、执行 make 5、 执行 sudo make install 6、添加环境变量 # vi /etc/profile // 修改环境变量 //在文件末尾追加以下两行代码 PATH=/usr/ 阅读全文
posted @ 2019-09-06 09:57 柠檬v不萌 阅读(889) 评论(2) 推荐(0)
摘要:php 7.3.4 configure: error: Please reinstall the libzip distribution 阅读全文
posted @ 2019-09-06 09:56 柠檬v不萌 阅读(2526) 评论(0) 推荐(1)
摘要:php安装执行configure报错error: off_t undefined; check your library configuration 添加如下几行 阅读全文
posted @ 2019-09-06 09:55 柠檬v不萌 阅读(2099) 评论(0) 推荐(0)
摘要:centos安装lnmp yum 安装依赖 安装开发库 安装nginx nginx 启动 修改配置文件,指定根目录 进入sbin 目录 nginx 加入系统环境变量 使用vim命令打开/etc/profile文件,在文件最末尾加上如下代码 保存修改后,使用source命令重新加载配置文件,命令如下 阅读全文
posted @ 2019-09-06 09:54 柠檬v不萌 阅读(388) 评论(0) 推荐(0)