V8 (Alpine Linux)
make \
native \
library=shared \
snapshot=off \
werror=no
V8Js
./configure --with-v8js=/usr/local/v8
checking for libv8_libplatform.a... not found
checking for libv8_libbase.a... not found
checking for natives_blob.bin... not found
After compiling V8 5.6+, I found only libv8_base.a.
This is a configuration problem with V8Js, or my build of V8?
Same problem with the extension php-v8.
V8 (Alpine Linux)
V8Js
After compiling V8 5.6+, I found only
libv8_base.a.This is a configuration problem with V8Js, or my build of V8?
Same problem with the extension php-v8.