• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • 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 阅读(120) 评论(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 阅读(824) 评论(0) 推荐(0)