Jan Drobil - 2007-08-29

Logged In: YES
user_id=1867409
Originator: YES

one must use gcc-33, so this works for me:

apt-get install gcc-3.3
cd ...
phpize5
CC=gcc-3.3 ./configure --with-php-config=/usr/bin/php-config5
make
make install