
JavaFirst, grab a Java-SDK >= 6.0. The directory the SDK is installed in will be called JAVA_HOMEPHPNow download the sourcecode to PHP >= 5.2.0. The directory you unpacked the sourcecode to will be called PHP_HOME. Then configure and compile PHP:# cd $PHP HOME # ./configure --enable-embed=shared # ./make turpitudeThen you need to manually fix the turpitude Makefile to fit your system, set the JAVA_HOME and PHP_HOME variable accordingly:#vim Makefile JAVA_HOME = /home/nsn/jdk1.6.0 PHP_HOME = /home/nsn/devel/php/php-5.2.0 |
Comments
Add Comment