On Wed, March 1, 2006 5:01 pm, Ofer Zaarur said:
I have problem getting classkit module to set serweb correctly using php5. it looks like this issue had been raise before. please let me know where I can get it.
You may find some problems running serweb with PHP5, much easier to run PHP4 as it has classkit.
If you really want to try here is an example for building classkit at /usr/local/src:
Get the source for php5 and untar to get: /usr/local/src/php5/php-5.1.2
Get the source for classkit from: http://pecl.php.net/package/classkit
cd /usr/local/src/php5/php-5.1.2/ext and untar the source from the pecl web site for classkit in the directory above and rename the directory from classkit-0.4 to classkit.
Then cd .. to the top level of the php-5.1.2 build system and run:
phpize && ./configure --with-classkit
cd to ext/classkit and you will now find a complete build tree
run configure and make and you will get classkit.dsp, classkit.la, classkit.lo
When you type make install it will install classkit.so in /usr/local/lib/php/20050922
The shared library version with the .so suffix is created in the above step.
Hope this helps
-kim
-- w8hdkim@gmail.com