php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20904 duplicate -l options in EXTRA_LIBS cause link error
Submitted: 2002-12-09 07:20 UTC Modified: 2003-01-02 18:44 UTC
From: achowe at snert dot com Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 4.2.3 OS: Mandrake Linux 9.0
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.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: achowe at snert dot com
New email:
PHP Version: OS:

 

 [2002-12-09 07:20 UTC] achowe at snert dot com
The "configure" script generates the "config_vars.mk", which contains duplicate -l library options for the EXTRA_LIBS macro.  For example:

EXTRA_LIBS = -lpq -lmysqlclient -lgd -lpng -lz -ljpeg -lz -lcrypt -lssl -lcrypto -lresolv -lm -ldl -lnsl -lresolv -lcrypt -lmysqlclient -lm -lz -lcrypto -lssl -ludmsearch

This causes _many_ linking errors, in particular related to "mysqlclient" of the form:

/usr/lib/libmysqlclient.a(ctype-ujis.o)(.data+0x0): first defined here
/usr/lib/libmysqlclient.a(ctype-ujis.o)(.data+0x120): multiple definition of `to
_lower_ujis'


The quick work around is to edit config_vars.mk after running teh configure script and remove the duplicate -l from the macro EXTRA_LIBS, for example:

EXTRA_LIBS = -lpq -lmysqlclient -lgd -lpng -lz -ljpeg -lcrypt -lssl -lcrypto -lresolv -lm -ldl -lnsl -ludmsearch                                                


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-09 07:23 UTC] achowe at snert dot com
Below is a copy of the session log displaying the annoying behaviour:

[root@x1 php-4.2.3]# sh ../php4.sh
creating cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking host system type... i686-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking for gcc option to accept ANSI C... none needed
checking whether compiler supports -R... no
checking whether compiler supports -Wl,-rpath,... yes
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for mawk... mawk
checking for bison... bison -y
checking bison version... 1.35 (ok)
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for working const... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib... 

Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... yes
checking for mod_charset compatibility option... no
checking for Apache 2.0 module support via DSO through APXS... no
checking for Caudium support... no
checking for fhttpd module support... no
checking for CLI build... no
checking for FastCGI support... no
checking for Zeus ISAPI support... no
checking for NSAPI support... no
checking for PHTTPD support... no
checking for Pi3Web Support... no
checking for Roxen/Pike support... no
checking for Servlet support... no
checking for thttpd... no
checking for TUX... no
checking for webjames... no
checking for chosen SAPI module... apache

Running system checks
checking for missing declarations of reentrant functions... done
checking for sendmail... no
checking whether system uses EBCDIC... no
checking for socket in -lsocket... no
checking for htonl in -lsocket... no
checking for yp_get_default_domain... no
checking for gethostname in -lnsl... yes
checking for dlopen in -ldl... yes
checking for sin in -lm... yes
checking for inet_aton in -lresolv... yes
checking for res_search in -lsocket... no
checking for res_search in -lresolv... yes
checking for ANSI C header files... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for fclose declaration... ok
checking for ApplicationServices/ApplicationServices.h... no
checking for alloca.h... yes
checking for arpa/inet.h... yes
checking for arpa/nameser.h... yes
checking for crypt.h... yes
checking for fcntl.h... yes
checking for grp.h... yes
checking for ieeefp.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for netinet/in.h... yes
checking for pwd.h... yes
checking for resolv.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for syslog.h... yes
checking for sysexits.h... yes
checking for sys/file.h... yes
checking for sys/mman.h... yes
checking for sys/mount.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/statfs.h... yes
checking for sys/statvfs.h... yes
checking for sys/vfs.h... yes
checking for sys/sysexits.h... no
checking for sys/time.h... yes
checking for sys/types.h... yes
checking for sys/varargs.h... no
checking for sys/wait.h... yes
checking for unistd.h... yes
checking for unix.h... no
checking for utime.h... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for tm_zone in struct tm... yes
checking for tm_gmtoff in struct tm... yes
checking for struct flock... yes
checking for socklen_t... yes
checking size of long... 4
checking size of int... 4
checking for st_blksize in struct stat... yes
checking for st_blocks in struct stat... yes
checking for st_rdev in struct stat... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for struct sockaddr_storage... yes
checking for IPv6 support... yes
checking for vprintf... yes
checking for asctime_r... yes
checking for chroot... yes
checking for ctime_r... yes
checking for cuserid... yes
checking for crypt... no
checking for flock... yes
checking for gai_strerror... yes
checking for gcvt... yes
checking for getlogin... yes
checking for gethostbyaddr... yes
checking for getprotobyname... yes
checking for getprotobynumber... yes
checking for getservbyname... yes
checking for getservbyport... yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for inet_aton... yes
checking for isascii... yes
checking for link... yes
checking for localtime_r... yes
checking for lockf... yes
checking for lrand48... yes
checking for memcpy... yes
checking for memmove... yes
checking for mkstemp... yes
checking for mmap... yes
checking for nl_langinfo... yes
checking for putenv... yes
checking for realpath... yes
checking for random... yes
checking for rand_r... yes
checking for regcomp... yes
checking for res_search... yes
checking for setitimer... yes
checking for setlocale... yes
checking for localeconv... yes
checking for setsockopt... yes
checking for setvbuf... yes
checking for shutdown... yes
checking for sin... yes
checking for snprintf... yes
checking for srand48... yes
checking for srandom... yes
checking for statfs... yes
checking for statvfs... yes
checking for std_syslog... no
checking for strcasecmp... yes
checking for strcoll... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for strstr... yes
checking for strtok_r... yes
checking for symlink... yes
checking for tempnam... yes
checking for tzset... yes
checking for unsetenv... yes
checking for usleep... yes
checking for utime... yes
checking for vsnprintf... yes
checking for getaddrinfo... yes
checking for strlcat... no
checking for strlcpy... no
checking for getopt... yes
checking whether utime accepts a null argument... yes
checking for working alloca.h... (cached) yes
checking for alloca... yes
checking whether sprintf is broken... no
checking for declared timezone... yes
checking for type of reentrant time-related functions... POSIX
checking for readdir_r... yes
checking for type of readdir_r... POSIX
checking whether to include debugging symbols... no
checking layout of installed files... yes
checking path to configuration file... yes
checking whether to install PEAR, and where... yes
checking whether to enable safe mode by default... no
checking for safe mode exec dir... /usr/local/php/bin
checking for OpenSSL support... yes
checking for OpenSSL version... >= 0.9.5
checking for CRYPTO_free in -lcrypto... yes
checking for SSL_CTX_set_ssl_version in -lssl... yes
checking whether to enable PHP's own SIGCHLD handler... no
checking whether to enable magic quotes by default... no
checking whether to enable runpaths... yes
checking whether to explicitly link against libgcc... no
checking whether to enable short tags by default... yes
checking whether to enable dmalloc... no
checking for crypt in -lcrypt... yes

Configuring extensions
checking if the location of ZLIB install directory is defined... no
checking for ZLIB support... yes
checking for gzgets in -lz... yes
checking for fopencookie... yes
checking for ASPELL support... no
checking whether to enable bc style precision math functions... yes
checking for BZip2 support... no
checking whether to enable calendar conversion support... no
checking for CCVS support... no
checking for cpdflib support... no
checking for CRACKlib support... no
checking whether to enable ctype functions... yes
checking for CURL support... no
checking for CyberCash support... no
checking for cybermut support... no
checking for cyrus imap support... no
checking for xDBM support... no
checking whether to enable DBA... yes, shared
checking for GDBM support... no
checking for NDBM support... no
checking for Berkeley DB2 support... no
checking for Berkeley DB3 support... no
checking for DBM support... no
checking for CDB support... no
checking whether to enable DBA interface... no
checking whether to enable dbase support... no
checking for dbplus support... no
checking whether to enable dbx support... no
checking whether to enable direct I/O support... no
checking for DOM support... no
checking for DOM XSLT support... no
checking for DOM EXSLT support... no
checking whether to enable EXIF support... yes
checking for FrontBase SQL92 (fbsql) support... no
checking for FDF support... no
checking whether to enable the bundled filePro support... no
checking for FriBidi support... no
checking whether to enable FTP support... yes
checking for GD support... yes
checking whether to enable truetype string function in GD... no
checking for the location of libjpeg... yes
checking for jpeg_read_header in -ljpeg... yes
checking for the location of libpng... yes
checking for png_write_image in -lpng... yes
checking for the location of libXpm... no
If configure fails try --with-xpm-dir=<DIR>
checking for freetype(2)... no
If configure fails try --with-freetype-dir=<DIR>
checking for FreeType 1.x support... no
checking for T1lib support... no
checking for gdImageString16 in -lgd... yes
checking for gdImagePaletteCopy in -lgd... yes
checking for gdImageCreateFromPng in -lgd... yes
checking for gdImageCreateFromGif in -lgd... no
checking for gdImageGif in -lgd... no
checking for gdImageWBMP in -lgd... yes
checking for gdImageCreateFromJpeg in -lgd... yes
checking for gdImageCreateFromXpm in -lgd... yes
checking for gdImageCreateFromGd2 in -lgd... yes
checking for gdImageCreateTrueColor in -lgd... yes
checking for gdImageSetTile in -lgd... yes
checking for gdImageSetBrush in -lgd... yes
checking for gdImageStringTTF in -lgd... yes
checking for gdImageStringFT in -lgd... yes
checking for gdImageStringFTEx in -lgd... yes
checking for gdImageColorClosestHWB in -lgd... yes
checking for gdImageColorResolve in -lgd... yes
checking for gdImageGifCtx in -lgd... no
checking for GNU gettext support... no
checking for GNU MP support... no
checking for Hyperwave support... no
checking for ICAP support... no
checking for iconv support... no
checking for IMAP support... no
checking for Informix support... no
checking for Ingres II support... no
checking for InterBase support... no
checking for IRCG support... no
checking for Java support... no
checking for LDAP support... no
checking whether to enable multibyte string support... no
checking whether to enable japanese encoding translation... no
checking whether to enable multibyte regex support... no
checking for MCAL support... no
checking for mcrypt support... no
checking for MCVE support... no
checking for mhash support... no
checking for MING support... no
checking for mnoGoSearch support... yes
checking for mnoGoSearch version... 3.1.20
checking for msession support... no
checking for mSQL support... no
checking for Muscat support... no
checking for MySQL support... yes
checking size of char... 1
checking size of int... (cached) 4
checking size of long... (cached) 4
checking size of long long... 8
checking for size_t... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for uid_t in sys/types.h... (cached) yes
checking for type ulong... yes
checking for type uchar... no
checking for type uint... yes
checking for type ushort... yes
checking for int8... no
checking base type of last arg to accept... socklen_t
checking return type of qsort... void
checking for mysql_close in -lmysqlclient... yes
checking for MySQL UNIX socket... /tmp/mysql.sock
checking for ncurses support... no
checking for Oracle-OCI8 support... no
checking for Adabas support... no
checking for SAP DB support... no
checking for Solid support... no
checking for IBM DB2 support... no
checking for Empress support... no
checking for Empress local access support... no
checking for Birdstep support... no
checking for a custom ODBC support... no
checking for iODBC support... no
checking for Easysoft ODBC-ODBC Bridge support... no
checking for unixODBC support... no
checking for OpenLink ODBC support... no
checking for DBMaker support... no
checking for Oracle-ORACLE support... no
checking whether to enable user-space object overloading support... no
checking for Ovrimos SQL Server support... no
checking whether to enable pcntl support... no
checking for PCRE support... yes
checking for memmove... (cached) yes
checking for PDFlib support... no
checking for Verisign Payflow Pro support... no
checking for PostgreSQL support... yes
checking for PQescapeString in -lpq... yes
checking for PQsetnonblocking in -lpq... yes
checking for PQcmdTuples in -lpq... yes
checking for PQoidValue in -lpq... yes
checking for PQclientEncoding in -lpq... yes
checking for pg_encoding_to_char in -lpq... yes
checking whether to enable POSIX-like functions... yes
checking for seteuid... yes
checking for setegid... yes
checking for setsid... yes
checking for getsid... yes
checking for setpgid... yes
checking for getpgid... yes
checking for ctermid... yes
checking for mkfifo... yes
checking for getrlimit... yes
checking for PSPELL support... no
checking whether to include QDOM support... no
checking for libedit readline replacement... no
checking for readline support... no
checking for recode support... no
checking whether to enable PHP sessions... yes
checking for mm support... no
checking for pread... yes
checking for pwrite... yes
checking whether pwrite works without custom declaration... yes
checking whether pread works without custom declaration... yes
checking whether to enable shmop support... no
checking for SNMP support... no
checking whether to enable UCD SNMP hack... no
checking whether to enable sockets support... no
checking for dlopen... yes
checking for pam_start in -lpam... no
checking for getcwd... yes
checking for getwd... yes
checking for standard DES crypt... yes
checking for extended DES crypt... no
checking for MD5 crypt... yes
checking for Blowfish crypt... no
checking whether flush should be called explicitly after a bufferered io... no
checking whether to enable aggregation support... no
checking for libswf support... no
checking for Sybase support... no
checking for Sybase-CT support... no
checking whether to enable System V semaphore support... no
checking whether to enable System V shared memory support... no
checking whether to enable tokenizer support... no
checking for vpopmail support... no
checking whether to enable WDDX support... no
checking whether byte ordering is bigendian... no
checking whether to enable XML support... yes
checking external libexpat install dir... no
checking for XMLRPC-EPI support... no
checking libexpat dir for XMLRPC-EPI... no
checking iconv dir for XMLRPC-EPI... no
checking whether to enable xslt support... no
checking for XSLT Sablotron backend... no
checking libexpat dir for Sablotron XSL support... no
checking enable JavaScript for Sablotron... no
checking for YAZ support... no
checking whether to include YP support... no
checking for ZIP support... no
checking whether to enable versioning... yes
checking which regex library to use... php

Configuring Zend
checking build system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependant libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... (cached) ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking bison version... 1.35 (ok)
checking for limits.h... (cached) yes
checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdarg.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for signal.h... (cached) yes
checking for unix.h... (cached) no
checking for dlfcn.h... (cached) yes
checking for size_t... (cached) yes
checking return type of signal handlers... void
checking for dlopen in -ldl... (cached) yes
checking for dlopen... (cached) yes
checking whether dlsym() requires a leading underscore in symbol names... no
checking for uint... yes
checking for ulong... yes
checking for vprintf... (cached) yes
checking for 8-bit clean memcmp... yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for memcpy... (cached) yes
checking for strdup... (cached) yes
checking for getpid... yes
checking for kill... yes
checking for strtod... yes
checking for strtol... yes
checking for finite... yes
checking for fpclass... no
checking whether sprintf is broken... (cached) no
checking for finite... (cached) yes
checking for isfinite... no
checking for isinf... yes
checking for isnan... yes
checking whether fp_except is defined... no
checking whether to enable experimental ZTS... no
checking whether to enable inline optimization for GCC... yes
checking whether to enable a memory limit... no
checking whether to enable Zend debugging... no
checking for inline... inline

Configuring TSRM
checking for stdarg.h... (cached) yes

Generating files
checking for working mkdir -p... yes
creating config_vars.mk
updating cache ./config.cache
creating ./config.status
creating php4.spec
creating Zend/Makefile
creating main/build-defs.h
creating pear/scripts/pear
creating pear/scripts/phpize
creating pear/scripts/php-config
creating pear/scripts/pearize
creating pear/scripts/phptar
creating TSRM/Makefile
creating main/php_config.h
fastgen.sh: creating sapi/Makefile
fastgen.sh: creating ext/Makefile
fastgen.sh: creating Makefile
fastgen.sh: creating pear/Makefile
fastgen.sh: creating main/Makefile
fastgen.sh: creating sapi/cli/Makefile
fastgen.sh: creating ext/zlib/Makefile
fastgen.sh: creating ext/bcmath/Makefile
fastgen.sh: creating ext/bcmath/libbcmath/Makefile
fastgen.sh: creating ext/bcmath/libbcmath/src/Makefile
fastgen.sh: creating ext/ctype/Makefile
fastgen.sh: creating ext/exif/Makefile
fastgen.sh: creating ext/ftp/Makefile
fastgen.sh: creating ext/gd/Makefile
fastgen.sh: creating ext/mnogosearch/Makefile
fastgen.sh: creating ext/mysql/Makefile
fastgen.sh: creating ext/openssl/Makefile
fastgen.sh: creating ext/pcre/Makefile
fastgen.sh: creating ext/pcre/pcrelib/Makefile
fastgen.sh: creating ext/pgsql/Makefile
fastgen.sh: creating ext/posix/Makefile
fastgen.sh: creating ext/session/Makefile
fastgen.sh: creating ext/standard/Makefile
fastgen.sh: creating ext/xml/Makefile
fastgen.sh: creating ext/xml/expat/Makefile
fastgen.sh: creating sapi/apache/Makefile
fastgen.sh: creating regex/Makefile
creating main/internal_functions.c
creating main/internal_functions_cli.c
+--------------------------------------------------------------------+
| License:                                                           |
| This software is subject to the PHP License, available in this     |
| distribution in the file LICENSE.  By continuing this installation |
| process, you are bound by the terms of this license agreement.     |
| If you do not agree with the terms of this license, you must abort |
| the installation process at this point.                            |
+--------------------------------------------------------------------+
|                          *** NOTE ***                              |
|            The default for register_globals is now OFF!            |
|                                                                    |
| If your application relies on register_globals being ON, you       |
| should explicitly set it to on in your php.ini file.               |
| Note that you are strongly encouraged to read                      |
| http://www.php.net/manual/en/security.registerglobals.php          |
| about the implications of having register_globals set to on, and   |
| avoid using it if possible.                                        |
+--------------------------------------------------------------------+



Thank you for using PHP.

[root@x1 php-4.2.3]# make
Making all in Zend
make[1]: Entre dans le r?pertoire `/usr/local/src/php-4.2.3/Zend'
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUS
E_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I../TSRM  -g -O2 -prefer-pic -c zend_langua
ge_parser.c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUS
E_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I../TSRM  -g -O2 -prefer-pic -c zend_langua
ge_scanner.c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUS
E_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I../TSRM  -g -O2 -prefer-pic -c zend_ini_pa
rser.c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUS
E_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I../TSRM  -g -O2 -prefer-pic -c zend_ini_sc
anner.c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUS
E_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I../TSRM  -g -O2 -prefer-pic -c zend_alloc.
c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUS
E_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I../TSRM  -g -O2 -prefer-pic -c zend_compil
e.c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUS
E_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I../TSRM  -g -O2 -prefer-pic -c zend_consta
nts.c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUS
E_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I../TSRM  -g -O2 -prefer-pic -c zend_dynami
c_array.c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUS
E_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I../TSRM -g -O2 -prefer-pic -c ./zend_execu
te.c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUS
E_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I../TSRM  -g -O2 -prefer-pic -c zend_execut
e_API.c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUS
E_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I../TSRM  -g -O2 -prefer-pic -c zend_highli
ght.c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUS
E_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I../TSRM  -g -O2 -prefer-pic -c zend_llist.
c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUS
E_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I../TSRM  -g -O2 -prefer-pic -c zend_opcode
.c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUS
E_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I../TSRM  -g -O2 -prefer-pic -c zend_operat
ors.c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUS
E_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I../TSRM  -g -O2 -prefer-pic -c zend_ptr_st
ack.c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUS
E_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I../TSRM  -g -O2 -prefer-pic -c zend_stack.
c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUS
E_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I../TSRM  -g -O2 -prefer-pic -c zend_variab
les.c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUS
E_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I../TSRM  -g -O2 -prefer-pic -c zend.c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUS
E_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I../TSRM  -g -O2 -prefer-pic -c zend_API.c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUS
E_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I../TSRM  -g -O2 -prefer-pic -c zend_extens
ions.c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUS
E_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I../TSRM  -g -O2 -prefer-pic -c zend_hash.c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUS
E_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I../TSRM  -g -O2 -prefer-pic -c zend_list.c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUS
E_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I../TSRM  -g -O2 -prefer-pic -c zend_indent
.c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUS
E_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I../TSRM  -g -O2 -prefer-pic -c zend_builti
n_functions.c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUS
E_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I../TSRM  -g -O2 -prefer-pic -c zend_sprint
f.c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUS
E_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I../TSRM  -g -O2 -prefer-pic -c zend_ini.c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUS
E_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I../TSRM  -g -O2 -prefer-pic -c zend_qsort.
c
/bin/sh ../libtool --silent --mode=link gcc  -g -O2 -prefer-pic  -o libZend.la  
 zend_language_parser.lo zend_language_scanner.lo zend_ini_parser.lo zend_ini_sc
