我正在尝试为
PHP安装ssh2扩展,经过几个小时的工作,我已经接近想通了.我认为.
它已编译,ssh2.so位于正确的目录中.我认为,问题是版本不匹配.
这是它为我喷出的错误:
PHP Warning: PHP Startup: ssh2: Unable to initialize module Module compiled with module API=20050922,debug=0,thread-safety=0 PHP compiled with module API=20060613,thread-safety=0 These options need to match in UnkNown on line 0
我几乎走到了尽头.如何获得正确的ssh2模块API?
如果通过PEAR安装不是一个选项,因为它不适合我,但是在编译Apache模块时仍然遇到API Mismatch错误,请了解必须使用正确的PHPize:
PHPize-5.3
如果你安装了多个PHP版本,那么正确的配置选项:
./configure --with-PHP-config=/usr/local/PHP53/bin/PHP-config