pdflib - sh:phpize:找不到命令
我需要我的网站来生成 pdf 文件。我本来打算使用 PDFlib。当我尝试通过 PEAR 图形界面安装它时,收到错误消息“sh:phpize:找不到命令”。有人有什么建议吗?
I need my website to generate a pdf file. I was planning on using PDFlib. When I try install it through the PEAR graphic interface, I get the error message "sh: phpize: command not found". Does anyone have any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如 Marc B 所指出的,您的系统中应该有一个包,其中包含构建 PHP 扩展(通常是 php-devel)所需的文件。
在我的 Centos 系统上,您应该以 root 身份在终端中输入此命令:
顺便说一句,这应该适用于 Red Hat 和 Fedora。
在 Debian 或 Ubuntu 上,命令略有不同:
如果您想启动终端,所需的步骤取决于您的桌面环境。通常在 Ubuntu 用户上安装 Unity,因此:
在 Gnome3 上:
两种环境上的键盘快捷键是相同的: Ctrl + Alt + T 。
对于其他 DE,请查看此文档:https://help.ubuntu.com/community/UsingTheTerminal
As noted by Marc B, you should have in your system a package containing the files needed for building PHP extensions (php-devel, usually).
On my Centos system you should type this command as root in a terminal:
This should work on Red Hat and Fedora, by the way.
On Debian or Ubuntu the command is slightly different:
If you want to start a terminal, the steps required depend on your desktop environment. Usually on Ubuntu users get Unity installed, so:
On Gnome3:
The keyboard shortcut is the same on both environment: Ctrl + Alt + T .
For other DEs take a look at this doc: https://help.ubuntu.com/community/UsingTheTerminal