php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56122 Installation with pear fails
Submitted: 2004-07-05 10:09 UTC Modified: 2004-10-08 07:08 UTC
From: mark_round at ipcmedia dot com Assigned:
Status: Not a bug Package: memcache (PECL)
PHP Version: 4.3.3 OS: Solaris 8
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mark_round at ipcmedia dot com
New email:
PHP Version: OS:

 

 [2004-07-05 10: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



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-05 11:16 UTC] tony2001@php.net
Please, use recommended versions of GNU buildtools.
You can find them here: http://www.php.net/anoncvs.php

 [2004-10-08 02: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 02: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 07:08 UTC] tony2001@php.net
Try to install aclocal?
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 01:01:30 2024 UTC