Tested configurations
Operating system:
-
Ubuntu
-
CentOS 6.5
I did have some weird autoconf issues, so I had to build a newer version of autoconf from scratch. This is not necessary on Ubuntu
LIBJIT:
- Clone from http://savannah.gnu.org/git/?group=libjit
- Normal build:
./configure && make && make install
JitFU
- Clone from https://github.com/krakjoe/jitfu
- Normal build:
phpize && ./configure && make && make install
That's it!