|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
  [2004-11-01 00:40 UTC] arthur at mir5 dot homeip dot net
 Description: ------------ gcc version 3.2.3 GNU Make 3.80 ./configure --with-apxs2=/var/lib/apache2/bin/apxs --disable-ipv6 --with-openssl --with-pgsql make ... ... Build complete. make install and the error occurs. No error when i add --without-pear Reproduce code: --------------- make install Installing PHP SAPI module: apache2handler /var/lib/apache2/build/instdso.sh SH_LIBTOOL='/var/lib/apache2/build/libtool' libphp5.la /var/lib/apache2/modules /var/lib/apache2/build/libtool --mode=install cp libphp5.la /var/lib/apache2/modules/ cp .libs/libphp5.so /var/lib/apache2/modules/libphp5.so cp .libs/libphp5.lai /var/lib/apache2/modules/libphp5.la libtool: install: warning: remember to run `libtool --finish /usr/local/php-5.0.2/libs' chmod 755 /var/lib/apache2/modules/libphp5.so [activating module `php5' in /var/lib/apache2/conf/httpd.conf] Installing PHP CLI binary: /usr/local/bin/ Installing PHP CLI man page: /usr/local/man/man1/ Installing PEAR environment: /usr/local/lib/php/ make[1]: *** [install-pear-installer] Segmentation fault make: *** [install-pear] Error 2 Expected result: ---------------- Something is wrong with the make scripts. Actual result: -------------- make[1]: *** [install-pear-installer] Segmentation fault make: *** [install-pear] Error 2 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 01:00:01 2025 UTC | 
