test.php file
<?php
exec("deepin-movie");
for example, open the local deepin-movie video software with php. In php"s cli mode, executing
php test.php works normally, but when I trigger the call with a button on the page, I report an error. The page request is http://localhost/test.php
deepin-movie: /opt/lampp/lib/libstdcPP.so.6: version `CXXABI_1.3.8" not found (required by deepin-movie) deepin-movie: /opt/lampp/lib/libstdcPP.so.6: version `CXXABI_1.3.9" not found (required by deepin-movie) deepin-movie: /opt/lampp/lib/libstdcPP.so.6: version `GLIBCXX_3.4.18" not found (required by deepin-movie)