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

how can I fix this error?

Open gtfcugb opened this issue 4 years ago • 1 comments

config.status: error: cannot find input file: `snappy/snappy-stubs-public.h.in'

from
php7.1.33 CentOS Linux release 7.7.1908 (Core) Linux mirror.iwangzhenet 3.10.0-1062.18.1.el7.x86_64 #1 SMP Tue Mar 17 23:49:17 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

gtfcugb avatar Jun 09 '20 06:06 gtfcugb

Do you have a snappy submodule ?

$ ls snappy
$ git submodule init
$ git submodule update

kjdev avatar Jun 09 '20 21:06 kjdev