php-actions / phpunit

Run PHPUnit tests in Github Actions.
106 stars 23 forks source link

unable to build using couchbase extension #35

Closed coquer closed 3 years ago

coquer commented 3 years ago

the pipeline is unable to install couchbase extension, given these parameters:

  env:
    PHP_VERSION: 7.4
    PHP_UNIT_VERSION: 8
    PHP_EXTENSIONS: apcu memcached sockets intl json xdebug couchbase
Building PHP 7.4 with extensions: apcu memcached sockets intl json xdebug couchbase ...

The result from the build always ends up with this error.

configure: error: Please reinstall the libcouchbase distribution -
                   libcouchbase.h should be <libcouchbase-dir>/include and
                   libcouchbase.a should be in <libcouchbase-dir>/lib
  ERROR: `/tmp/pear/temp/couchbase/configure --with-php-config=/usr/local/bin/php-config' failed

any ideas?

coquer commented 3 years ago

Closing, since the error happens in the PHP build action