我试图在ubuntu中安装mongodb php7驱动程序,当我从github克隆最后一个源时,我cd进入目录,因为php.net中的指南说,我phpize然后运行./configuration
,但是当我尝试使用make all
进行安装时,没有错误也没有问题,之后sudo make install
我得到了一个奇怪的错误,这会让我感到害怕而且我不知道为什么会发生这种错误。 (当我尝试使用pecle install mongodb
安装它时,我收到此错误)。
这是错误:
libtool: Version mismatch error. This is libtool 2.4.2 Debian-2.4.2-1.11, but the
libtool: definition of this LT_INIT comes from libtool 2.4.6.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2 Debian-2.4.2-1.11
libtool: and run autoconf again.
Makefile:205: recipe for target 'php_mongo.lo' failed
make: *** [php_mongo.lo] Error 63