找不到 php 命令
我在 Linux Cent 操作系统中使用 Php。我想将 PDF 转换为 SWF,所以我使用 SWFTools。 SWFTools 由 pdf2swf 命令组成,当我在命令行中使用它时,它执行得很好。但是当我通过 php 执行该命令时,该命令不起作用。
错误:找不到命令
我发现扩展是最新的。
中间还缺少什么吗?
I am using Php in Linux Cent OS. I wanted to convert PDF to SWF, So I use SWFTools. SWFTools consists of pdf2swf command, which is executing fine when I use it in command line. But the command is not working when I execute it through php.
Error: command not found
I have found the extensions are up to date.
Anything else is missing in between?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用完整路径。
在 PHP 下运行时,路径环境变量会有所不同,因为它将作为另一个用户运行。
Use the full path.
The path environmental variable will be different when running under PHP, since that will run as another user.