AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / server / 问题 / 1011251
Accepted
HenryM
HenryM
Asked: 2020-04-08 01:33:49 +0800 CST2020-04-08 01:33:49 +0800 CST 2020-04-08 01:33:49 +0800 CST

Elasticbeanstalk 如何在我的配置文件中指定 Pango >= 1.38?

  • 772

我收到以下错误:

Elasticbeanstalk 用户警告:@font-face 支持需要 Pango >= 1.38

我需要在 elasticbeanstalk 上安装 Pango >= 1.38。

我有以下.ebextensions\01_packages.config文件

packages:
  yum:
    git: []
    postgresql93-devel: []
    libxslt-devel: []
    libxml2-devel: []
    python36: []
    gcc-c++: []
    gcc-gfortran: []
    atlas-sse3-devel: []
    lapack-devel: []
    libffi: []
    libffi-devel: []
    cairo-devel: []
    pango: []
    pango-devel : []

这是根据 eb-activity.log 中的此摘录加载 pango 1.28

> ---> Package pango.x86_64 0:1.28.1-10.11.amzn1 will be installed   --> Processing Dependency: libthai >= 0.1.9 for package:
> pango-1.28.1-10.11.amzn1.x86_64   --> Processing Dependency:
> libthai.so.0(LIBTHAI_0.1)(64bit) for package:
> pango-1.28.1-10.11.amzn1.x86_64   --> Processing Dependency:
> libthai.so.0()(64bit) for package: pango-1.28.1-10.11.amzn1.x86_64  
> --> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.28.1-10.11.amzn1.x86_64   ---> Package pango-devel.x86_64
> 0:1.28.1-10.11.amzn1 will be installed   --> Processing Dependency:
> pkgconfig(xft) for package: pango-devel-1.28.1-10.11.amzn1.x86_64  
> --> Processing Dependency: libXft-devel for package: pango-devel-1.28.1-10.11.amzn1.x86_64

我试过修改为

...
    pango: 1.44.0
    pango-devel : 1.44.0 

安装时出现以下错误:

命令在实例上失败。返回码:1 输出:Yum 没有可安装的 pango-1.44.0。

我是否安装了更新版本的 Pango?

elastic-beanstalk
  • 1 1 个回答
  • 137 Views

1 个回答

  • Voted
  1. Best Answer
    HenryM
    2021-04-16T22:40:01+08:002021-04-16T22:40:01+08:00

    我终于升级到最新版本的 Elastic Beanstalk,这是我解决这个问题的唯一方法

    • 0

相关问题

  • 负载均衡器 url 和弹性 beanstalk url 之间有什么区别吗?

  • ElasticBeanstalk 错误“应用程序版本不可用且无法与环境一起使用”是什么意思?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve