|
PHP
|
Previous Top Next |
| · | Full PHP development package for PHP v.4.2.x or newer.
|
| · | Full C development SDK matching your system (GCC primarly supported by PHP).
|
| · | libtool v. 1.4.x (not 1.5.x as that wont work with the standard PHP building procedures. Please notice that PHP automatically generates a local symbolic link to /usr/local/bin/libtool which is placed in PHP's root directory.)
|
| · | automake v. 1.5
|
| · | Autoconf v. 2.13 (earlier versions have problems with cleaning up its cache properly. To circumvent, delete the contents of the autom4te.cache directory before doing buildconf.)
|
| · | kbmMW pure C-client. The include files must be placed in /usr/include/kbmmw and the library file libkbmMWClient.a must be placed in /usr/lib/kbmmw
|
| · | kbmMW PHP extension. This must be placed in a directory named kbmmw in the PHP subdirectory ext
|
| · | First optionally clean the files from the autom4te.cache directory in the PHP install directory.
|
| · | Will generate the configuration scripts needed by the build process.
|
| · | Will generate the compile scripts needed to compile PHP with kbmMW extension support. More extensions can be given on the command line.
|
| · | Will compile PHP and the required extensions (in our case including the kbmMW extension).
|