php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56869 con not run phpize
Submitted: 2006-03-01 19:07 UTC Modified: 2006-10-05 18:19 UTC
From: maccran at hotmail dot com Assigned:
Status: Closed Package: APC (PECL)
PHP Version: 5.1.1 OS: solaris 10 x86
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: maccran at hotmail dot com
New email:
PHP Version: OS:

 

 [2006-03-01 19:07 UTC] maccran at hotmail dot com
Description:
------------
[root@solaris APC-3.0.8] phpize 
configure.in:7: 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:30: warning: underquoted definition of PHP_EXT_BUILDDIR
configure.in:31: warning: underquoted definition of PHP_EXT_DIR
configure.in:32: warning: underquoted definition of PHP_EXT_SRCDIR
configure.in:33: warning: underquoted definition of PHP_ALWAYS_SHARED
/opt/sfw/share/aclocal/xmms.m4:17: warning: underquoted definition of XMMS_TEST_VERSION
/opt/sfw/share/aclocal/xmms.m4:62: warning: underquoted definition of AM_PATH_XMMS
/opt/sfw/share/aclocal/xdelta.m4:7: warning: underquoted definition of AM_PATH_XDELTA
/opt/sfw/share/aclocal/vorbis.m4:9: warning: underquoted definition of XIPH_PATH_VORBIS
/opt/sfw/share/aclocal/sdl.m4:11: warning: underquoted definition of AM_PATH_SDL
/opt/sfw/share/aclocal/progtest.m4:13: warning: underquoted definition of AM_PATH_PROG_WITH_TEST
/opt/sfw/share/aclocal/ogg.m4:8: warning: underquoted definition of XIPH_PATH_OGG
/opt/sfw/share/aclocal/lcmessage.m4:11: warning: underquoted definition of AM_LC_MESSAGES
/opt/sfw/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB
/opt/sfw/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB
/opt/sfw/share/aclocal/gimpprint.m4:8: warning: underquoted definition of AM_PATH_GIMPPRINT
/opt/sfw/share/aclocal/gimp.m4:8: warning: underquoted definition of AM_PATH_GIMP
/opt/sfw/share/aclocal/gettext.m4:11: warning: underquoted definition of AM_WITH_NLS
/opt/sfw/share/aclocal/gettext.m4:196: warning: underquoted definition of AM_GNU_GETTEXT
/opt/sfw/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO
/usr/share/aclocal/vorbis.m4:9: warning: underquoted definition of XIPH_PATH_VORBIS
/usr/share/aclocal/vorbis-old.m4:9: warning: underquoted definition of AM_PATH_VORBIS
/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES
/usr/share/aclocal/ogg.m4:8: warning: underquoted definition of XIPH_PATH_OGG
/usr/share/aclocal/ogg-old.m4:8: warning: underquoted definition of AM_PATH_OGG
/usr/share/aclocal/esd.m4:10: warning: underquoted definition of AM_PATH_ESD
/usr/share/aclocal/esd.m4:175: warning: underquoted definition of AM_ESD_SUPPORTS_MULTIPLE_RECORD
/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
/usr/sfw/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/sfw/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
/usr/sfw/share/aclocal/gimpprint.m4:8: warning: underquoted definition of AM_PATH_GIMPPRINT
grep: illegal option -- E
Usage: grep -hblcnsviw pattern file . . .
grep: illegal option -- E
Usage: grep -hblcnsviw pattern file . . .
grep: illegal option -- E
Usage: grep -hblcnsviw pattern file . . .
Configuring for:
  PHP Api Version:  
  Zend Module Api No:  
  Zend Extension Api No:  



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-04-10 11:20 UTC] m dot wanat at foarll dot pl
I don't think that this is a APC bug. Maybe try to recompile and reinstall your php and cheik if you have the newest version of automake.
 [2006-10-05 18:19 UTC] gopalv82 at yahoo dot com
Sorry for the huge delay. You should probably have had the same issues with any php extension.

I confirmed that the latest phpize (5.1 latest) has the following code.

  # extracting API NOs:
  PHP_API_VERSION=`grep '#define PHP_API_VERSION' $includedir/main/php.h|sed 's/#define PHP_API_VERSION//'`

It doesn't use egrep mode anymore. Please retest and report a bug on PHP (not apc) if it still doesn't work.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 11:01:32 2024 UTC