php-ext-snappy icon indicating copy to clipboard operation
php-ext-snappy copied to clipboard

Can't build for php7.3

Open Ylmzef opened this issue 5 years ago • 4 comments

I can't build it for php7.3 Also i run phpsize7.3 but ./configure build for 7.1

Ylmzef avatar Apr 17 '20 22:04 Ylmzef

fixed with

phpize7.3
./configure --with-php-config=/usr/bin/phpconfig-7.3
make
sudo make install

Ylmzef avatar Apr 17 '20 23:04 Ylmzef

What will be the distribution you are using?

The command may vary depending on the distribution (installation package) you are using.

kjdev avatar Apr 21 '20 01:04 kjdev

ubuntu xenial

Ylmzef avatar Apr 22 '20 01:04 Ylmzef

Thanks.

This is an Ubuntu-specific problem, so please adjust it at build time.

kjdev avatar Apr 22 '20 03:04 kjdev