my env is macos M1 core.
php version: 5.6
I done this: brew install libcouchbase and also libcouchbase@2 installed.
and I cant install the php couchbase extension.
I treid: pecl install https://pecl.php.net/get/couchbase-2.6.0.tgz
It return:
checking for unistd.h... yes
checking for libcouchbase/couchbase.h... no
./internal.h:57:10: fatal error: 'libcouchbase/couchbase.h' file not found
#include <libcouchbase/couchbase.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
Any ideas? reinstall libcouchbase is not worded.