GLIBCXX_3.4.9找不到ubuntu

时间:2014-04-05 23:14:40

标签: php ubuntu converter shell-exec

我正在尝试使用.doc命令将.html文件转换为shell_exec文件。

为此我写了下面的代码:

  $result = shell_exec("soffice --headless --convert-to html /opt/lampp/htdocs/converter/public/uploads/resume/".$filename." 2>&1");
  echo $result;

但是当我从浏览器运行项目时,我得到了这个:

 /usr/lib/libreoffice/program/oosplash: /opt/lampp/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /usr/lib/libreoffice/program/../ure-link/lib/libuno_sal.so.3) 
 /usr/lib/libreoffice/program/oosplash: /opt/lampp/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/lib/libreoffice/program/../ure-link/lib/libuno_sal.so.3)

请帮助我是shell_execubuntu

的新手

0 个答案:

没有答案