tags:

views:

291

answers:

2
+1  A: 

The Package site says:

WARNING: 0.9 does not compile with PHP 5.2+ so use the CVS version instead.

Are you using the CVS version?

Evert
Yes, but you find for me why the rpm version does not work.
Cédric Girard
Are you using rpm's on windows? Also, I don't know why your version doesn't work, but you will most definitely need to compile yourself.
Evert
Non, RPM on Centos (fork of Redhat). I had compiled CVS version but it does not work.
Cédric Girard
hm weird.. I don't know in that case.. I would attempt to compile it yourself. It's really simple! Assuming you have PEAR installed, just hit:pecl install Runkit-beta
Evert
But I had compiled Runkit by myself already, and it is the compiled version which don't work.
Cédric Girard
A: 

Bump, I guess. I've downloaded the SVN trunk for runkit from PECL, and seemingly successfully built and installed it (PHP 5.3.2, Apache 2.2.15, Fedora 13 x86_64). But when I restart apache, I get, in error_log:

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/runkit.so' - /usr/lib64/php/modules/runkit.so: undefined symbol: ZVAL_REFCOUNT in Unknown on line 0

Does anyone have any insights here? Thanks!

Jim Miller