#1793 Installation with pear fails
Submitted: 2004-07-05 14:09 UTC
From: mark_round at ipcmedia dot com Assigned:
Status: Bogus Package:
PHP Version: 4.3.3 OS: Solaris 8
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 45 - 13 = ?

 
 [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

Comments

 [2004-07-05 15:16 UTC] tony2001 at php dot net
Please, use recommended versions of GNU buildtools. You can find them here: http://www.php.net/anoncvs.php
 [2004-10-08 06:34 UTC] dh at noise dot hu
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!
 [2004-10-08 11:08 UTC] tony2001 at php dot net
Try to install aclocal?