【发布时间】:2016-08-06 17:19:40
【问题描述】:
我安装了最新的sphinx 2.3.1 版。
我有 TYPO3 CMS 6.2.19。
在使用sphinx 之前,必须对其进行配置。现在在sphinx 配置区域我点击Sphinx 1.4.5。一段时间后,我收到以下消息:
Sphinx 1.4.5 has been downloaded.
Could not extract Sphinx 1.4.5:
Could not extract 3rd-party libraries for Sphinx:
Archive: /opt/lampp/htdocs/cms1/typo3temp/sphinx-contrib.zip
Inconsistency detected by ld.so: dl-open.c: 596: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!
Could not find a compatible version of Pygments
我可以调试这个扩展并发现它在以下命令中崩溃:
CommandUtility::exec("'/usr/bin/unzip' '/opt/lampp/htdocs/cms1/typo3temp/sphinx-contrib.zip' -d '/opt/lampp/htdocs/cms1/uploads/tx_sphinx/sphinx-contrib' 2>&1", $out, $returnValue);
如果我从 php-one-line 脚本执行它,我会收到以下消息:
lchmod (file attributes) error: Function not implemented
有人知道它有什么问题吗???
【问题讨论】:
标签: configuration typo3 typo3-6.2.x