会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
qsnfjwjrzm
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2024年1月31日
ubuntu安装nginx遇到的问题
摘要: 执行./configure的时候出现error 1.Ubuntu the HTTP rewrite module requires the PCRE library 缺少pcre 执行 sudo apt-get install libpcre3 libpcre3-dev sudo apt-get i
阅读全文
posted @ 2024-01-31 10:48 qsnfjwjrzm
阅读(85)
评论(0)
推荐(0)
编辑
Ubuntu ./configure: error: C compiler cc is not found
摘要: 没有gcc 安装即可 sudo apt-get install build-essential
阅读全文
posted @ 2024-01-31 10:37 qsnfjwjrzm
阅读(688)
评论(0)
推荐(0)
编辑