[2004-07-05 14:09 UTC] mark_round at ipcmedia dot com
Description:
------------
When I try to install the memcache extension using pear (PHP 4.3.7, Solaris 8 / SPARC), I get the following output :-
# sudo pear install memcache
4 source files, building
running: phpize
configure.in:9: warning: underquoted definition of PHP_WITH_PHP_CONFIG
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
configure.in:32: warning: underquoted definition of PHP_EXT_BUILDDIR
configure.in:33: warning: underquoted definition of PHP_EXT_DIR
configure.in:34: warning: underquoted definition of PHP_EXT_SRCDIR
configure.in:35: warning: underquoted definition of PHP_ALWAYS_SHARED
acinclude.m4:19: warning: underquoted definition of PHP_PROG_RE2C
/usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
configure.in:65: /usr/local/bin/m4: ERROR: Reading inserted file: No such file or directory
autom4te: /usr/local/bin/m4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1
`phpize' failed
I tried
pear install memcache
but it fails! PHPIZE can't locate "aclocal", so install stops. Please help!
[2004-10-08 06:36 UTC] dh at noise dot hu
So, this is the situation:
zeus:/home/dh/install/php/php-4.3.9#pear install memcache
downloading memcache-1.3.tgz ...
Starting to download memcache-1.3.tgz (13,341 bytes)
.....done: 13,341 bytes
4 source files, building
running: phpize
aclocal: not found
`phpize' failed
geburg!