Cannot install php mysql_xdevapi extension

333 Views Asked by At

I need to install some composer packages, but all of those require php mysql_xdevapi extension. I'm trying to install following these instructions, but PECL gives me this error:

/tmp/pear/temp/pear-build-rootkr7lTy/mysql_xdevapi-8.0.21/libtool: line 1283: xmysqlnd/proto_gen/mysqlx.loT: No such file or directory
mkdir xmysqlnd/proto_gen/.libs
mkdir: cannot create directory 'xmysqlnd/proto_gen/.libs': No such file or directory
make: *** [Makefile:263: xmysqlnd/proto_gen/mysqlx.lo] Error 1
ERROR: `make' failed

PHP version: 7.4.8, PEAR version: 1.10.9

0

There are 0 best solutions below