27
PHP-Clearsilver installation guide for Ubuntu/Debian
4 Comments | Posted by admin in Linux, Programming
I updated my php-clearsilver installation guide today after discovering it’s wrong in a few places. Fortunately, I don’t think anyone’s ever used it (apart from me today.)
If you know what clearsilver is and you use php, you might find it interesting.
Installing PHP Clearsilver module for apache on Ubuntu and Debian
4 Comments for PHP-Clearsilver installation guide for Ubuntu/Debian
Alan | July 15, 2009 at 2:23 am
admin | July 15, 2009 at 7:16 am
I’ve certainly got it running on 5.2, I don’t see why it wouldn’t work on 5.3!
Scott | July 18, 2009 at 5:43 am
Hello – Alan is out of town for another week and a half, but he told me to follow up if there was any response to his comment. We’re getting this strange error while trying to compile Clearsilver under 5.3.0:
/usr/src/php-clearsilver-0.1/clearsilver.c -fPIC -DPIC -o
clearsilver.lo
/usr/src/php-clearsilver-0.1/clearsilver.c: In function `hdf_set_array’:
/usr/src/php-clearsilver-0.1/clearsilver.c:356: error: structure has no
member named `refcount’
/usr/src/php-clearsilver-0.1/clearsilver.c:388: error: structure has no
member named `refcount’
make: *** [clearsilver.lo] Error 1
admin | November 20, 2009 at 1:16 pm
I have had it working on 5.3, can’t remember having problems. Chances are you don’t have the right dependencies installed. Also, make sure you can compile *without* clearsilver first to make sure php can compile successfully also.
Sorry this reply is late! Been busy.


Hi John! Have you successfully built clearsilver-php into PHP 5.3 yet?