anner.lo zend_alloc.lo zend_compile.lo zend_constants.lo zend_dynamic_array.lo z
end_execute.lo zend_execute_API.lo zend_highlight.lo zend_llist.lo zend_opcode.l
o zend_operators.lo zend_ptr_stack.lo zend_stack.lo zend_variables.lo zend.lo ze
nd_API.lo zend_extensions.lo zend_hash.lo zend_list.lo zend_indent.lo zend_built
in_functions.lo zend_sprintf.lo zend_ini.lo zend_qsort.lo -ldl  
make[1]: Quitte le r?pertoire `/usr/local/src/php-4.2.3/Zend'
Making all in main
make[1]: Entre dans le r?pertoire `/usr/local/src/php-4.2.3/main'
make[2]: Entre dans le r?pertoire `/usr/local/src/php-4.2.3/main'
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/main -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-4
.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/include 
-I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -I/us
r/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM
=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr/loc
al/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c main.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/main -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-4
.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/include 
-I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -I/us
r/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM
=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr/loc
al/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c snprintf.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/main -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-4
.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/include 
-I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -I/us
r/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM
=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr/loc
al/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c php_sprintf.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/main -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-4
.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/include 
-I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -I/us
r/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM
=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr/loc
al/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c safe_mode.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/main -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-4
.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/include 
-I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -I/us
r/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM
=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr/loc
al/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c fopen_wrappers.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/main -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-4
.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/include 
-I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -I/us
r/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM
=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr/loc
al/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c alloca.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/main -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-4
.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/include 
-I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -I/us
r/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM
=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr/loc
al/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c php_ini.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/main -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-4
.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/include 
-I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -I/us
r/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM
=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr/loc
al/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c SAPI.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/main -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-4
.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/include 
-I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -I/us
r/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM
=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr/loc
al/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c rfc1867.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/main -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-4
.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/include 
-I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -I/us
r/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM
=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr/loc
al/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c php_content_types.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/main -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-4
.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/include 
-I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -I/us
r/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM
=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr/loc
al/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c strlcpy.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/main -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-4
.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/include 
-I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -I/us
r/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM
=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr/loc
al/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c strlcat.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/main -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-4
.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/include 
-I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -I/us
r/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM
=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr/loc
al/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c mergesort.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/main -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-4
.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/include 
-I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -I/us
r/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM
=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr/loc
al/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c reentrancy.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/main -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-4
.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/include 
-I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -I/us
r/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM
=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr/loc
al/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c php_variables.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/main -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-4
.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/include 
-I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -I/us
r/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM
=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr/loc
al/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c php_ticks.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/main -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-4
.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/include 
-I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -I/us
r/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM
=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr/loc
al/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c streams.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/main -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-4
.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/include 
-I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -I/us
r/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM
=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr/loc
al/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c network.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/main -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-4
.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/include 
-I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -I/us
r/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM
=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr/loc
al/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c php_open_temporary_file.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/main -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-4
.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/include 
-I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -I/us
r/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM
=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr/loc
al/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c php_logos.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/main -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-4
.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/include 
-I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -I/us
r/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM
=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr/loc
al/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c output.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/main -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-4
.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/include 
-I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -I/us
r/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM
=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr/loc
al/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c internal_functions.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=link gcc  -I. -I/usr/lo
cal/src/php-4.2.3/main -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-4.2.
3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/include -I/
usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -I/usr/l
ocal/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/d
ev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr/local/
src/php-4.2.3/TSRM -g -O2 -prefer-pic   -o libmain.la  main.lo snprintf.lo php_s
printf.lo safe_mode.lo fopen_wrappers.lo alloca.lo php_ini.lo SAPI.lo rfc1867.lo
 php_content_types.lo strlcpy.lo strlcat.lo mergesort.lo reentrancy.lo php_varia
bles.lo php_ticks.lo streams.lo network.lo php_open_temporary_file.lo php_logos.
lo output.lo internal_functions.lo  
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/main -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-4
.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/include 
-I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -I/us
r/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM
=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr/loc
al/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c internal_functions_cli.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=link gcc  -I. -I/usr/lo
cal/src/php-4.2.3/main -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-4.2.
3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/include -I/
usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -I/usr/l
ocal/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDOM=/d
ev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr/local/
src/php-4.2.3/TSRM -g -O2 -prefer-pic   -o libmain_cli.la  main.lo snprintf.lo p
hp_sprintf.lo safe_mode.lo fopen_wrappers.lo alloca.lo php_ini.lo SAPI.lo rfc186
7.lo php_content_types.lo strlcpy.lo strlcat.lo mergesort.lo reentrancy.lo php_v
ariables.lo php_ticks.lo streams.lo network.lo php_open_temporary_file.lo php_lo
gos.lo output.lo internal_functions_cli.lo  
make[2]: Quitte le r?pertoire `/usr/local/src/php-4.2.3/main'
make[1]: Quitte le r?pertoire `/usr/local/src/php-4.2.3/main'
Making all in ext
make[1]: Entre dans le r?pertoire `/usr/local/src/php-4.2.3/ext'
Making all in zlib
make[2]: Entre dans le r?pertoire `/usr/local/src/php-4.2.3/ext/zlib'
make[3]: Entre dans le r?pertoire `/usr/local/src/php-4.2.3/ext/zlib'
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/ext/zlib -I/usr/local/src/php-4.2.3/main -I/usr/local/src/p
hp-4.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/incl
ude -I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -
I/usr/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RA
NDOM=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr
/local/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c zlib.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/ext/zlib -I/usr/local/src/php-4.2.3/main -I/usr/local/src/p
hp-4.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/incl
ude -I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -
I/usr/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RA
NDOM=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr
/local/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c zlib_fopen_wrapper.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
zlib_fopen_wrapper.c:59: warning: initialization from incompatible pointer type
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=link gcc  -I. -I/usr/lo
cal/src/php-4.2.3/ext/zlib -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-
4.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -I/usr/local/include
 -I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr/include/pgsql -I/u
