本文介绍: centos系统下,用phpsystem命令unoconvwordpdf提示Unable to connect or start own listene解决办法。上面这个命令shell 终端执行成功,但是在php(Apache)中会报错:Unable to connect or start own listene

centos系统下,用phpsystem命令unoconvwordpdf提示Unable to connect or start own listene解决办法

unoconv -o /foo/bar/public_html/upload/ -f pdf /foo/bar/public_html/upload/test.docx 2>&1
上面这个命令shell 终端能执行成功,但是在php(Apache)中会报错:Unable to connect or start own listene

需要设置HOME变量即可
passthru(‘export HOME=/foo/bar/public_html/upload/ && unoconv -o /foo/bar/public_html/upload/ -f pdf /foo/bar/public_html/upload/test.docx 2>&1′)

https://yidianhulian.com/?p=12281icon-default.png?t=N7T8https://yidianhulian.com/?p=12281

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注