Date: 01/30/00
- Next message: Vadim Tkachenko: "[PHP4BETA] Problem with latest CVS"
- Previous message: Sam Ruby: "[PHP4BETA] cvs: /php4/sapi/servlet config.m4"
- Next in thread: Chad Cunningham: "Re: [PHP4BETA] Trouble building PHP4"
- Reply: Chad Cunningham: "Re: [PHP4BETA] Trouble building PHP4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Dear PHP Colleagues,
I append my current installation notes for PHP4. I must admit this has
been a rather wearying experience -- although I have no doubt that pHP4
will be a miraculous tool when it's complete, I must say that I don't
see how it could ever be considered beta (as opposed to alpha) in its
current state. If anyone has insights into my current difficulties,
they will be gratefully received, but for now I am likely to give up
and retreat to PHP 3, with much regret...
Cheerio, Rick Rodgers
------------------------------------------------------------------------
LOCAL INSTALLATION NOTES
Package Name: php
Version: 4.0b3
Release Date: 16 November 1999
Origin: http://www.php.net/version4/
Author: Rasmus Lerdorf et al.
Language: C
Software Description:
Open source server-side scripting language for Apache WWW server,
acting upon code that is embedded in HTML documents.
Installer: R. P. C. Rodgers
Installation Date: 29 January 2000
Installation Location: Bethesda MD
Installation Host: tintin.nlm.nih.gov
Installation Hardware: SunOS tintin 5.6 Generic_105181-04 sun4u sparc SUNW,Ultra-2
Compiler: gcc version 2.8.1
Installation OS: Solaris 2.6
Host-specific installation:
User-specific installation:
Software used by this package for operation: Apache
Software used by this package for installation:
Software depending on this package for operation:
Software depending on this package for installation:
Apache_JMeter_1.3 ApacheJServ_1.1b2 mod_dav_0.9.12-1.3.6 mod_perl_1.21 mod_ssl-2.4.6-1.3.9 openssl_0.9.4 php_3.0.12
Notes:
--------------------------------------------------------------------------------
1) Unpack the distribution file into the Web source tree, renaming it as
php_4.0b3:
gunzip php-4.0b3.tar.gz
tar xvf php-4.0b3.tar
mv php-4.0b3 php_4.0b3
cd php_4.0b3
2) Obtain the GNU BC math library using the URL:
http://www.php.net/extra/number4.tar.gz
and unpack it in the top of the php_4.0b3 tree:
gunzip number4.tar.gz
tar xvf number4.tar
rm number4.tar
3) By following the instructions in the top-level INSTALL file, you should
already have installed mysql and openssl, applied mod_ssl to the
Apache source tree, and built (but not yet configured) Apache.
4) Clean up (a precaution):
make distclean
[transcript appended]
5) NOTE: the ./setup script that used to be used to automatically run
./configure appears to have been deprecated, and no longer works:
./dl/setup
Configure PHP4 (using the APACI configuration mechanism, having run
"./configure --help" to find out what options the configure script supports.
Remember that the following assumes use of the Bourne shell:
sh
CPPFLAGS=-I/depot/include \
LDFLAGS=-L/depot/lib \
./configure \
--prefix=/site/subsys/www/php_4.0b3 \
--with-config-file-path=/site/subsys/www/php_4.0b3 \
--with-apxs=/site/subsys/www/apache_1.3.9/bin/apxs \
--with-mysql=/site/subsys/www/mysql_3.22.27 \
--with-exec-dir=/site/subsys/www/apache_1.3.9/php-bin \
--enable-track-vars \
--disable-short-tags \
--enable-bcmath=yes \
--with-mcrypt=/depot/package/mcrypt_2.2.5 \
--with-mhash=/depot/package/mhash_0.6.1 \
--with-ftp \
--with-gd=/depot/package/gd_1.7.3 \
--with-gdbm=/depot/package/gdbm_1.8 \
--with-ldap=/depot/package/openLDAP_1.4 \
--with-pdflib=/depot/package/pdflib_2.01 \
--with-jpeg-dir=/depot/package/jpeg_6b \
--with-tiff-dir=/depot/package/tiff_3.4b037 \
--with-readline=/depot/package/readline_4.0 \
--with-gettext=/depot/package/gettext_0.10.35 \
--enable-sysvshm=yes \
--enable-sysvsem=yes \
--enable-safe-mode=yes \
--with-mm=/site/subsys/www/mm_1.0.12 \
--with-zlib=/depot/package/zlib_1.1.3 \
--with-xml=/site/subsys/www/expat_1.1
NOTES:
1) Ensure that the correct version of various libraries are present.
For example, using the depot shared software repository, we had installed
zlib_1.1.3, but unbeknownst to us, an older version of the libz.a file
was being linked into /depot/lib in preference to the one coming from
zlib_1.1.3. This caused the --with-zlib flag to cause error messages
about the version of libz.a being too old. A similar failure could occur
if an older version of a library were to appear earlier in a search path
than a more recent one. The deeper puzzle behind this, though, is why
the path specified to this flag does not override the default search path.
2) PHP only works with version .26 of aspell, which provides the requisite
C interface. However, we omit "--with-aspell=/depot/package/aspell_.26"
as we can not get aspell .26 to build.
For version .28, the include files must be moved into one directory
level higher than the directory in which the make process installs them;
that is, they are installed in a directory [..]/lib/aspell, but must be
moved up into [..]/lib, for the configuration to work (however, this
version will not work with PHP, so don't waste the effort).
3) Where a directory path is required by an option, the directory provided
should be the installed (not the source) directory.
4) The --with-xml=shared,/site/subsys/www/expat_1.1 flag does not work;
do not use the "shared," component in the argument.
5) We can not yet use --with-db2=/depot/package/berkeley_db_3.0.55, as we
can not get db 3.0.55 to build.
6) We can not get the --with-imap=/site/subsys/UW/imap_4.7a flag to work,
as the installation instructions for the Univ. of Washington IMAP package
only focusses on installation of its three binaries -- there is no make
target for "install" and no instruciotns or conventions for installation
of the header files that PHP searches for (mail.h).
7) Can not use --with-java=/usr/java (see compile-time errors mentioned
under make command).
where:
--prefix=/site/subsys/www/php_4.0b3
Install architecture-independent files in specified location
--with-config-file-path=/site/subsys/www/php_4.0b3
Look for php.ini in the specified directory
--with-apxs=/site/subsys/www/apache_1.3.9/bin/apxs
Build as DSO shareable object using the Apache apxs tool located at
the specified path
--with-mysql=/site/subsys/www/mysql_3.22.27
Include MySQL support, using MySQL at the specified location
--with-exec-dir=/site/subsys/www/apache_1.3.9/php-bin
Require that executables appear in specified directory when in safe
mode
--enable-track-vars
Enable GET/POST/Cookie track variables by default.
--disable-short-tags
Disable the short-form <? start tag by default.
--enable-bcmath=yes
Compile with bc style precision math functions. Read README-BCMATH
for instructions on how to get this module installed.
--with-ftp
Include FTP support.
--with-java=/usr/java
Include Java support. DIR is the base install directory for the
JDK. This extension can only be built as a shared dl.
--with-gd=/depot/package/gd_1.7.3
Include GD support (DIR is GD's install dir).
Set DIR to shared to build as a dl, or
shared,DIR to build as a dl and still specify DIR
--with-db2=/depot/package/berkeley_db_3.0.55
Include Berkeley DB2 support
--with-gdbm=/depot/package/gdbm_1.8
Include DBM support
--with-ldap=/depot/package/openLDAP_1.4
Include LDAP support
--with-pdflib=/depot/package/pdflib_2.01
Include pdflib 2.x support.
--with-zlib=/depot/package/zlib_1.1.3
Include zlib support (requires zlib >= 1.0.9)
--with-jpeg-dir=/depot/package/jpeg_6b
jpeg dir for pdflib 2.x
--with-tiff-dir=/depot/package/tiff_3.4b037
tiff dir for pdflib 2.x
--with-mm=/site/subsys/www/mm_1.0.12
Include mm support.
--with-readline=/depot/package/readline_4.0
Include readline support.
--with-aspell=/depot/package/aspell_.28.3
Include ASPELL support.
--with-gettext=/depot/package/gettext_0.10.35
Include GNU gettext support; gettext is a library that the GNU
project uses to assist its translators in internationalizing GNU
software.
--enable-sysvshm=yes
Enable the System V shared memory support
--enable-sysvsem=yes
Enable System V semaphore support
--enable-safe-mode=yes
Enable safe mode by default
--with-xml=shared,/site/subsys/www/expat_1.1
Include XML support, looking for expat in the specified directory;
set directory to shared to build as a dl, or shared,directory to
build as a dl and still specify directory.
--with-imap=../imap_4.7a/c-client
Include IMAP support, using the specified IMAP include and
c-client.a directory
Other options that could be of use in a future installation:
--enable-versioning
Take advantage of versioning and scoping of Solaris 2.5+ to allow
multiple versions of PHP to be installed concurrently.
--enable-magic-quotes
Enable magic quotes by default (these can always be turned on
in the configuration file, php.ini)
in the future, once we understand how to do so properly, we may want to add:
--with-ttf[=DIR]
Include Freetype support; requires both gd and freetype libraries
--with-mod-dav=DIR
Include DAV support through Apache's mod_dav; DIR is mod_dav's
installation directory (Apache module version only!)
--with-fhttpd[=DIR]
Build fhttpd module. DIR is the fhttpd sources directory, defaults
to /usr/local/src/fhttpd.
--enable-thread-safety
Whether to build PHP thread-safe
--enable-trans-sid
Enable transparent session id propagation
--enable-freetype-4bit-antialias-hack
Include support for FreeType2 (experimental).
in past installations we employed some of the following options, which we
have not chosen to employ here:
--with-apache=/site/subsys/www/apache_1.3.9
--disable-url-fopen-wrapper
Disable ability to use http or ftp URLs with functions that take
filename as argument
[transcript appended]
6) Ensure that the GNU version of make will be used:
PATH=/depot/package/make_3.76.1/bin:$PATH; export PATH
7) Compile PHP:
make
****FAILS -- see appended transcript.
NOTES:
1) The newer (1.7) version of the gd graphics library abandoned the use of
GNU autoconf/configure (due to confusing complexity), and it now builds a
static library. If one uses the flag:
--with-gd=shared,/depot/package/gd_1.7.3
this produces a compile-time message from PHP:
*** Warning: This library needs some functionality provided by -lgd.
*** I have the capability to make that library automatically link in
*** when you link to this library. But I can only do this if you have
*** a shared version of the library, which you do not appear to have.
*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module gd. Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.
One should configure with "--with-gd=/depot/package/gd_1.7.3" instead.
2) The Java support build triggered by "--with-java=/usr/java" fails
because it is looking for include files in /usr/java/include but also
needs to check in /usr/java/include/solaris.
A clean fix probably involves fiddling with the GNU configure file
/ext/java/config.m4, but one can also edit /ext/java/Makefile after
running configure, to add " -I/usr/java/include/solaris" to the
"INCLUDES" Makefile variable. Once this is done, the make fails with
a sh error.
[transcript appended]
8) Apply PHP to the Apache source tree:
make install
[transcript appended]
9) Clean up:
make distclean
[transcript appended]
--------------------------------------------------------------------------------
Output from initial "make distclean":
tin[root]csh:72>make distclean
make: Fatal error: Don't know how to make target `distclean'
--------------------------------------------------------------------------------
Output from "configure":
tin[root]sh>CPPFLAGS=-I/depot/include \
LDFLAGS=-L/depot/lib \
./configure \
--prefix=/site/subsys/www/php_4.0b3 \
--with-config-file-path=/site/subsys/www/php_4.0b3 \
--with-apxs=/site/subsys/www/apache_1.3.9/bin/apxs \
--with-mysql=/site/subsys/www/mysql_3.22.27 \
--with-exec-dir=/site/subsys/www/apache_1.3.9/php-bin \
--enable-track-vars \
--disable-short-tags \
--enable-bcmath=yes \
--with-mcrypt=/depot/package/mcrypt_2.2.5 \
--with-mhash=/depot/package/mhash_0.6.1 \
--with-ftp \
--with-gd=/depot/package/gd_1.7.3 \
--with-gdbm=/depot/package/gdbm_1.8 \
--with-ldap=/depot/package/openLDAP_1.4 \
--with-pdflib=/depot/package/pdflib_2.01 \
--with-jpeg-dir=/depot/package/jpeg_6b \
--with-tiff-dir=/depot/package/tiff_3.4b037 \
--with-readline=/depot/package/readline_4.0 \
--with-gettext=/depot/package/gettext_0.10.35 \
--enable-sysvshm=yes \
--enable-sysvsem=yes \
--enable-safe-mode=yes \
--with-mm=/site/subsys/www/mm_1.0.12 \
--with-zlib=/depot/package/zlib_1.1.3 \
--with-xml=/site/subsys/www/expat_1.1
> > > > > > > > > > > > > > > > > > > > > > > > > > > creating cache ./config.cache
checking for a BSD compatible install... /depot/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gnutar... no
checking for gtar... gtar
checking whether to enable maintainer-specific portions of Makefiles... no
checking for bison... bison -y
checking bison version... 1.25 (ok)
checking for gcc... gcc
checking whether the C compiler (gcc -L/depot/lib) works... yes
checking whether the C compiler (gcc -L/depot/lib) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for ranlib... ranlib
checking whether gcc and cc understand -c and -o together... yes
checking whether ln -s works... yes
checking for perl... /depot/bin/perl
checking how to run the C preprocessor... gcc -E
checking for flex... flex
checking for flex... (cached) 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 if compiler supports -R... yes
checking for sendmail... /usr/lib/sendmail
checking for gethostname in -lnsl... yes
checking for socket in -lsocket... yes
checking for gethostbyaddr in -lnsl... yes
checking for crypt in -lcrypt... yes
checking for sin in -lm... 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 arpa/inet.h... yes
checking for crypt.h... yes
checking for dlfcn.h... yes
checking for fcntl.h... yes
checking for grp.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for memory.h... yes
checking for netinet/in.h... yes
checking for pwd.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for sys/file.h... yes
checking for sys/mman.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/time.h... yes
checking for sys/types.h... yes
checking for sys/varargs.h... yes
checking for sys/wait.h... yes
checking for syslog.h... yes
checking for unistd.h... yes
checking for unix.h... no
checking whether struct tm is in sys/time.h or time.h... time.h
checking for tm_zone in struct tm... no
checking for tzname... yes
checking for tm_gmtoff in struct tm... no
checking for struct flock... 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 uint... yes
checking for ulong... yes
checking for vprintf... yes
checking for crypt... yes
checking for cuserid... yes
checking for flock... no
checking for gcvt... yes
checking for getlogin... yes
checking for gethostbyaddr... no
checking for gettimeofday... yes
checking for inet_aton... yes
checking for link... yes
checking for lockf... yes
checking for lrand48... yes
checking for memcpy... yes
checking for memmove... yes
checking for mmap... yes
checking for putenv... yes
checking for random... yes
checking for regcomp... yes
checking for rint... yes
checking for setitimer... yes
checking for setlocale... yes
checking for setsockopt... no
checking for setvbuf... yes
checking for shutdown... no
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 strcasecmp... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for strstr... yes
checking for symlink... yes
checking for tempnam... yes
checking for tzset... yes
checking for unsetenv... no
checking for usleep... yes
checking for utime... yes
checking for vsnprintf... yes
checking for strlcat... no
checking for strlcpy... no
checking whether utime accepts a null argument... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for getopt... yes
checking whether to enable versioning... no
checking whether to use a configuration file... yes
checking whether to include debugging symbols... yes
checking whether to enable safe mode by default... yes
checking for safe mode exec dir... /site/subsys/www/apache_1.3.9/php-bin
checking whether to enable track_vars variables by default... yes
checking whether to enable magic quotes by default... no
checking whether to enable runpaths... yes
checking whether to enable short tags by default... no
checking whether to enable the URL-aware fopen wrapper... yes
checking whether to enable dmalloc... no
checking for AOLserver support... no
checking for Apache module support via DSO through APXS... yes
checking for mod_charset compatibility option... no
checking for fhttpd module support... no
checking for ASPELL support... no
checking whether to enable bc style precision math functions... yes
checking whether to enable DAV support through mod_dav... no
checking for db1/ndbm.h... no
checking for gdbm_open in -lgdbm... yes
checking preferred dbm library... gdbm chosen
checking for gdbm.h... yes
checking for gdbm_open in -lgdbm... yes
checking for GDBM support... yes
checking for NDBM support... no
checking for Berkeley DB2 support... no
checking for DBM support... no
checking for CDB support... no
checking whether to enable DBA interface... yes
checking whether to include the bundled dbase library... no
checking whether to include fdftk support... no
checking whether to include the bundled filePro support... no
checking for FTP support... yes
checking whether to include GD support... yes (static)
checking for gdImageString16 in -lgd... yes
checking for gdImageColorResolve in -lgd... no
checking for gdImageCreateFromPng in -lgd... no
checking whether to include ttf support... no
checking whether to enable 4bit antialias hack with FreeType2... no
checking whether to include GNU gettext support... yes
checking for bindtextdomain in -lintl... yes
checking for Hyperwave support... no
checking for ICAP support... no
checking for IMAP support... no
checking for Informix support... no
checking for InterBase support... no
checking for Java support... no
checking for LDAP support... yes
checking for MCAL support... no
checking for mcrypt support... yes
checking for mhash support... yes
checking for mSQL support... no
checking for MySQL support... yes (static)
checking for errmsg.h... yes
checking for mysql.h... yes
checking for Oracle-OCI8 support... no
checking for Adabas support... no
checking for Solid support... no
checking for IBM DB2 support... no
checking for Empress support... no
checking for Velocis 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 Oracle support... no
checking whether to include PCRE support... yes
checking for memmove... (cached) yes
checking whether to include Pdflib 2.x support... /depot/package/pdflib_2.01
no
checking for PostgresSQL support... no
checking for readline support... yes
checking for mm support... yes
checking whether to enable transparent session id propagation... no
checking for SNMP support... no
checking whether to enable UCD SNMP hack... no
checking for dlopen in -lc... no
checking for dlopen in -ldl... yes
checking for pam_start in -lpam... yes
checking for inet_aton in -lbind... no
checking for crypt in -lcrypt... (cached) yes
checking for getcwd... yes
checking for getwd... yes
checking for standard DES crypt... yes
checking for extended DES crypt... no
checking for MD5 crypt... no
checking for Blowfish crypt... no
checking for Sybase support... no
checking for Sybase-CT support... no
checking whether to enable System V semaphore support... yes
checking for union semun... no
checking whether to enable System V shared memory support... yes
checking whether to include WDDX support... no
checking for XML support... yes (static)
checking whether to include YP support... no
checking whether to include zlib support... yes
checking for gzgets in -lz... yes
checking host system type... sparc-sun-solaris2.6
checking build system type... sparc-sun-solaris2.6
checking for ld used by GCC... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
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 if gcc static flag -static works... none
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking command to parse /usr/ccs/bin/nm -p output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/ccs/bin/ld option to reload object files... -r
checking dynamic linker characteristics... solaris2.6 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for objdir... .libs
creating libtool
updating cache ./config.cache
loading cache ./config.cache
checking which regex library to use... php
checking whether to build PHP thread-safe... no
creating ./config.status
creating Makefile
creating php4.spec
creating ext/Makefile
creating sapi/Makefile
creating ext/apache/Makefile
creating ext/bcmath/Makefile
creating ext/db/Makefile
creating ext/dba/Makefile
creating ext/ftp/Makefile
creating ext/gd/Makefile
creating ext/gettext/Makefile
creating ext/ldap/Makefile
creating ext/mcrypt/Makefile
creating ext/mhash/Makefile
creating ext/mysql/Makefile
creating ext/pcre/Makefile
creating ext/pcre/pcrelib/Makefile
creating ext/readline/Makefile
creating ext/session/Makefile
creating ext/standard/Makefile
creating ext/sysvsem/Makefile
creating ext/sysvshm/Makefile
creating ext/xml/Makefile
creating ext/zlib/Makefile
creating sapi/apache/Makefile
creating scripts/mkextlib
creating regex/Makefile
creating build-defs.h
creating php_config.h
+ test -d libzend
+ cd libzend
+ /site3/web_kit_1.0/php_4.0b3/./libzend/configure --cache-file=.././config.cache --prefix=/site/subsys/www/php_4.0b3 --with-config-file-path=/site/subsys/www/php_4.0b3 --with-apxs=/site/subsys/www/apache_1.3.9/bin/apxs --with-mysql=/site/subsys/www/mysql_3.22.27 --with-exec-dir=/site/subsys/www/apache_1.3.9/php-bin --enable-track-vars --disable-short-tags --enable-bcmath=yes --with-mcrypt=/depot/package/mcrypt_2.2.5 --with-mhash=/depot/package/mhash_0.6.1 --with-ftp --with-gd=/depot/package/gd_1.7.3 --with-gdbm=/depot/package/gdbm_1.8 --with-ldap=/depot/package/openLDAP_1.4 --with-pdflib=/depot/package/pdflib_2.01 --with-jpeg-dir=/depot/package/jpeg_6b --with-tiff-dir=/depot/package/tiff_3.4b037 --with-readline=/depot/package/readline_4.0 --with-gettext=/depot/package/gettext_0.10.35 --enable-sysvshm=yes --enable-sysvsem=yes --enable-safe-mode=yes --with-mm=/site/subsys/www/mm_1.0.12 --with-zlib=/depot/package/zlib_1.1.3 --with-xml=/site/subsys/www/expat_1.1 --disable-static
loading cache .././config.cache
checking for a BSD compatible install... (cached) /depot/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) nawk
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gnutar... (cached) gtar
checking whether build environment is sane... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for bison... (cached) bison -y
checking bison version... 1.25 (ok)
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -L/depot/lib -L/depot/package/gettext_0.10.35/lib) works... yes
checking whether the C compiler (gcc -L/depot/lib -L/depot/package/gettext_0.10.35/lib) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether gcc and cc understand -c and -o together... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for flex... (cached) flex
checking for flex... (cached) flex
checking for yywrap in -lfl... (cached) yes
checking lex output file root... (cached) lex.yy
checking whether yytext is a pointer... (cached) yes
checking host system type... sparc-sun-solaris2.6
checking build system type... sparc-sun-solaris2.6
checking for ranlib... (cached) ranlib
checking for ld used by GCC... (cached) /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... (cached) no
checking for BSD-compatible nm... (cached) /usr/ccs/bin/nm -p
checking whether ln -s works... (cached) yes
loading cache .././config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... (cached) no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
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 if gcc static flag -static works... -static
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking command to parse /usr/ccs/bin/nm -p output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/ccs/bin/ld option to reload object files... -r
checking dynamic linker characteristics... solaris2.6 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for objdir... .libs
creating libtool
loading cache .././config.cache
checking for gcc option to accept ANSI C... (cached) none needed
checking for inline... inline
checking for dlopen in -lc... (cached) no
checking for dlopen in -ldl... (cached) yes
checking for ANSI C header files... (cached) yes
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 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 uint... (cached) yes
checking for ulong... (cached) 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 broken sprintf... ok
checking whether to include debugging symbols... yes
checking whether to enable inline... yes
checking for inline... (cached) inline
checking whether to enable a memory limit... no
checking whether to build Zend thread-safe... no
updating cache .././config.cache
creating ./config.status
creating Makefile
creating zend_config.h
creating internal_functions.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. |
+--------------------------------------------------------------------+
--------------------------------------------------------------------------------
Output from "make":
tin[root]sh>make
make all-recursive
Making all in libzend
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I/site3/web_kit_1.0/php_4.0b3/./libzend -I. -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -c -o zend-scanner.lo zend-scanner.c
/bin/sh ./libtool --silent --mode=link gcc -g -O2 -g -L/depot/lib -L/depot/package/gettext_0.10.35/lib -o libzend_c.la zend-scanner.lo
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I/site3/web_kit_1.0/php_4.0b3/./libzend -I. -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -c -o zend-parser.lo zend-parser.c
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I/site3/web_kit_1.0/php_4.0b3/./libzend -I. -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -c -o zend_alloc.lo zend_alloc.c
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I/site3/web_kit_1.0/php_4.0b3/./libzend -I. -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -c -o zend_compile.lo zend_compile.c
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I/site3/web_kit_1.0/php_4.0b3/./libzend -I. -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -c -o zend_constants.lo zend_constants.c
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I/site3/web_kit_1.0/php_4.0b3/./libzend -I. -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -c -o zend_execute.lo zend_execute.c
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I/site3/web_kit_1.0/php_4.0b3/./libzend -I. -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -c -o zend_execute_API.lo zend_execute_API.c
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I/site3/web_kit_1.0/php_4.0b3/./libzend -I. -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -c -o zend_highlight.lo zend_highlight.c
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I/site3/web_kit_1.0/php_4.0b3/./libzend -I. -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -c -o zend_llist.lo zend_llist.c
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I/site3/web_kit_1.0/php_4.0b3/./libzend -I. -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -c -o zend_opcode.lo zend_opcode.c
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I/site3/web_kit_1.0/php_4.0b3/./libzend -I. -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -c -o zend_operators.lo zend_operators.c
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I/site3/web_kit_1.0/php_4.0b3/./libzend -I. -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -c -o zend_ptr_stack.lo zend_ptr_stack.c
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I/site3/web_kit_1.0/php_4.0b3/./libzend -I. -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -c -o zend_stack.lo zend_stack.c
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I/site3/web_kit_1.0/php_4.0b3/./libzend -I. -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -c -o zend_variables.lo zend_variables.c
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I/site3/web_kit_1.0/php_4.0b3/./libzend -I. -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -c -o zend.lo zend.c
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I/site3/web_kit_1.0/php_4.0b3/./libzend -I. -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -c -o zend_API.lo zend_API.c
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I/site3/web_kit_1.0/php_4.0b3/./libzend -I. -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -c -o zend_extensions.lo zend_extensions.c
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I/site3/web_kit_1.0/php_4.0b3/./libzend -I. -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -c -o zend_hash.lo zend_hash.c
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I/site3/web_kit_1.0/php_4.0b3/./libzend -I. -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -c -o zend_list.lo zend_list.c
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I/site3/web_kit_1.0/php_4.0b3/./libzend -I. -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -c -o zend_indent.lo zend_indent.c
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I/site3/web_kit_1.0/php_4.0b3/./libzend -I. -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -c -o zend_builtin_functions.lo zend_builtin_functions.c
/bin/sh ./libtool --silent --mode=link gcc -g -O2 -g -L/depot/lib -L/depot/package/gettext_0.10.35/lib -o libzend.la -ldl zend-parser.lo zend_alloc.lo zend_compile.lo zend_constants.lo zend_execute.lo zend_execute_API.lo zend_highlight.lo zend_llist.lo zend_opcode.lo zend_operators.lo zend_ptr_stack.lo zend_stack.lo zend_variables.lo zend.lo zend_API.lo zend_extensions.lo zend_hash.lo zend_list.lo zend_indent.lo zend_builtin_functions.lo libzend_c.la
Making all in ext
Making all in apache
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o apache.lo apache.c
/bin/sh ../../libtool --silent --mode=link gcc -g -O2 -g -O2 -L/depot/lib -L/depot/package/gettext_0.10.35/lib -o libphpext_apache.la apache.lo
Making all in bcmath
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o bcmath.lo bcmath.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o number.lo number.c
/bin/sh ../../libtool --silent --mode=link gcc -g -O2 -g -O2 -L/depot/lib -L/depot/package/gettext_0.10.35/lib -o libphpext_bcmath.la bcmath.lo number.lo
Making all in db
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o db.lo db.c
/bin/sh ../../libtool --silent --mode=link gcc -g -O2 -g -O2 -L/depot/lib -L/depot/package/gettext_0.10.35/lib -o libphpext_db.la db.lo
Making all in dba
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o dba.lo dba.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o dba_cdb.lo dba_cdb.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o dba_db2.lo dba_db2.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o dba_dbm.lo dba_dbm.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o dba_gdbm.lo dba_gdbm.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o dba_ndbm.lo dba_ndbm.c
/bin/sh ../../libtool --silent --mode=link gcc -g -O2 -g -O2 -L/depot/lib -L/depot/package/gettext_0.10.35/lib -o libphpext_dba.la dba.lo dba_cdb.lo dba_db2.lo dba_dbm.lo dba_gdbm.lo dba_ndbm.lo
Making all in ftp
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o php_ftp.lo php_ftp.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o ftp.lo ftp.c
/bin/sh ../../libtool --silent --mode=link gcc -g -O2 -g -O2 -L/depot/lib -L/depot/package/gettext_0.10.35/lib -o libphpext_ftp.la php_ftp.lo ftp.lo
Making all in gd
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o gd.lo gd.c
gd.c: In function `php3_imagecreatefromgif':
gd.c:516: warning: assignment makes pointer from integer without a cast
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o gdcache.lo gdcache.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o gdttf.lo gdttf.c
/bin/sh ../../libtool --silent --mode=link gcc -g -O2 -g -O2 -L/depot/lib -L/depot/package/gettext_0.10.35/lib -o libphpext_gd.la gd.lo gdcache.lo gdttf.lo
Making all in gettext
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o gettext.lo gettext.c
/bin/sh ../../libtool --silent --mode=link gcc -g -O2 -g -O2 -L/depot/lib -L/depot/package/gettext_0.10.35/lib -o libphpext_gettext.la gettext.lo
Making all in ldap
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o ldap.lo ldap.c
/bin/sh ../../libtool --silent --mode=link gcc -g -O2 -g -O2 -L/depot/lib -L/depot/package/gettext_0.10.35/lib -o libphpext_ldap.la ldap.lo
Making all in mcrypt
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o mcrypt.lo mcrypt.c
/bin/sh ../../libtool --silent --mode=link gcc -g -O2 -g -O2 -L/depot/lib -L/depot/package/gettext_0.10.35/lib -o libphpext_mcrypt.la mcrypt.lo
Making all in mhash
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o mhash.lo mhash.c
/bin/sh ../../libtool --silent --mode=link gcc -g -O2 -g -O2 -L/depot/lib -L/depot/package/gettext_0.10.35/lib -o libphpext_mhash.la mhash.lo
Making all in mysql
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I../.. -I../../libzend -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o php_mysql.lo php_mysql.c
/bin/sh ../../libtool --silent --mode=link gcc -g -O2 -g -O2 -L/depot/lib -L/depot/package/gettext_0.10.35/lib -o libphpext_mysql.la php_mysql.lo
Making all in pcre
Making all in pcrelib
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libzend -I../../.. -I../../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o maketables.lo maketables.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libzend -I../../.. -I../../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o get.lo get.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libzend -I../../.. -I../../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o study.lo study.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libzend -I../../.. -I../../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o pcre.lo pcre.c
/bin/sh ../../../libtool --silent --mode=link gcc -g -O2 -g -O2 -L/depot/lib -L/depot/package/gettext_0.10.35/lib -o libpcre.la maketables.lo get.lo study.lo pcre.lo
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o php_pcre.lo php_pcre.c
/bin/sh ../../libtool --silent --mode=link gcc -g -O2 -g -O2 -L/depot/lib -L/depot/package/gettext_0.10.35/lib -o libphpext_pcre.la php_pcre.lo pcrelib/libpcre.la
Making all in readline
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o readline.lo readline.c
/bin/sh ../../libtool --silent --mode=link gcc -g -O2 -g -O2 -L/depot/lib -L/depot/package/gettext_0.10.35/lib -o libphpext_readline.la readline.lo
Making all in session
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o session.lo session.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o mod_files.lo mod_files.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o mod_mm.lo mod_mm.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o mod_user.lo mod_user.c
/bin/sh ../../libtool --silent --mode=link gcc -g -O2 -g -O2 -L/depot/lib -L/depot/package/gettext_0.10.35/lib -o libphpext_session.la session.lo mod_files.lo mod_mm.lo mod_user.lo
Making all in standard
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o array.lo array.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o base64.lo base64.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o basic_functions.lo basic_functions.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o browscap.lo browscap.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o crypt.lo crypt.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o cyr_convert.lo cyr_convert.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o datetime.lo datetime.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o dir.lo dir.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o dl.lo dl.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o dns.lo dns.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o exec.lo exec.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o file.lo file.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o filestat.lo filestat.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o flock_compat.lo flock_compat.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o formatted_print.lo formatted_print.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o fsock.lo fsock.c
fsock.c: In function `connect_nonb':
fsock.c:208: warning: passing arg 4 of `getsockopt' from incompatible pointer type
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o head.lo head.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o html.lo html.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o image.lo image.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o info.lo info.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o iptc.lo iptc.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o lcg.lo lcg.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o link.lo link.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o mail.lo mail.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o math.lo math.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o md5.lo md5.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o metaphone.lo metaphone.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o microtime.lo microtime.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o pack.lo pack.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o pageinfo.lo pageinfo.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/site/subsys/www/apache_1.3.9/include -I/depot/package/gdbm_1.8/include -I/depot/package/gd_1.7.3/include -I/depot/package/gettext_0.10.35/include -I/depot/package/openLDAP_1.4/include -I/depot/package/mcrypt_2.2.5/include -I/depot/package/mhash_0.6.1/include -I/site/subsys/www/mysql_3.22.27/include/mysql -I/depot/package/readline_4.0/include -I/site/subsys/www/mm_1.0.12/include -I/site/subsys/www/apache_1.3.9/include/xml -I/depot/package/zlib_1.1.3/include -I/depot/include -I/depot/package/gettext_0.10.35/include -g -O2 -g -O2 -c -o parsedate.lo parsedate.c
/bin/sh ../../libtool --silent --mode=c

