ubuntu安装nginx遇到的问题及解决方案
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu安装nginx遇到的问题及解决方案相关的知识,希望对你有一定的参考价值。
参考技术A 1.apt安装包时太慢,切换了阿里数据源,执行sudo ./configure --prefix=/usr/local/nginx 时报 ./configure: error: C compiler cc is not found错误,然后执行sudo apt install build-essential,仍然不行
2.切换成清华数据源 执行 sudo apt install build-essential成功,解决 ./configure: error: C compiler cc is not found的错误。
3.继续用configure构建程序报 没有pcre,执行sudo apt-get install libpcre3 libpcre3-dev 和 sudo apt-get install openssl libssl-dev,解决该问题
4.继续构建程序 报需要zlib包,sudo apt install zlib1g 和 sudo apt install zlib1g-dev,解决该问题
5.重新构建nginx没有再报错了~
6.执行sudo make && sudo make install 安装完成
WSL Ubuntu 宝塔 PHP 环境安装及配置
参考技术A 在 Microsoft Store 中找到 Ubuntu 18.04 LTS,点击安装。修改 /etc/ssh/sshd_config 中的相应配置项为
重启ssh
安装Nginx后,在 /etc/nginx/nginx.conf 的 http block 中加入(解决 PHP-FPM 超时问题)
重启宝塔
配置为 阿里云 Composer 全量镜像
增加个人配置 ~/.vimrc
以上是关于ubuntu安装nginx遇到的问题及解决方案的主要内容,如果未能解决你的问题,请参考以下文章
在VMware上安装Ubuntu软件步骤与遇到的相关问题及解决方案
UEFI方式安装Win10以及Ubuntu后续升级遇到的问题及解决方案