Closed TheRatG closed 5 years ago
Problem was solved.
So before install php-extension run this.
apt-get install patchelf
for A in /opt/libv8-7.1/lib/*.so; do patchelf --set-rpath '$ORIGIN' $A;done
Oh, interesting :) ... just tried the packages on xenial so far, and there it works fine without patching.
Hello, I try to compile v8js to Ubuntu18 but i have an error :
Steps:
Debug info
config.log
Thanks.