0

我试图在我的 PHP 服务器 (MAMP) 中安装包 gphoto2。我已经在我的电脑上安装了 gphoto 并且它可以工作,但我想在我的 php 网站上集成 gphoto 实际上我试试这个:

<?php
$output = shell_exec('wp-content/themes/barberry/script.sh 2>&1');
          echo "<pre>";
          var_dump($output);
          echo "</pre>";
?>

我有这个作为回报: wp-content/themes/barberry/script.sh: line 6: gphoto2: command not found

我还在我的 MacOS 中安装了 brew,但我无法在 MAMP 上安装 gphoto2。感谢您 !

4

0 回答 0