找不到 php 命令

发布于 2024-12-11 10:21:03 字数 188 浏览 0 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

绳情 2024-12-18 10:21:03

使用完整路径。

在 PHP 下运行时,路径环境变量会有所不同,因为它将作为另一个用户运行。

Use the full path.

The path environmental variable will be different when running under PHP, since that will run as another user.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文