Greetings V8ers, I am trying without luck to compile v8js on CentOS 7 with PHP 7.1 (compiled) but I get no luck.
When I try to use the v8 and v8-devel packages from EPEL, I get checking for V8 Javascript Engine... yes, shared checking for V8 files in default path... not found configure: error: Please reinstall the v8 distribution ERROR: `/tmp/pear/temp/v8js/configure --with-php-config=/usr/local/bin/php-config --with-v8js' failed When I try to compile v8 manually, instead of using CentOS's v8 distribution, it fails because it needs GLIBC 2.18 while CentOS 7 works with GLIBC 2.17. Can anyone point me to any documentation regarding how to compile v8 and v8js php module on systems prior to GLIBC 2.18? Which versions? which branches? Any input will be greatly appreciated. Thanks, Yehoshua -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