sr/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITEMAP -DDEV_RANDO
M=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DEAPI -I/usr/lo
cal/src/php-4.2.3/TSRM -g -O2 -prefer-pic   -o libzlib.la  zlib.lo zlib_fopen_wr
apper.lo  
make[3]: Quitte le r?pertoire `/usr/local/src/php-4.2.3/ext/zlib'
make[2]: Quitte le r?pertoire `/usr/local/src/php-4.2.3/ext/zlib'
Making all in bcmath
make[2]: Entre dans le r?pertoire `/usr/local/src/php-4.2.3/ext/bcmath'
Making all in libbcmath
make[3]: Entre dans le r?pertoire `/usr/local/src/php-4.2.3/ext/bcmath/libbcmath
'
Making all in src
make[4]: Entre dans le r?pertoire `/usr/local/src/php-4.2.3/ext/bcmath/libbcmath
/src'
make[5]: Entre dans le r?pertoire `/usr/local/src/php-4.2.3/ext/bcmath/libbcmath
/src'
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/ext/bcmath/libbcmath/src -I/usr/local/src/php-4.2.3/main -I
/usr/local/src/php-4.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -
I/usr/local/include -I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr
/include/pgsql -I/usr/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REW
RITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXP
AT -DEAPI -I/usr/local/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c add.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/ext/bcmath/libbcmath/src -I/usr/local/src/php-4.2.3/main -I
/usr/local/src/php-4.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -
I/usr/local/include -I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr
/include/pgsql -I/usr/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REW
RITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXP
AT -DEAPI -I/usr/local/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c div.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/ext/bcmath/libbcmath/src -I/usr/local/src/php-4.2.3/main -I
/usr/local/src/php-4.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -
I/usr/local/include -I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr
/include/pgsql -I/usr/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REW
RITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXP
AT -DEAPI -I/usr/local/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c init.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/ext/bcmath/libbcmath/src -I/usr/local/src/php-4.2.3/main -I
/usr/local/src/php-4.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -
I/usr/local/include -I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr
/include/pgsql -I/usr/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REW
RITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXP
AT -DEAPI -I/usr/local/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c neg.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/ext/bcmath/libbcmath/src -I/usr/local/src/php-4.2.3/main -I
/usr/local/src/php-4.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -
I/usr/local/include -I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr
/include/pgsql -I/usr/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REW
RITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXP
AT -DEAPI -I/usr/local/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c outofmem.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/ext/bcmath/libbcmath/src -I/usr/local/src/php-4.2.3/main -I
/usr/local/src/php-4.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -
I/usr/local/include -I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr
/include/pgsql -I/usr/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REW
RITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXP
AT -DEAPI -I/usr/local/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c raisemod.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/ext/bcmath/libbcmath/src -I/usr/local/src/php-4.2.3/main -I
/usr/local/src/php-4.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -
I/usr/local/include -I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr
/include/pgsql -I/usr/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REW
RITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXP
AT -DEAPI -I/usr/local/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c rt.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/ext/bcmath/libbcmath/src -I/usr/local/src/php-4.2.3/main -I
/usr/local/src/php-4.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -
I/usr/local/include -I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr
/include/pgsql -I/usr/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REW
RITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXP
AT -DEAPI -I/usr/local/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c sub.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/ext/bcmath/libbcmath/src -I/usr/local/src/php-4.2.3/main -I
/usr/local/src/php-4.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -
I/usr/local/include -I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr
/include/pgsql -I/usr/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REW
RITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXP
AT -DEAPI -I/usr/local/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c compare.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/ext/bcmath/libbcmath/src -I/usr/local/src/php-4.2.3/main -I
/usr/local/src/php-4.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -
I/usr/local/include -I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr
/include/pgsql -I/usr/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REW
RITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXP
AT -DEAPI -I/usr/local/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c divmod.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/ext/bcmath/libbcmath/src -I/usr/local/src/php-4.2.3/main -I
/usr/local/src/php-4.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -
I/usr/local/include -I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr
/include/pgsql -I/usr/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REW
RITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXP
AT -DEAPI -I/usr/local/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c int2num.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/ext/bcmath/libbcmath/src -I/usr/local/src/php-4.2.3/main -I
/usr/local/src/php-4.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -
I/usr/local/include -I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr
/include/pgsql -I/usr/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REW
RITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXP
AT -DEAPI -I/usr/local/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c num2long.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/ext/bcmath/libbcmath/src -I/usr/local/src/php-4.2.3/main -I
/usr/local/src/php-4.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -
I/usr/local/include -I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr
/include/pgsql -I/usr/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REW
RITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXP
AT -DEAPI -I/usr/local/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c output.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/ext/bcmath/libbcmath/src -I/usr/local/src/php-4.2.3/main -I
/usr/local/src/php-4.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -
I/usr/local/include -I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr
/include/pgsql -I/usr/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REW
RITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXP
AT -DEAPI -I/usr/local/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c recmul.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/ext/bcmath/libbcmath/src -I/usr/local/src/php-4.2.3/main -I
/usr/local/src/php-4.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -
I/usr/local/include -I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr
/include/pgsql -I/usr/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REW
RITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXP
AT -DEAPI -I/usr/local/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c sqrt.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/ext/bcmath/libbcmath/src -I/usr/local/src/php-4.2.3/main -I
/usr/local/src/php-4.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -
I/usr/local/include -I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr
/include/pgsql -I/usr/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REW
RITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXP
AT -DEAPI -I/usr/local/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c zero.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/ext/bcmath/libbcmath/src -I/usr/local/src/php-4.2.3/main -I
/usr/local/src/php-4.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -
I/usr/local/include -I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr
/include/pgsql -I/usr/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REW
RITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXP
AT -DEAPI -I/usr/local/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c debug.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/ext/bcmath/libbcmath/src -I/usr/local/src/php-4.2.3/main -I
/usr/local/src/php-4.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -
I/usr/local/include -I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr
/include/pgsql -I/usr/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REW
RITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXP
AT -DEAPI -I/usr/local/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c doaddsub.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/ext/bcmath/libbcmath/src -I/usr/local/src/php-4.2.3/main -I
/usr/local/src/php-4.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -
I/usr/local/include -I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr
/include/pgsql -I/usr/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REW
RITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXP
AT -DEAPI -I/usr/local/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c nearzero.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/ext/bcmath/libbcmath/src -I/usr/local/src/php-4.2.3/main -I
/usr/local/src/php-4.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -
I/usr/local/include -I/usr/local/mnogosearch/include -I/usr/include/mysql -I/usr
/include/pgsql -I/usr/local/src/php-4.2.3/ext/xml/expat  -DLINUX=22 -DNO_DBM_REW
RITEMAP -DDEV_RANDOM=/dev/random -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DUSE_EXP
AT -DEAPI -I/usr/local/src/php-4.2.3/TSRM -g -O2 -prefer-pic  -c num2str.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/usr
/local/src/php-4.2.3/ext/bcmath/libbcmath/src -I/usr/local/src/php-4.2.3/main -I
/usr/local/src/php-4.2.3 -I/usr/include/apache -I/usr/local/src/php-4.2.3/Zend -
I/usr/local/include
 [2002-12-09 07:25 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip


(and it's not really a problem for anybody else so far..)

 [2002-12-09 07:30 UTC] achowe at snert dot com
Well I can truely say that it is.  I noticed that the log fragment I tried to provide was clipped.  I can email you the complete log if you care to see the proof.  I can't use the CVS archive since I'm building for a production web server.
 [2002-12-09 07:38 UTC] sniper@php.net
You can always COMPILE it, you don't have to INSTALL it..

 [2003-01-02 18:44 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 20:01:29 2024 UTC