Please don't ask for a backtrace using internal php since it is clearly not an inernal error. It is a "Compile Failure". "make install -p --debug" If you want anything else please be specific. # GNU Make 3.80 # Copyright (C) 2002 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. # There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. Reading makefiles... Updating goal targets.... File `install' does not exist. Prerequisite `ext/standard/../../main/build-defs.h' is newer than target `/usr/local/php-5.0.2/ext/standard/info.c'. File `install-sapi' does not exist. Must remake target `install-sapi'. Installing PHP SAPI module: apache2handler /var/lib/apache2/build/libtool --mode=install cp libphp5.la /var/lib/apache2/modules/ cp .libs/libphp5.so /var/lib/apache2/modules/libphp5.so cp .libs/libphp5.lai /var/lib/apache2/modules/libphp5.la Successfully remade target file `install-sapi'. File `install-cli' does not exist. Must remake target `install-cli'. Installing PHP CLI binary: /usr/local/bin/ Installing PHP CLI man page: /usr/local/man/man1/ Successfully remade target file `install-cli'. File `install-pear' does not exist. Must remake target `install-pear'. Installing PEAR environment: /usr/local/lib/php/ # GNU Make 3.80 # Copyright (C) 2002 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. # There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. Reading makefiles... Updating goal targets.... File `install-pear-installer' does not exist. Must remake target `install-pear-installer'. # Make data base, printed on Sun Oct 31 18:15:15 2004 # Variables # environment SSH2_CLIENT = 192.168.4.254 2334 192.168.4.2 2222 # automatic ?F = $(notdir $?) # automatic <D = $(patsubst %/,%,$(dir $<)) # makefile (from `Makefile', line 85) PEAR_INSTALLDIR = ${exec_prefix}/lib/php # makefile (from `Makefile', line 80) LEX_OUTPUT_ROOT = lex.yy # makefile (from `Makefile', line 56) sysconfdir = ${prefix}/etc # makefile (from `Makefile', line 106) install_targets = install-sapi install-cli install-pear install-build install-headers install-programs # makefile (from `Makefile', line 32) SQLITE_VERSION = 2.8.14 # default CWEAVE = cweave # automatic ?D = $(patsubst %/,%,$(dir $?)) # makefile (from `Makefile', line 63) CPPFLAGS = -I$(top_builddir)/TSRM # makefile (from `Makefile', line 75) INCLUDES = -I$(top_builddir)/Zend -I/usr/local/include/libxml2 -I/usr/local/ssl/include -I/usr/local/pgsql/include # makefile (from `Makefile', line 111) DEFS = -DPHP_ATOM_INC -I$(top_builddir)/include -I$(top_builddir)/main -I$(top_srcdir) # automatic @D = $(patsubst %/,%,$(dir $@)) # automatic @F = $(notdir $@) # default CURDIR := /usr/local/php-5.0.2 # makefile (from `Makefile', line 96) SHELL = /bin/sh # default RM = rm -f # default CO = co # makefile (from `Makefile', line 25) DOM_SHARED_LIBADD = # makefile (from `Makefile', line 225) bin_SCRIPTS = phpize php-config # makefile (from `Makefile', line 33) XML_SHARED_LIBADD = # environment _ = /usr/local/bin/make # default PREPROCESS.F = $(FC) $(FFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -F # makefile (from `Makefile', line 18) APXS_LDFLAGS = # default LINK.o = $(CC) $(LDFLAGS) $(TARGET_ARCH) # makefile (from `Makefile', line 92) PHP_SAPI = apache2handler # default OUTPUT_OPTION = -o $@ # default COMPILE.cpp = $(COMPILE.cc) # makefile (from `Makefile', line 1) MAKEFILE_LIST := Makefile # makefile (from `Makefile', line 14) APXS_EXP = # makefile (from `Makefile', line 19) APACHE_INSTALL = # makefile (from `Makefile', line 108) INSTALL = $(top_srcdir)/build/shtool install -c # environment MINICOM = -c on # default LINK.p = $(PC) $(PFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH) # makefile (from `Makefile', line 105) all_targets = $(OVERALL_TARGET) $(PHP_MODULES) $(PHP_CLI_TARGET) # makefile (from `Makefile', line 27) PCRE_SHARED_LIBADD = # makefile (from `Makefile', line 54) localstatedir = ${prefix}/var # makefile (from `Makefile', line 72) EXTRA_LDFLAGS_PROGRAM = -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/pgsql/lib # makefile (from `Makefile', line 67) CXX_PHP_COMPILE = $(LIBTOOL) --mode=compile $(CXX_COMPILE) -c $< # makefile (from `Makefile', line 43) php_abs_top_srcdir = /usr/local/php-5.0.2 # makefile (from `Makefile', line 97) SHARED_LIBTOOL = $(LIBTOOL) # makefile (from `Makefile', line 58) CC = gcc # makefile (from `Makefile', line 93) PHP_VERSION = 5.0.2 # makefile (from `Makefile', line 57) AWK = gawk # default CHECKOUT,v = +$(if $(wildcard $@),,$(CO) $(COFLAGS) $< $@) # makefile (from `Makefile', line 70) EXTENSION_DIR = /usr/local/lib/php/extensions/debug-non-zts-20040412 # environment LESSOPEN = |lesspipe.sh %s # makefile (from `Makefile', line 62) CPP = gcc -E # default LINK.cc = $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH) # makefile (from `Makefile', line 2) builddir = /usr/local/php-5.0.2 # makefile (from `Makefile', line 44) bindir = ${exec_prefix}/bin # environment PATH = /usr/local/sbin:/usr/sbin:/sbin:/usr/local/jdk1.3/jre/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/openwin/bin:/usr/games:/usr/local/ant/bin:/usr/local/pgsql/bin:/mnt/usr/bin:/opt/www/htdig/bin:/opt/kde/bin:/usr/lib/qt-3.0.5/bin:/opt/sgml/bin:/usr/share/texmf/bin # default LD = ld # makefile (from `Makefile', line 3) top_srcdir = /usr/local/php-5.0.2 # environment T1LIB_CONFIG = /usr/share/t1lib/t1lib.config # default TEXI2DVI = texi2dvi # makefile (from `Makefile', line 60) CFLAGS_CLEAN = -g -Wall # makefile (from `Makefile', line 103) YACC = bison -y # default COMPILE.mod = $(M2C) $(M2FLAGS) $(MODFLAGS) $(TARGET_ARCH) # makefile (from `Makefile', line 30) SIMPLEXML_SHARED_LIBADD = # makefile (from `Makefile', line 48) includedir = ${prefix}/include # default ARFLAGS = rv # makefile (from `Makefile', line 21) SAPI_CLI_PATH = sapi/cli/php # default LINK.r = $(FC) $(FFLAGS) $(RFLAGS) $(LDFLAGS) $(TARGET_ARCH) # makefile (from `Makefile', line 41) abs_srcdir = /usr/local/php-5.0.2 # default LINT = lint # default COMPILE.f = $(FC) $(FFLAGS) $(TARGET_ARCH) -c # makefile (from `Makefile', line 288) PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0 # default LINT.c = $(LINT) $(LINTFLAGS) $(CPPFLAGS) $(TARGET_ARCH) # environment ignoreeof = 10 # makefile (from `Makefile', line 55) datadir = ${prefix}/share/php # default YACC.y = $(YACC) $(YFLAGS) # makefile (from `Makefile', line 47) program_suffix = # makefile (from `Makefile', line 87) PHP_COMPILE = $(LIBTOOL) --mode=compile $(COMPILE) -c $< # default AR = ar # makefile (from `Makefile', line 91) PHP_RPATHS = -R /usr/local/lib -R /usr/local/ssl/lib -R /usr/local/pgsql/lib # makefile (from `Makefile', line 34) PHP_CLI_TARGET = $(SAPI_CLI_PATH) # makefile (from `Makefile', line 112) COMMON_FLAGS = $(DEFS) $(INCLUDES) $(EXTRA_INCLUDES) $(CPPFLAGS) $(PHP_FRAMEWORKPATH) # makefile (from `Makefile', line 37) PHP_GLOBAL_OBJS = ext/libxml/libxml.lo ext/openssl/openssl.lo ext/openssl/xp_ssl.lo ext/ctype/ctype.lo ext/dom/php_dom.lo ext/dom/attr.lo ext/dom/document.lo ext/dom/domerrorhandler.lo ext/dom/domstringlist.lo ext/dom/domexception.lo ext/dom/namelist.lo ext/dom/processinginstruction.lo ext/dom/cdatasection.lo ext/dom/documentfragment.lo ext/dom/domimplementation.lo ext/dom/element.lo ext/dom/node.lo ext/dom/string_extend.lo ext/dom/characterdata.lo ext/dom/documenttype.lo ext/dom/domimplementationlist.lo ext/dom/entity.lo ext/dom/nodelist.lo ext/dom/text.lo ext/dom/comment.lo ext/dom/domconfiguration.lo ext/dom/domimplementationsource.lo ext/dom/entityreference.lo ext/dom/notation.lo ext/dom/xpath.lo ext/dom/dom_iterators.lo ext/dom/typeinfo.lo ext/dom/domerror.lo ext/dom/domlocator.lo ext/dom/namednodemap.lo ext/dom/userdatahandler.lo ext/iconv/iconv.lo ext/pcre/pcrelib/maketables.lo ext/pcre/pcrelib/get.lo ext/pcre/pcrelib/study.lo ext/pcre/pcrelib/pcre.lo ext/pcre/php_pcre.lo ext/pgsql/pgsql.lo ext/posix/posix.lo ext/session/session.lo ext/session/mod_files.lo ext/session/mod_mm.lo ext/session/mod_user.lo ext/simplexml/simplexml.lo ext/spl/php_spl.lo ext/spl/spl_functions.lo ext/spl/spl_engine.lo ext/spl/spl_iterators.lo ext/spl/spl_array.lo ext/spl/spl_directory.lo ext/spl/spl_sxe.lo ext/sqlite/sqlite.lo ext/sqlite/sess_sqlite.lo ext/sqlite/libsqlite/src/opcodes.lo ext/sqlite/libsqlite/src/parse.lo ext/sqlite/libsqlite/src/encode.lo ext/sqlite/libsqlite/src/auth.lo ext/sqlite/libsqlite/src/btree.lo ext/sqlite/libsqlite/src/build.lo ext/sqlite/libsqlite/src/delete.lo ext/sqlite/libsqlite/src/expr.lo ext/sqlite/libsqlite/src/func.lo ext/sqlite/libsqlite/src/hash.lo ext/sqlite/libsqlite/src/insert.lo ext/sqlite/libsqlite/src/main.lo ext/sqlite/libsqlite/src/os.lo ext/sqlite/libsqlite/src/pager.lo ext/sqlite/libsqlite/src/printf.lo ext/sqlite/libsqlite/src/random.lo ext/sqlite/libsqlite/src/select.lo ext/sqlite/libsqlite/src/table.lo ext/sqlite/libsqlite/src/tokenize.lo ext/sqlite/libsqlite/src/update.lo ext/sqlite/libsqlite/src/util.lo ext/sqlite/libsqlite/src/vdbe.lo ext/sqlite/libsqlite/src/attach.lo ext/sqlite/libsqlite/src/btree_rb.lo ext/sqlite/libsqlite/src/pragma.lo ext/sqlite/libsqlite/src/vacuum.lo ext/sqlite/libsqlite/src/copy.lo ext/sqlite/libsqlite/src/vdbeaux.lo ext/sqlite/libsqlite/src/date.lo ext/sqlite/libsqlite/src/where.lo ext/sqlite/libsqlite/src/trigger.lo regex/regcomp.lo regex/regexec.lo regex/regerror.lo regex/regfree.lo ext/standard/array.lo ext/standard/base64.lo ext/standard/basic_functions.lo ext/standard/browscap.lo ext/standard/crc32.lo ext/standard/crypt.lo ext/standard/cyr_convert.lo ext/standard/datetime.lo ext/standard/dir.lo ext/standard/dl.lo ext/standard/dns.lo ext/standard/exec.lo ext/standard/file.lo ext/standard/filestat.lo ext/standard/flock_compat.lo ext/standard/formatted_print.lo ext/standard/fsock.lo ext/standard/head.lo ext/standard/html.lo ext/standard/image.lo ext/standard/info.lo ext/standard/iptc.lo ext/standard/lcg.lo ext/standard/link.lo ext/standard/mail.lo ext/standard/math.lo ext/standard/md5.lo ext/standard/metaphone.lo ext/standard/microtime.lo ext/standard/pack.lo ext/standard/pageinfo.lo ext/standard/parsedate.lo ext/standard/quot_print.lo ext/standard/rand.lo ext/standard/reg.lo ext/standard/soundex.lo ext/standard/string.lo ext/standard/scanf.lo ext/standard/syslog.lo ext/standard/type.lo ext/standard/uniqid.lo ext/standard/url.lo ext/standard/url_scanner.lo ext/standard/var.lo ext/standard/versioning.lo ext/standard/assert.lo ext/standard/strnatcmp.lo ext/standard/levenshtein.lo ext/standard/incomplete_class.lo ext/standard/url_scanner_ex.lo ext/standard/ftp_fopen_wrapper.lo ext/standard/http_fopen_wrapper.lo ext/standard/php_fopen_wrapper.lo ext/standard/credits.lo ext/standard/css.lo ext/standard/var_unserializer.lo ext/standard/ftok.lo ext/standard/sha1.lo ext/standard/user_filters.lo ext/standard/uuencode.lo ext/standard/filters.lo ext/standard/proc_open.lo ext/standard/sunfuncs.lo ext/standard/streamsfuncs.lo ext/standard/http.lo ext/tokenizer/tokenizer.lo ext/xml/xml.lo ext/xml/compat.lo TSRM/TSRM.lo TSRM/tsrm_strtok_r.lo TSRM/tsrm_virtual_cwd.lo main/main.lo main/snprintf.lo main/spprintf.lo main/php_sprintf.lo main/safe_mode.lo main/fopen_wrappers.lo main/alloca.lo main/php_scandir.lo main/php_ini.lo main/SAPI.lo main/rfc1867.lo main/php_content_types.lo main/strlcpy.lo main/strlcat.lo main/mergesort.lo main/reentrancy.lo main/php_variables.lo main/php_ticks.lo main/network.lo main/php_open_temporary_file.lo main/php_logos.lo main/output.lo main/streams/streams.lo main/streams/cast.lo main/streams/memory.lo main/streams/filter.lo main/streams/plain_wrapper.lo main/streams/userspace.lo main/streams/transports.lo main/streams/xp_socket.lo main/streams/mmap.lo Zend/zend_language_parser.lo Zend/zend_language_scanner.lo Zend/zend_ini_parser.lo Zend/zend_ini_scanner.lo Zend/zend_alloc.lo Zend/zend_compile.lo Zend/zend_constants.lo Zend/zend_dynamic_array.lo Zend/zend_execute_API.lo Zend/zend_highlight.lo Zend/zend_llist.lo Zend/zend_opcode.lo Zend/zend_operators.lo Zend/zend_ptr_stack.lo Zend/zend_stack.lo Zend/zend_variables.lo Zend/zend.lo Zend/zend_API.lo Zend/zend_extensions.lo Zend/zend_hash.lo Zend/zend_list.lo Zend/zend_indent.lo Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo Zend/zend_qsort.lo Zend/zend_multibyte.lo Zend/zend_ts_hash.lo Zend/zend_stream.lo Zend/zend_iterators.lo Zend/zend_interfaces.lo Zend/zend_exceptions.lo Zend/zend_objects.lo Zend/zend_object_handlers.lo Zend/zend_objects_API.lo Zend/zend_mm.lo Zend/zend_default_classes.lo Zend/zend_reflection_api.lo Zend/zend_execute.lo # default TANGLE = tangle # environment LS_COLORS = no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.bz2=01;31:*.rpm=01;31:*.deb=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.mpg=01;37:*.avi=01;37:*.mov=01;37: # makefile (from `Makefile', line 29) SESSION_SHARED_LIBADD = # environment NPX_PLUGIN_PATH = /usr/local/jdk1.3/jre/plugin/i386:/usr/lib/netscape/plugins # environment MOZILLA_HOME = /usr/lib/netscape # environment CPLUS_INCLUDE_PATH = /usr/lib/qt-3.0.5/include # default GET = get # automatic %F = $(notdir $%) # makefile (from `Makefile', line 214) phpincludedir = $(includedir)/php # makefile (from `Makefile', line 82) LIBTOOL = $(SHELL) $(top_builddir)/libtool --preserve-dup-deps # default COMPILE.F = $(FC) $(FFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c # environment PPD = /usr/share/cups/model/HP-DeskJet_722C-pnm2ppa-ppd.ppd # makefile (from `Makefile', line 45) exec_prefix = ${prefix} # default CTANGLE = ctangle # makefile (from `Makefile', line 66) CXXFLAGS_CLEAN = # makefile (from `Makefile', line 1) srcdir = /usr/local/php-5.0.2 # makefile (from `Makefile', line 53) prefix = /usr/local # makefile (from `Makefile', line 88) PHP_LDFLAGS = -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/pgsql/lib # default .LIBPATTERNS = lib%.so lib%.a # default LINK.C = $(LINK.cc) # environment PWD = /usr/local/php-5.0.2 # default LINK.S = $(CC) $(ASFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_MACH) # default PREPROCESS.r = $(FC) $(FFLAGS) $(RFLAGS) $(TARGET_ARCH) -F # makefile (from `Makefile', line 101) PHP_FRAMEWORKS = # makefile (from `Makefile', line 50) mandir = ${prefix}/man # default LINK.c = $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH) # makefile (from `Makefile', line 16) APACHE_TARGET = # makefile (from `Makefile', line 71) EXTRA_LDFLAGS = -avoid-version -module -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/pgsql/lib # makefile (from `Makefile', line 49) libdir = ${exec_prefix}/lib/php # environment SSH2_SFTP_LOG_FACILITY = -1 # makefile (from `Makefile', line 94) PROG_SENDMAIL = /usr/local/sbin/sendmail # environment MANPATH = /usr/local/man:/usr/man/preformat:/usr/man:/usr/X11R6/man:/usr/openwin/man:/usr/local/pgsql/man:/usr/lib/qt-3.0.5/doc/man:/opt/sgml/man:/usr/share/texmf/man # default LINK.s = $(CC) $(ASFLAGS) $(LDFLAGS) $(TARGET_MACH) # environment HOME = /root # makefile (from `Makefile', line 59) CFLAGS = $(CFLAGS_CLEAN) -prefer-pic # makefile (from `Makefile', line 99) TSRM_LIB = TSRM/libtsrm.la # makefile (from `Makefile', line 107) mkinstalldirs = $(top_srcdir)/build/shtool mkdir -p # makefile (from `Makefile', line 20) STRONGHOLD = # environment LOGNAME = root # makefile (from `Makefile', line 35) PHP_SAPI_OBJS = sapi/apache2handler/mod_php5.lo sapi/apache2handler/sapi_apache2.lo sapi/apache2handler/apache_config.lo sapi/apache2handler/php_functions.lo main/internal_functions.lo # makefile (from `Makefile', line 39) EXT_LIBS = # makefile (from `Makefile', line 86) PHP_BUILD_DATE = 2004-10-31 # makefile (from `Makefile', line 26) ICONV_SHARED_LIBADD = # automatic ^D = $(patsubst %/,%,$(dir $^)) # environment HOSTNAME = mir5.homeip.net # environment MAKELEVEL := 1 # makefile (from `Makefile', line 31) SQLITE_ENCODING = ISO8859 # default MAKE = $(MAKE_COMMAND) # makefile (from `Makefile', line 22) BUILD_CLI = $(LIBTOOL) --mode=link $(CC) -export-dynamic $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) $(EXTRA_LDFLAGS_PROGRAM) $(LDFLAGS) $(PHP_RPATHS) $(PHP_GLOBAL_OBJS) $(PHP_CLI_OBJS) $(EXTRA_LIBS) $(ZEND_EXTRA_LIBS) -o $(SAPI_CLI_PATH) # makefile (from `Makefile', line 51) phplibdir = /usr/local/php-5.0.2/modules # default MAKECMDGOALS := install-pear-installer install-pear-packages # environment SHLVL = 2 # makefile (from `Makefile', line 95) RE2C = exit 0; # makefile (from `Makefile', line 76) EXTRA_INCLUDES = # makefile (from `Makefile', line 90) OVERALL_TARGET = libphp5.la # default AS = as # environment WINDOW_MANAGER = metacity # default PREPROCESS.S = $(CC) -E $(CPPFLAGS) # environment JAVA_HOME = /opt/j2sdk_nb/j2sdk1.4.2/ # default COMPILE.p = $(PC) $(PFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c # default MAKE_VERSION := 3.80 # environment USER = root # environment LS_OPTIONS = --color=auto -F -b -T 0 # default FC = f77 # makefile (from `Makefile', line 100) WARNING_LEVEL = # makefile (from `Makefile', line 226) bin_src_SCRIPTS = phpextdist # makefile (from `Makefile', line 40) abs_builddir = /usr/local/php-5.0.2 # environment LESS = -M # automatic %D = $(patsubst %/,%,$(dir $%)) # makefile (from `Makefile', line 61) CONFIGURE_COMMAND = './configure' '--with-apxs2=/var/lib/apache2/bin/apxs' '--disable-ipv6' '--with-openssl' '--with-pgsql' '--enable-debug' # makefile (from `Makefile', line 81) LFLAGS = # default WEAVE = weave # default MAKE_COMMAND := make # default LINK.cpp = $(LINK.cc) # default F77 = $(FC) # default COMPILE.cc = $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c # makefile (from `Makefile', line 217) BUILD_FILES = scripts/phpize.m4 build/mkdep.awk build/shtool build/scan_makefile_in.awk Makefile.global acinclude.m4 # makefile (from `Makefile', line 84) NATIVE_RPATHS = -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/ssl/lib -Wl,-rpath,/usr/local/pgsql/lib # default .VARIABLES := # default PC = pc # automatic *F = $(notdir $*) # default COMPILE.def = $(M2C) $(M2FLAGS) $(DEFFLAGS) $(TARGET_ARCH) # makefile (from `Makefile', line 46) program_prefix = # makefile (from `Makefile', line 79) LEX = flex # makefile MAKEFLAGS = sp --debug=basic # environment MFLAGS = -sp --debug=basic # automatic *D = $(patsubst %/,%,$(dir $*)) # environment MAIL = /var/spool/mail/root # makefile (from `Makefile', line 42) php_abs_top_builddir = /usr/local/php-5.0.2 # default LEX.l = $(LEX) $(LFLAGS) -t # makefile (from `Makefile', line 15) APACHE_INCLUDE = # automatic +D = $(patsubst %/,%,$(dir $+)) # environment KDEDIR = /opt/kde # default COMPILE.r = $(FC) $(FFLAGS) $(RFLAGS) $(TARGET_ARCH) -c # automatic +F = $(notdir $+) # default M2C = m2c # environment GDK_USE_XFT = 1 # makefile (from `Makefile', line 74) ZEND_EXTRA_LIBS = # makefile (from `Makefile', line 77) INCLUDE_PATH = .:/usr/local/lib/php # makefile (from `Makefile', line 36) PHP_CLI_OBJS = sapi/cli/php_cli.lo sapi/cli/getopt.lo main/internal_functions_cli.lo # makefile (from `Makefile', line 78) INSTALL_IT = $(mkinstalldirs) '$(INSTALL_ROOT)/var/lib/apache2/modules' && $(mkinstalldirs) '$(INSTALL_ROOT)/var/lib/apache2/conf' && /var/lib/apache2/bin/apxs -S LIBEXECDIR='$(INSTALL_ROOT)/var/lib/apache2/modules' -S SYSCONFDIR='$(INSTALL_ROOT)/var/lib/apache2/conf' -i -a -n php5 libphp5.la # environment OPENWINHOME = /usr/openwin # default MAKEFILES := # makefile (from `Makefile', line 28) PGSQL_SHARED_LIBADD = # makefile (from `Makefile', line 68) DEBUG_CFLAGS = -Wall # makefile (from `Makefile', line 4) top_builddir = /usr/local/php-5.0.2 # makefile (from `Makefile', line 65) CXXFLAGS = -prefer-pic # automatic <F = $(notdir $<) # makefile (from `Makefile', line 83) LN_S = ln -s # makefile (from `Makefile', line 98) TSRM_DIR = TSRM # makefile (from `Makefile', line 17) APXS = /var/lib/apache2/bin/apxs # makefile (from `Makefile', line 64) CXX = # default COFLAGS = # makefile (from `Makefile', line 38) PHP_MODULES = # environment LC_ALL = POSIX # makefile (from `Makefile', line 52) phptempdir = /usr/local/php-5.0.2/libs # makefile (from `Makefile', line 215) phpbuilddir = $(prefix)/lib/php/build # default COMPILE.C = $(COMPILE.cc) # environment HOSTTYPE = i586 # makefile (from `Makefile', line 23) INSTALL_CLI = $(mkinstalldirs) $(INSTALL_ROOT)$(bindir); $(INSTALL) -m 0755 $(SAPI_CLI_PATH) $(INSTALL_ROOT)$(bindir)/$(program_prefix)php$(program_suffix) # automatic ^F = $(notdir $^) # default COMPILE.S = $(CC) $(ASFLAGS) $(CPPFLAGS) $(TARGET_MACH) -c # default LINK.F = $(FC) $(FFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH) # makefile (from `Makefile', line 102) PHP_FRAMEWORKPATH = # default SUFFIXES := .out .a .ln .o .c .cc .C .cpp .p .f .F .r .y .l .s .S .mod .sym .def .h .info .dvi .tex .texinfo .texi .txinfo .w .ch .web .sh .elc .el # default COMPILE.c = $(CC) $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c # makefile (from `Makefile', line 24) OPENSSL_SHARED_LIBADD = # default COMPILE.s = $(AS) $(ASFLAGS) $(TARGET_MACH) # makefile (from `Makefile', line 109) INSTALL_DATA = $(INSTALL) -m 644 # makefile (from `Makefile', line 104) SHLIB_SUFFIX_NAME = so # environment QTDIR = /usr/lib/qt-3.0.5 # default MAKEINFO = makeinfo # makefile (from `Makefile', line 89) PHP_LIBS = # makefile (from `Makefile', line 285) peardir = $(PEAR_INSTALLDIR) # makefile (from `Makefile', line 233) HEADER_DIRS = / Zend/ TSRM/ main/ main/streams/ regex/ ext/libxml/ ext/standard/ ext/session/ ext/xml/ ext/xml/expat/ ext/mbstring/ ext/sqlite/libsqlite/src/sqlite.h # default TEX = tex # environment LANG = C # environment TERM = linux # default F77FLAGS = $(FFLAGS) # default LINK.f = $(FC) $(FFLAGS) $(LDFLAGS) $(TARGET_ARCH) # makefile (from `Makefile', line 73) EXTRA_LIBS = -lcrypt -lcrypt -lpq -lssl -lcrypto -lresolv -lm -ldl -lnsl -lxml2 -lz -lm -lxml2 -lz -lm -lxml2 -lz -lm -lcrypt -lxml2 -lz -lm -lcrypt # variable set hash-table stats: # Load=221/1024=22%, Rehash=0, Collisions=65/295=22% # Directories # SCCS: could not be stat'd. # . (device 769, inode 2251970): 89 files, 17 impossibilities. # /usr/local/php-5.0.2/sapi/cli (device 769, inode 752240): 18 files, 17 impossibilities. # /usr/local/php-5.0.2/sapi/cli/SCCS: could not be stat'd. # /usr/local/php-5.0.2/sapi/cli/RCS: could not be stat'd. # RCS: could not be stat'd. # 107 files, 34 impossibilities in 6 directories. # Implicit Rules %.out: %.a: %.ln: %.o: %: %.o # commands to execute (built-in): $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -o $@ %.c: %: %.c # commands to execute (built-in): $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@ %.ln: %.c # commands to execute (built-in): $(LINT.c) -C$* $< %.o: %.c # commands to execute (built-in): $(COMPILE.c) $(OUTPUT_OPTION) $< %.cc: %: %.cc # commands to execute (built-in): $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ %.o: %.cc # commands to execute (built-in): $(COMPILE.cc) $(OUTPUT_OPTION) $< %.C: %: %.C # commands to execute (built-in): $(LINK.C) $^ $(LOADLIBES) $(LDLIBS) -o $@ %.o: %.C # commands to execute (built-in): $(COMPILE.C) $(OUTPUT_OPTION) $< %.cpp: %: %.cpp # commands to execute (built-in): $(LINK.cpp) $^ $(LOADLIBES) $(LDLIBS) -o $@ %.o: %.cpp # commands to execute (built-in): $(COMPILE.cpp) $(OUTPUT_OPTION) $< %.p: %: %.p # commands to execute (built-in): $(LINK.p) $^ $(LOADLIBES) $(LDLIBS) -o $@ %.o: %.p # commands to execute (built-in): $(COMPILE.p) $(OUTPUT_OPTION) $< %.f: %: %.f # commands to execute (built-in): $(LINK.f) $^ $(LOADLIBES) $(LDLIBS) -o $@ %.o: %.f # commands to execute (built-in): $(COMPILE.f) $(OUTPUT_OPTION) $< %.F: %: %.F # commands to execute (built-in): $(LINK.F) $^ $(LOADLIBES) $(LDLIBS) -o $@ %.o: %.F # commands to execute (built-in): $(COMPILE.F) $(OUTPUT_OPTION) $< %.f: %.F # commands to execute (built-in): $(PREPROCESS.F) $(OUTPUT_OPTION) $< %.r: %: %.r # commands to execute (built-in): $(LINK.r) $^ $(LOADLIBES) $(LDLIBS) -o $@ %.o: %.r # commands to execute (built-in): $(COMPILE.r) $(OUTPUT_OPTION) $< %.f: %.r # commands to execute (built-in): $(PREPROCESS.r) $(OUTPUT_OPTION) $< %.y: %.ln: %.y # commands to execute (built-in): $(YACC.y) $< $(LINT.c) -C$* y.tab.c $(RM) y.tab.c %.c: %.y # commands to execute (built-in): $(YACC.y) $< mv -f y.tab.c $@ %.l: %.ln: %.l # commands to execute (built-in): @$(RM) $*.c $(LEX.l) $< > $*.c $(LINT.c) -i $*.c -o $@ $(RM) $*.c %.c: %.l # commands to execute (built-in): @$(RM) $@ $(LEX.l) $< > $@ %.r: %.l # commands to execute (built-in): $(LEX.l) $< > $@ mv -f lex.yy.r $@ %.s: %: %.s # commands to execute (built-in): $(LINK.s) $^ $(LOADLIBES) $(LDLIBS) -o $@ %.o: %.s # commands to execute (built-in): $(COMPILE.s) -o $@ $< %.S: %: %.S # commands to execute (built-in): $(LINK.S) $^ $(LOADLIBES) $(LDLIBS) -o $@ %.o: %.S # commands to execute (built-in): $(COMPILE.S) -o $@ $< %.s: %.S # commands to execute (built-in): $(PREPROCESS.S) $< > $@ %.mod: %: %.mod # commands to execute (built-in): $(COMPILE.mod) -o $@ -e $@ $^ %.o: %.mod # commands to execute (built-in): $(COMPILE.mod) -o $@ $< %.sym: %.def: %.sym: %.def # commands to execute (built-in): $(COMPILE.def) -o $@ $< %.h: %.info: %.dvi: %.tex: %.dvi: %.tex # commands to execute (built-in): $(TEX) $< %.texinfo: %.info: %.texinfo # commands to execute (built-in): $(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@ %.dvi: %.texinfo # commands to execute (built-in): $(TEXI2DVI) $(TEXI2DVI_FLAGS) $< %.texi: %.info: %.texi # commands to execute (built-in): $(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@ %.dvi: %.texi # commands to execute (built-in): $(TEXI2DVI) $(TEXI2DVI_FLAGS) $< %.txinfo: %.info: %.txinfo # commands to execute (built-in): $(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@ %.dvi: %.txinfo # commands to execute (built-in): $(TEXI2DVI) $(TEXI2DVI_FLAGS) $< %.w: %.c: %.w # commands to execute (built-in): $(CTANGLE) $< - $@ %.tex: %.w # commands to execute (built-in): $(CWEAVE) $< - $@ %.ch: %.web: %.p: %.web # commands to execute (built-in): $(TANGLE) $< %.tex: %.web # commands to execute (built-in): $(WEAVE) $< %.sh: %: %.sh # commands to execute (built-in): cat $< >$@ chmod a+x $@ %.elc: %.el: (%): % # commands to execute (built-in): $(AR) $(ARFLAGS) $@ $< %.out: % # commands to execute (built-in): @rm -f $@ cp $< $@ %.c: %.w %.ch # commands to execute (built-in): $(CTANGLE) $^ $@ %.tex: %.w %.ch # commands to execute (built-in): $(CWEAVE) $^ $@ %:: %,v # commands to execute (built-in): $(CHECKOUT,v) %:: RCS/%,v # commands to execute (built-in): $(CHECKOUT,v) %:: RCS/% # commands to execute (built-in): $(CHECKOUT,v) %:: s.% # commands to execute (built-in): $(GET) $(GFLAGS) $(SCCS_OUTPUT_OPTION) $< %:: SCCS/s.% # commands to execute (built-in): $(GET) $(GFLAGS) $(SCCS_OUTPUT_OPTION) $< # 86 implicit rules, 5 (5.8%) terminal. # Pattern-specific variable values # No pattern-specific variable values. # Files # Not a target: /usr/local/php-5.0.2/ext/standard/uniqid.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. ext/pcre/pcrelib/study.lo: /usr/local/php-5.0.2/ext/pcre/pcrelib/study.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 415): $(LIBTOOL) --mode=compile $(CC) -DSUPPORT_UTF8 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -I/usr/local/php-5.0.2/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/php-5.0.2/ext/pcre/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/pcre/pcrelib/study.c -o ext/pcre/pcrelib/study.lo Zend/zend_default_classes.lo: /usr/local/php-5.0.2/Zend/zend_default_classes.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 807): $(LIBTOOL) --mode=compile $(CC) -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_default_classes.c -o Zend/zend_default_classes.lo # Not a target: /usr/local/php-5.0.2/Zend/zend_ini_scanner.l: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: /usr/local/php-5.0.2/ext/standard/cyr_convert.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: /usr/local/php-5.0.2/Zend/zend_ptr_stack.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: /usr/local/php-5.0.2/main/strlcat.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. ext/standard/file.lo: /usr/local/php-5.0.2/ext/standard/file.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 547): $(LIBTOOL) --mode=compile $(CC) -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/file.c -o ext/standard/file.lo # Not a target: main/internal_functions.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. Zend/zend_opcode.lo: /usr/local/php-5.0.2/Zend/zend_opcode.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 757): $(LIBTOOL) --mode=compile $(CC) -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_opcode.c -o Zend/zend_opcode.lo # Not a target: /usr/local/php-5.0.2/Zend/zend_llist.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .web.p: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (built-in): $(TANGLE) $< install-modules: build-modules # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 146): @test -d modules && \ $(mkinstalldirs) $(INSTALL_ROOT)$(EXTENSION_DIR) @echo "Installing shared extensions: $(INSTALL_ROOT)$(EXTENSION_DIR)/" @rm -f modules/*.la >/dev/null 2>&1 @$(INSTALL) modules/* $(INSTALL_ROOT)$(EXTENSION_DIR) # Not a target: /usr/local/php-5.0.2/ext/standard/mail.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: /usr/local/php-5.0.2/Zend/zend_default_classes.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. Zend/zend_ts_hash.lo: /usr/local/php-5.0.2/Zend/zend_ts_hash.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 789): $(LIBTOOL) --mode=compile $(CC) -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_ts_hash.c -o Zend/zend_ts_hash.lo # Not a target: /usr/local/php-5.0.2/ext/standard/basic_functions.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. ext/standard/scanf.lo: /usr/local/php-5.0.2/ext/standard/scanf.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 597): $(LIBTOOL) --mode=compile $(CC) -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/scanf.c -o ext/standard/scanf.lo # Not a target: /usr/local/php-5.0.2/ext/standard/microtime.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. ext/dom/entityreference.lo: /usr/local/php-5.0.2/ext/dom/entityreference.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 391): $(LIBTOOL) --mode=compile $(CC) -Iext/dom/ -I/usr/local/php-5.0.2/ext/dom/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/dom/entityreference.c -o ext/dom/entityreference.lo # Not a target: /usr/local/php-5.0.2/ext/standard/ftp_fopen_wrapper.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: /usr/local/php-5.0.2/ext/dom/domimplementation.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: /usr/local/php-5.0.2/Zend/zend_ts_hash.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: /usr/local/php-5.0.2/ext/standard/user_filters.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. regex/regcomp.lo: /usr/local/php-5.0.2/regex/regcomp.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 515): $(LIBTOOL) --mode=compile $(CC) -Iregex/ -I/usr/local/php-5.0.2/regex/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/regex/regcomp.c -o regex/regcomp.lo # Not a target: /usr/local/php-5.0.2/TSRM/tsrm_strtok_r.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. ext/standard/type.lo: /usr/local/php-5.0.2/ext/standard/type.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 601): $(LIBTOOL) --mode=compile $(CC) -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/type.c -o ext/standard/type.lo # Not a target: .l.r: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (built-in): $(LEX.l) $< > $@ mv -f lex.yy.r $@ ext/standard/php_fopen_wrapper.lo: /usr/local/php-5.0.2/ext/standard/php_fopen_wrapper.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 627): $(LIBTOOL) --mode=compile $(CC) -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/php_fopen_wrapper.c -o ext/standard/php_fopen_wrapper.lo ext/libxml/libxml.lo: /usr/local/php-5.0.2/ext/libxml/libxml.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 337): $(LIBTOOL) --mode=compile $(CC) -Iext/libxml/ -I/usr/local/php-5.0.2/ext/libxml/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/libxml/libxml.c -o ext/libxml/libxml.lo ext/pcre/pcrelib/get.lo: /usr/local/php-5.0.2/ext/pcre/pcrelib/get.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 413): $(LIBTOOL) --mode=compile $(CC) -DSUPPORT_UTF8 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -I/usr/local/php-5.0.2/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/php-5.0.2/ext/pcre/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/pcre/pcrelib/get.c -o ext/pcre/pcrelib/get.lo ext/standard/array.lo: /usr/local/php-5.0.2/ext/standard/array.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 523): $(LIBTOOL) --mode=compile $(CC) -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/array.c -o ext/standard/array.lo ext/standard/strnatcmp.lo: /usr/local/php-5.0.2/ext/standard/strnatcmp.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 615): $(LIBTOOL) --mode=compile $(CC) -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/strnatcmp.c -o ext/standard/strnatcmp.lo # Not a target: /usr/local/php-5.0.2/ext/standard/iptc.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: /usr/local/php-5.0.2/ext/dom/domerrorhandler.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. ext/standard/formatted_print.lo: /usr/local/php-5.0.2/ext/standard/formatted_print.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 553): $(LIBTOOL) --mode=compile $(CC) -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/formatted_print.c -o ext/standard/formatted_print.lo Zend/zend_operators.lo: /usr/local/php-5.0.2/Zend/zend_operators.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 759): $(LIBTOOL) --mode=compile $(CC) -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_operators.c -o Zend/zend_operators.lo # Not a target: .txinfo: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. ext/standard/string.lo: /usr/local/php-5.0.2/ext/standard/string.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 595): $(LIBTOOL) --mode=compile $(CC) -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/string.c -o ext/standard/string.lo # Not a target: /usr/local/php-5.0.2/ext/standard/flock_compat.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. Zend/zend.lo: /usr/local/php-5.0.2/Zend/zend.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 767): $(LIBTOOL) --mode=compile $(CC) -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend.c -o Zend/zend.lo # Not a target: /usr/local/php-5.0.2/ext/standard/base64.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. ext/standard/reg.lo: /usr/local/php-5.0.2/ext/standard/reg.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 591): $(LIBTOOL) --mode=compile $(CC) -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/reg.c -o ext/standard/reg.lo # Not a target: /usr/local/php-5.0.2/sapi/cli/php_cli.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .dvi: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. ext/standard/html.lo: /usr/local/php-5.0.2/ext/standard/html.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 559): $(LIBTOOL) --mode=compile $(CC) -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/html.c -o ext/standard/html.lo # Not a target: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/random.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: /usr/local/php-5.0.2/ext/standard/html.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/insert.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. sapi/apache2handler/apache_config.lo: /usr/local/php-5.0.2/sapi/apache2handler/apache_config.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 333): $(LIBTOOL) --mode=compile $(CC) -I/var/lib/apache2/include -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I/var/lib/apache2/include -I/var/lib/apache2/include -Isapi/apache2handler/ -I/usr/local/php-5.0.2/sapi/apache2handler/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/sapi/apache2handler/apache_config.c -o sapi/apache2handler/apache_config.lo ext/standard/flock_compat.lo: /usr/local/php-5.0.2/ext/standard/flock_compat.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 551): $(LIBTOOL) --mode=compile $(CC) -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/flock_compat.c -o ext/standard/flock_compat.lo # Not a target: /usr/local/php-5.0.2/ext/dom/php_dom.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .F.o: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (built-in): $(COMPILE.F) $(OUTPUT_OPTION) $< main/mergesort.lo: /usr/local/php-5.0.2/main/mergesort.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 697): $(LIBTOOL) --mode=compile $(CC) -Imain/ -I/usr/local/php-5.0.2/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/main/mergesort.c -o main/mergesort.lo ext/sqlite/libsqlite/src/opcodes.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/opcodes.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 453): $(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/opcodes.c -o ext/sqlite/libsqlite/src/opcodes.lo # Not a target: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/update.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. ext/sqlite/libsqlite/src/hash.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/hash.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 471): $(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/hash.c -o ext/sqlite/libsqlite/src/hash.lo # Not a target: /usr/local/php-5.0.2/sapi/apache2handler/php_functions.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. cli: sapi/cli/php # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: main/internal_functions_cli.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. all: libphp5.la sapi/cli/php # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # commands to execute (from `Makefile', line 116): @echo @echo "Build complete." @echo "(It is safe to ignore warnings about tempnam and tmpnam)." @echo # Not a target: /usr/local/php-5.0.2/Zend/zend_constants.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .y.ln: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (built-in): $(YACC.y) $< $(LINT.c) -C$* y.tab.c $(RM) y.tab.c # Not a target: .o: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (built-in): $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -o $@ main/php_ticks.lo: /usr/local/php-5.0.2/main/php_ticks.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 703): $(LIBTOOL) --mode=compile $(CC) -Imain/ -I/usr/local/php-5.0.2/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/main/php_ticks.c -o main/php_ticks.lo ext/openssl/xp_ssl.lo: /usr/local/php-5.0.2/ext/openssl/xp_ssl.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 341): $(LIBTOOL) --mode=compile $(CC) -Iext/openssl/ -I/usr/local/php-5.0.2/ext/openssl/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/openssl/xp_ssl.c -o ext/openssl/xp_ssl.lo # Not a target: /usr/local/php-5.0.2/ext/standard/levenshtein.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. ext/sqlite/libsqlite/src/random.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/random.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 483): $(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/random.c -o ext/sqlite/libsqlite/src/random.lo install-pear: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 297): @echo "Installing PEAR environment: $(INSTALL_ROOT)$(peardir)/" @if $(mkinstalldirs) $(INSTALL_ROOT)$(peardir); then \ $(MAKE) -s install-pear-installer install-pear-packages; \ else \ cat /usr/local/php-5.0.2/pear/install-pear.txt; \ exit 5; \ fi # Not a target: /usr/local/php-5.0.2/ext/standard/soundex.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. ext/session/mod_mm.lo: /usr/local/php-5.0.2/ext/session/mod_mm.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 429): $(LIBTOOL) --mode=compile $(CC) -Iext/session/ -I/usr/local/php-5.0.2/ext/session/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/session/mod_mm.c -o ext/session/mod_mm.lo # Not a target: .y: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. ext/standard/info.lo: /usr/local/php-5.0.2/ext/standard/info.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 563): $(LIBTOOL) --mode=compile $(CC) -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/info.c -o ext/standard/info.lo # Not a target: /usr/local/php-5.0.2/main/php_scandir.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .def.sym: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (built-in): $(COMPILE.def) -o $@ $< # Not a target: /usr/local/php-5.0.2/ext/dom/typeinfo.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: /usr/local/php-5.0.2/Zend/zend_extensions.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: /usr/local/php-5.0.2/main/php_ticks.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. Zend/zend_exceptions.lo: /usr/local/php-5.0.2/Zend/zend_exceptions.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 797): $(LIBTOOL) --mode=compile $(CC) -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_exceptions.c -o Zend/zend_exceptions.lo .PHONY: all clean install distclean test # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. ext/sqlite/libsqlite/src/update.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/update.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 491): $(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/update.c -o ext/sqlite/libsqlite/src/update.lo # Not a target: /usr/local/php-5.0.2/ext/standard/reg.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. ext/sqlite/libsqlite/src/select.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/select.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 485): $(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/select.c -o ext/sqlite/libsqlite/src/select.lo ext/standard/dir.lo: /usr/local/php-5.0.2/ext/standard/dir.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 539): $(LIBTOOL) --mode=compile $(CC) -Iext/standard/ -I/usr/local/php-5.0.2/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/standard/dir.c -o ext/standard/dir.lo TSRM/tsrm_virtual_cwd.lo: /usr/local/php-5.0.2/TSRM/tsrm_virtual_cwd.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 667): $(LIBTOOL) --mode=compile $(CC) -ITSRM/ -I/usr/local/php-5.0.2/TSRM/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/TSRM/tsrm_virtual_cwd.c -o TSRM/tsrm_virtual_cwd.lo # Not a target: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/encode.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. ext/sqlite/libsqlite/src/vacuum.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/vacuum.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 503): $(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/vacuum.c -o ext/sqlite/libsqlite/src/vacuum.lo main/php_open_temporary_file.lo: /usr/local/php-5.0.2/main/php_open_temporary_file.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 707): $(LIBTOOL) --mode=compile $(CC) -Imain/ -I/usr/local/php-5.0.2/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/main/php_open_temporary_file.c -o main/php_open_temporary_file.lo regex/regexec.lo: /usr/local/php-5.0.2/regex/regexec.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 517): $(LIBTOOL) --mode=compile $(CC) -Iregex/ -I/usr/local/php-5.0.2/regex/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/regex/regexec.c -o regex/regexec.lo # Not a target: /usr/local/php-5.0.2/ext/standard/proc_open.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: /usr/local/php-5.0.2/Zend/zend_exceptions.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/opcodes.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. ext/sqlite/libsqlite/src/pager.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/pager.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 479): $(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/pager.c -o ext/sqlite/libsqlite/src/pager.lo # Not a target: /usr/local/php-5.0.2/sapi/cli/getopt.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .p.o: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (built-in): $(COMPILE.p) $(OUTPUT_OPTION) $< # Not a target: .p: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (built-in): $(LINK.p) $^ $(LOADLIBES) $(LDLIBS) -o $@ # Not a target: .txinfo.dvi: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (built-in): $(TEXI2DVI) $(TEXI2DVI_FLAGS) $< Zend/zend_objects.lo: /usr/local/php-5.0.2/Zend/zend_objects.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 799): $(LIBTOOL) --mode=compile $(CC) -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_objects.c -o Zend/zend_objects.lo # Not a target: /usr/local/php-5.0.2/ext/standard/url_scanner_ex.re: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. ext/dom/text.lo: /usr/local/php-5.0.2/ext/dom/text.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 383): $(LIBTOOL) --mode=compile $(CC) -Iext/dom/ -I/usr/local/php-5.0.2/ext/dom/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/dom/text.c -o ext/dom/text.lo main/streams/cast.lo: /usr/local/php-5.0.2/main/streams/cast.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 715): $(LIBTOOL) --mode=compile $(CC) -Imain/streams/ -I/usr/local/php-5.0.2/main/streams/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/main/streams/cast.c -o main/streams/cast.lo ext/sqlite/libsqlite/src/btree_rb.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/btree_rb.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 499): $(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/btree_rb.c -o ext/sqlite/libsqlite/src/btree_rb.lo ext/dom/domimplementationlist.lo: /usr/local/php-5.0.2/ext/dom/domimplementationlist.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 377): $(LIBTOOL) --mode=compile $(CC) -Iext/dom/ -I/usr/local/php-5.0.2/ext/dom/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/dom/domimplementationlist.c -o ext/dom/domimplementationlist.lo # Not a target: /usr/local/php-5.0.2/main/php_open_temporary_file.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. ext/spl/spl_array.lo: /usr/local/php-5.0.2/ext/spl/spl_array.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 443): $(LIBTOOL) --mode=compile $(CC) -Iext/spl/ -I/usr/local/php-5.0.2/ext/spl/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/spl/spl_array.c -o ext/spl/spl_array.lo ext/dom/domstringlist.lo: /usr/local/php-5.0.2/ext/dom/domstringlist.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 353): $(LIBTOOL) --mode=compile $(CC) -Iext/dom/ -I/usr/local/php-5.0.2/ext/dom/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/dom/domstringlist.c -o ext/dom/domstringlist.lo # Not a target: /usr/local/php-5.0.2/ext/dom/node.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: /usr/local/php-5.0.2/Zend/zend_language_parser.y: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. ext/sqlite/libsqlite/src/attach.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/attach.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 497): $(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/attach.c -o ext/sqlite/libsqlite/src/attach.lo ext/sqlite/libsqlite/src/main.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/main.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 475): $(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/main.c -o ext/sqlite/libsqlite/src/main.lo # Not a target: /usr/local/php-5.0.2/Zend/zend_objects.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. ext/sqlite/libsqlite/src/table.lo: /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/table.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 487): $(LIBTOOL) --mode=compile $(CC) -I/usr/local/php-5.0.2/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/usr/local/php-5.0.2/ext/sqlite/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/ext/sqlite/libsqlite/src/table.c -o ext/sqlite/libsqlite/src/table.lo # Not a target: /usr/local/php-5.0.2/ext/pcre/pcrelib/maketables.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. Zend/zend_builtin_functions.lo: /usr/local/php-5.0.2/Zend/zend_builtin_functions.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 779): $(LIBTOOL) --mode=compile $(CC) -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_builtin_functions.c -o Zend/zend_builtin_functions.lo # Not a target: /usr/local/php-5.0.2/main/streams/cast.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .a: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: /usr/local/php-5.0.2/ext/standard/link.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: /usr/local/php-5.0.2/Zend/zend.c: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. Zend/zend_multibyte.lo: /usr/local/php-5.0.2/Zend/zend_multibyte.c # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # commands to execute (from `Makefile', line 787): $(LIBTOOL) --mode=compile $(CC) -IZend/ -I/usr/local/php-5.0.2/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c /usr/local/php-5.0.2/Zend/zend_multibyte.c -o Zend/zend_multibyte.lo ext/xml/compat.lo: /usr/local/php-5.0.2/ext/xml/compat.c # Implicit rule search has not been done. # Modification time neAs I noted, the php.ini is totally stock php.ini-dist, and the problem still happens when there is no php.ini in the config-file directory. There are definetly no extensions being loaded at all. The exact failing command that is run by make install is: /var/tmp/portage/php-4.3.9/work/php-4.3.9/sapi/cli/php -n -dshort_open_tag=0 -dsafe_mode=0 /var/tmp/portage/php-4.3.9/work/php-4.3.9/pear/install-pear.php -d "/usr/lib/php" -b "/usr/bin" /var/tmp/portage/php-4.3.9/work/php-4.3.9/pear/package-*.xml Complete output: root@curie-int /var/tmp/portage/php-4.3.9/work/php-4.3.9 # /var/tmp/portage/php-4.3.9/work/php-4.3.9/sapi/cli/php -n -dshort_open_tag=0 -dsafe_mode=0 /var/tmp/portage/php-4.3.9/work/php-4.3.9/pear/install-pear.php -d "/usr/lib/php" -b "/usr/bin" /var/tmp/portage/php-4.3.9/work/php-4.3.9/pear/package-*.xml Could not startup. [Mon Nov 1 01:08:50 2004] Script: '/var/tmp/portage/php-4.3.9/work/php-4.3.9/pear/install-pear.php' --------------------------------------- /var/tmp/portage/php-4.3.9/work/php-4.3.9/Zend/zend_ptr_stack.c(77) : Block 0x081FD820 status: Beginning: Overrun (magic=0x08201868, expected=0x7312F8DC) End: Unknown --------------------------------------- /var/tmp/portage/php-4.3.9/work/php-4.3.9/Zend/zend_hash.c(547) : ht=0x081ba8cc is already destroyed /var/tmp/portage/php-4.3.9/work/php-4.3.9/Zend/zend_hash.c(673) : ht=0x081ba9e8 is already destroyed /var/tmp/portage/php-4.3.9/work/php-4.3.9/Zend/zend_hash.c(108) : Bailed out without a bailout address! I'll try to come up with something shorter than install-pear.php that will reproduce it.The PHP test script that this is reproducable for is depressingly small... <?php ?> the extensions directory is totally empty... running: /var/tmp/portage/php-4.3.9/work/php-4.3.9/sapi/cli/php -m -n will give correct output one time out of ten, and fail dismally the other times (leaving a corefile that backtraces to the output I gave in my other bug). Included here again for good measure: #0 0x0814d116 in _efree (ptr=0x0, __zend_filename=0x81a7cd8 "/var/tmp/portage/php-4.3.9/work/php-4.3.9/Zend/zend_hash.c", __zend_lineno=563, __zend_orig_filename=0x0, __zend_orig_lineno=0) at /var/tmp/portage/php-4.3.9/work/php-4.3.9/Zend/zend_alloc.c:242 242 CALCULATE_REAL_SIZE_AND_CACHE_INDEX(p->size); (gdb) bt #0 0x0814d116 in _efree (ptr=0x0, __zend_filename=0x81a7cd8 "/var/tmp/portage/php-4.3.9/work/php-4.3.9/Zend/zend_hash.c", __zend_lineno=563, __zend_orig_filename=0x0, __zend_orig_lineno=0) at /var/tmp/portage/php-4.3.9/work/php-4.3.9/Zend/zend_alloc.c:242 #1 0x08165192 in zend_hash_destroy (ht=0x81ba8cc) at /var/tmp/portage/php-4.3.9/work/php-4.3.9/Zend/zend_hash.c:563 #2 0x0815483d in shutdown_executor () at /var/tmp/portage/php-4.3.9/work/php-4.3.9/Zend/zend_execute_API.c:186 #3 0x0815ec10 in zend_deactivate () at /var/tmp/portage/php-4.3.9/work/php-4.3.9/Zend/zend.c:667 #4 0x0812914a in php_request_shutdown (dummy=0x0) at /var/tmp/portage/php-4.3.9/work/php-4.3.9/main/main.c:996 #5 0x08177c0b in main (argc=3, argv=0xbfffeda4) at /var/tmp/portage/php-4.3.9/work/php-4.3.9/sapi/cli/php_cli.c:873 The most output it does give me is: ---- [PHP Modules] ctype domxml overload pcre posix session standard tokenizer xml zlib [Zend Modules] ----