Trying to install mmcache, php accelerator I stumble over the warning:
warning: underquoted definition
After setting
export PHP_PREFIX="/usr" $PHP_PREFIX/bin/phpize
I get may many warning about the underquoted definitions.
If I continue the installation as prescribed:
./configure --enable-mmcache=shared --with-php-config=$PHP_PREFIX/bin/php-config
make
make install
and finally modify the php.ini file, with as first line:
zend_extension="/usr/lib/php4/mmcache.so"
Browsing to mmcache.php I get the reply:
MMCACHE IS NOT INSTALLED.
I suspect that the warning have anything to do with automake??
How can I solve this?
(I am using a fresh installed, all up tod ate Fedora core 3 linux distro)
I hope someone can help me, since I am using the php-site Moodle to communicate with my classes (I am a teacher) and it is going very slow now...