【发布时间】:2019-03-26 15:35:12
【问题描述】:
我想在我的 php 应用程序中使用 wkhtmltopdf。
因此我在我的 apt.yml 文件中添加了wkhtmltopdf,并希望一切正常......
...不幸的是,它没有。
每次我运行wkhtmltopdf google.ch output.pdf 我都会收到以下错误:
wkhtmltopdf: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
有人知道如何在 cloud Foundry 的 php-builtpack 中正确设置 wkthtmltopdf 吗?
【问题讨论】:
-
现在我使用静态构建的github.com/h4cc/wkhtmltopdf-amd64 composer 依赖...
标签: wkhtmltopdf cloud-foundry swisscomdev