php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19804 PHP does not take the Libmcrypt ciphers when compiling
Submitted: 2002-10-07 13:05 UTC Modified: 2002-10-14 07:56 UTC
From: scott at abcoa dot com Assigned:
Status: Not a bug Package: mcrypt related
PHP Version: 4.2.3 OS: AIX 4.3.3
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: scott at abcoa dot com
New email:
PHP Version: OS:

 

 [2002-10-07 13:05 UTC] scott at abcoa dot com
  Since Bug #19803 is bogus.  I decided to compile libmcrypt and see if the problem with libmcrypt.  It worked out okay, so it is PHP that did not take in the ciphers from libmcrypt when compiling, so I'm filling a new bug report.  
  When I use some PHP function for mcrypt, like "mcrypt_get_block_size('tripledes', 'ecb')" or "mcrypt_create_iv(mcrypt_get_iv_size(MCRYPT_RIJNDAEL_256, MCRYPT_MODE_ECB), MCRYPT_RAND)".  I get all of the warning messages. like "Warning: mcrypt module initialization failed in ..." or "Warning: could not open encryption module ....".  This bug could be critical because if someone had encrypted the data and one day upgrade PHP and hte encryption get affected.


  I use Libmcrypt-2.5.3, when compiled and installed.  The file goes to both the "/usr/local/lib" and "/usr/local/lib/libmcrypt".  I'll include the brief clip down below.  The 1st clipping is for "/usr/local/lib" and there is one directory as shown in the list.

--clip--
drwxr-xr-x   2 root     system      1536 Oct 07 13:30 libmcrypt
-rwxr-xr-x   1 root     system     53221 Oct 07 13:30 libmcrypt.a
-rwxr-xr-x   1 root     system       738 Oct 07 13:30 libmcrypt.la
--clip--

The 2nd clipping, which is inside the directory of "/usr/local/lib/libmcrypt".

--clip--
drwxr-xr-x   2 root     system      1536 Oct 07 13:30 .
drwxr-xr-x  21 root     system      1536 Oct 07 13:30 ..
-rwxr-xr-x   1 root     system       750 Oct 07 13:30 arcfour.la
-rwxr-xr-x   1 root     system       790 Oct 07 13:30 blowfish-compat.la
-rwxr-xr-x   1 root     system       755 Oct 07 13:30 blowfish.la
-rwxr-xr-x   1 root     system       755 Oct 07 13:30 cast-128.la
-rwxr-xr-x   1 root     system       755 Oct 07 13:29 cast-256.la
-rwxr-xr-x   1 root     system       730 Oct 07 13:30 cbc.la
-rwxr-xr-x   1 root     system       730 Oct 07 13:30 cfb.la
-rwxr-xr-x   1 root     system       730 Oct 07 13:30 ctr.la
-rwxr-xr-x   1 root     system       730 Oct 07 13:30 des.la
-rwxr-xr-x   1 root     system       730 Oct 07 13:30 ecb.la
-rwxr-xr-x   1 root     system       745 Oct 07 13:30 enigma.la
-rwxr-xr-x   1 root     system       735 Oct 07 13:30 gost.la
-rwxr-xr-x   1 root     system     13041 Oct 07 13:30 libarcfour.a
-rwxr-xr-x   1 root     system     19202 Oct 07 13:30 libblowfish-compat.a
-rwxr-xr-x   1 root     system     18270 Oct 07 13:30 libblowfish.a
-rwxr-xr-x   1 root     system     25990 Oct 07 13:30 libcast-128.a
-rwxr-xr-x   1 root     system     25937 Oct 07 13:29 libcast-256.a
-rwxr-xr-x   1 root     system     11262 Oct 07 13:30 libcbc.a
-rwxr-xr-x   1 root     system     11056 Oct 07 13:30 libcfb.a
-rwxr-xr-x   1 root     system     11822 Oct 07 13:30 libctr.a
-rwxr-xr-x   1 root     system     17804 Oct 07 13:30 libdes.a
-rwxr-xr-x   1 root     system      8622 Oct 07 13:30 libecb.a
-rwxr-xr-x   1 root     system     14990 Oct 07 13:30 libenigma.a
-rwxr-xr-x   1 root     system     15787 Oct 07 13:30 libgost.a
-rwxr-xr-x   1 root     system     20305 Oct 07 13:29 libloki97.a
-rwxr-xr-x   1 root     system     13654 Oct 07 13:30 libncfb.a
-rwxr-xr-x   1 root     system     12196 Oct 07 13:30 libnofb.a
-rwxr-xr-x   1 root     system     11064 Oct 07 13:30 libofb.a
-rwxr-xr-x   1 root     system     17301 Oct 07 13:30 libpanama.a
-rwxr-xr-x   1 root     system     13434 Oct 07 13:29 librc2.a
-rwxr-xr-x   1 root     system     18682 Oct 07 13:29 librijndael-128.a
-rwxr-xr-x   1 root     system     18722 Oct 07 13:29 librijndael-192.a
-rwxr-xr-x   1 root     system     18738 Oct 07 13:29 librijndael-256.a
-rwxr-xr-x   1 root     system     15640 Oct 07 13:29 libsafer-sk128.a
-rwxr-xr-x   1 root     system     15548 Oct 07 13:29 libsafer-sk64.a
-rwxr-xr-x   1 root     system     18338 Oct 07 13:29 libsaferplus.a
-rwxr-xr-x   1 root     system     28182 Oct 07 13:29 libserpent.a
-rwxr-xr-x   1 root     system      8438 Oct 07 13:30 libstream.a
-rwxr-xr-x   1 root     system     15805 Oct 07 13:30 libthreeway.a
-rwxr-xr-x   1 root     system     20064 Oct 07 13:30 libtripledes.a
-rwxr-xr-x   1 root     system     22862 Oct 07 13:29 libtwofish.a
-rwxr-xr-x   1 root     system     14323 Oct 07 13:30 libwake.a
-rwxr-xr-x   1 root     system     12374 Oct 07 13:29 libxtea.a
-rwxr-xr-x   1 root     system       745 Oct 07 13:30 loki97.la
-rwxr-xr-x   1 root     system       735 Oct 07 13:30 ncfb.la
-rwxr-xr-x   1 root     system       735 Oct 07 13:30 nofb.la
-rwxr-xr-x   1 root     system       730 Oct 07 13:30 ofb.la
-rwxr-xr-x   1 root     system       745 Oct 07 13:30 panama.la
-rwxr-xr-x   1 root     system       730 Oct 07 13:29 rc2.la
-rwxr-xr-x   1 root     system       775 Oct 07 13:29 rijndael-128.la
-rwxr-xr-x   1 root     system       775 Oct 07 13:29 rijndael-192.la
-rwxr-xr-x   1 root     system       775 Oct 07 13:29 rijndael-256.la
-rwxr-xr-x   1 root     system       770 Oct 07 13:29 safer-sk128.la
-rwxr-xr-x   1 root     system       765 Oct 07 13:29 safer-sk64.la
-rwxr-xr-x   1 root     system       760 Oct 07 13:29 saferplus.la
-rwxr-xr-x   1 root     system       750 Oct 07 13:29 serpent.la
-rwxr-xr-x   1 root     system       745 Oct 07 13:30 stream.la
-rwxr-xr-x   1 root     system       755 Oct 07 13:30 threeway.la
-rwxr-xr-x   1 root     system       760 Oct 07 13:30 tripledes.la
-rwxr-xr-x   1 root     system       750 Oct 07 13:29 twofish.la
-rwxr-xr-x   1 root     system       735 Oct 07 13:30 wake.la
-rwxr-xr-x   1 root     system       735 Oct 07 13:29 xtea.la
--clip--

  The PHP configure showed that there's no recognization of the ciphers from Libmcrypt.  I'm posting the clipping starting the ./configure clipping, make clipping and install clipping.

--clip--
-=[/usr/local/src2/php-4.2.3]==>./configure --with-apache=../apache_1.3.27 --with-ibm-db2=/usr/lpp/db2_06_01 --with-openssl --with-mcrypt --with-curl --without-mysql --enable-track-vars
creating cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking host system type... powerpc-ibm-aix4.3.2.0
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... found
checking for working automake... missing
checking for working autoheader... found
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
Updated php_version.h
checking for gcc... gcc
checking whether the C compiler (gcc -O2 -I/usr/local/ssl/include -L/usr/local/ssl/lib) works... yes
checking whether the C compiler (gcc -O2 -I/usr/local/ssl/include -L/usr/local/ssl/lib) 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... yes
checking for gcc option to accept ANSI C... none needed
checking whether compiler supports -R... no
checking whether compiler supports -Wl,-rpath,... no
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for mawk... no
checking for gawk... no
checking for nawk... nawk
checking for bison... bison -y
checking bison version... configure: warning: You will need bison 1.28 if you want to regenerate the Zend parser (found 1.25).
1.25 (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... -mthreads
checking for pthreads_lib... 

00Configuring SAPI modules00
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... yes - Apache 1.3.x
checking for mod_charset compatibility option... no
checking whether gcc supports -rdynamic... 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

00Running system checks00
checking for missing declarations of reentrant functions... done
checking for sendmail... /usr/sbin/sendmail
checking whether system uses EBCDIC... no
checking for socket in -lsocket... no
checking for htonl in -lsocket... no
checking for yp_get_default_domain... yes
checking for dlopen in -ldl... yes
checking for sin in -lm... yes
checking for inet_aton in -lresolv... no
checking for inet_aton in -lbind... yes
checking for res_search in -lsocket... no
checking for res_search in -lresolv... no
checking for dn_skipname in -lresolv... no
checking for __dn_skipname in -lresolv... no
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... no
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... no
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... no
checking for tzname... yes
checking for tm_gmtoff in struct tm... no
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... no
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... yes
checking for flock... no
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... no
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) no
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


00Configuring extensions00
checking if the location of ZLIB install directory is defined... no
checking for ZLIB support... no
checking for ASPELL support... no
checking whether to enable bc style precision math functions... no
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... yes
checking for CURL in default path... found in /usr/local
checking for cURL 7.9 or greater... libcurl 7.10
checking for curl_easy_perform in -lcurl... yes
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... no
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... no
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... no
checking for GD support... 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... yes
checking for mcrypt_module_open in -lmcrypt... yes
checking for mcrypt_generic_deinit in -lmcrypt... yes
checking for MCVE support... no
checking for mhash support... no
checking for MING support... no
checking for mnoGoSearch support... no
checking for msession support... no
checking for mSQL support... no
checking for Muscat support... no
checking for MySQL support... no
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... yes
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... no
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... no
checking for Blowfish crypt... no
checking whether flush should be called explicitly after a bufferered io... yes
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... yes
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... no
checking which regex library to use... php

00Configuring Zend00
checking build system type... powerpc-ibm-aix4.3.2.0
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
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... none
checking if gcc static flag -static -Wl,-lC 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... no
checking dynamic linker characteristics... aix4.3.2.0 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
creating libtool
checking bison version... configure: warning: You will need bison 1.28 if you want to regenerate the Zend parser (found 1.25).
1.25 (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) no
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... no
checking for isnan... no
checking whether fp_except is defined... no
checking whether to enable experimental ZTS... no
checking whether to enable inline optimization for GCC... no
checking whether to enable a memory limit... no
checking whether to enable Zend debugging... no
checking for inline... inline

00Configuring TSRM00
checking for stdarg.h... (cached) yes

00Generating files00
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 sapi/apache/libphp4.module
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/ctype/Makefile
fastgen.sh: creating ext/curl/Makefile
fastgen.sh: creating ext/mcrypt/Makefile
fastgen.sh: creating ext/odbc/Makefile
fastgen.sh: creating ext/openssl/Makefile
fastgen.sh: creating ext/pcre/Makefile
fastgen.sh: creating ext/pcre/pcrelib/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 number.c
creating number.h
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.
--clip--


--clip--
=[/usr/local/src2/php-4.2.3]==>make
Making all in Zend
        /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/ssl/include -I../TSRM  -O2 -I/usr/local/ssl/include -prefer-non-pic -static -c zend_language_parser.c
        /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/ssl/include -I../TSRM  -O2 -I/usr/local/ssl/include -prefer-non-pic -static -c zend_language_scanner.c
        /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/ssl/include -I../TSRM  -O2 -I/usr/local/ssl/include -prefer-non-pic -static -c zend_ini_parser.c
        /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/ssl/include -I../TSRM  -O2 -I/usr/local/ssl/include -prefer-non-pic -static -c zend_ini_scanner.c
        /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/ssl/include -I../TSRM  -O2 -I/usr/local/ssl/include -prefer-non-pic -static -c zend_alloc.c
        /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/ssl/include -I../TSRM  -O2 -I/usr/local/ssl/include -prefer-non-pic -static -c zend_compile.c
        /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/ssl/include -I../TSRM  -O2 -I/usr/local/ssl/include -prefer-non-pic -static -c zend_constants.c
        /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/ssl/include -I../TSRM  -O2 -I/usr/local/ssl/include -prefer-non-pic -static -c zend_dynamic_array.c
        /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/ssl/include -I../TSRM -prefer-non-pic -static -c ./zend_execute.c
        /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/ssl/include -I../TSRM  -O2 -I/usr/local/ssl/include -prefer-non-pic -static -c zend_execute_API.c
        /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/ssl/include -I../TSRM  -O2 -I/usr/local/ssl/include -prefer-non-pic -static -c zend_highlight.c
        /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/ssl/include -I../TSRM  -O2 -I/usr/local/ssl/include -prefer-non-pic -static -c zend_llist.c
        /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/ssl/include -I../TSRM  -O2 -I/usr/local/ssl/include -prefer-non-pic -static -c zend_opcode.c
        /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/ssl/include -I../TSRM  -O2 -I/usr/local/ssl/include -prefer-non-pic -static -c zend_operators.c
        /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/ssl/include -I../TSRM  -O2 -I/usr/local/ssl/include -prefer-non-pic -static -c zend_ptr_stack.c
        /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/ssl/include -I../TSRM  -O2 -I/usr/local/ssl/include -prefer-non-pic -static -c zend_stack.c
        /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/ssl/include -I../TSRM  -O2 -I/usr/local/ssl/include -prefer-non-pic -static -c zend_variables.c
        /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/ssl/include -I../TSRM  -O2 -I/usr/local/ssl/include -prefer-non-pic -static -c zend.c
        /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/ssl/include -I../TSRM  -O2 -I/usr/local/ssl/include -prefer-non-pic -static -c zend_API.c
        /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/ssl/include -I../TSRM  -O2 -I/usr/local/ssl/include -prefer-non-pic -static -c zend_extensions.c
        /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/ssl/include -I../TSRM  -O2 -I/usr/local/ssl/include -prefer-non-pic -static -c zend_hash.c
        /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/ssl/include -I../TSRM  -O2 -I/usr/local/ssl/include -prefer-non-pic -static -c zend_list.c
        /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/ssl/include -I../TSRM  -O2 -I/usr/local/ssl/include -prefer-non-pic -static -c zend_indent.c
        /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/ssl/include -I../TSRM  -O2 -I/usr/local/ssl/include -prefer-non-pic -static -c zend_builtin_functions.c
        /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/ssl/include -I../TSRM  -O2 -I/usr/local/ssl/include -prefer-non-pic -static -c zend_sprintf.c
        /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/ssl/include -I../TSRM  -O2 -I/usr/local/ssl/include -prefer-non-pic -static -c zend_ini.c
        /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main   -I/usr/local/ssl/include -I../TSRM  -O2 -I/usr/local/ssl/include -prefer-non-pic -static -c zend_qsort.c
	

---------------

  -O2 -I/usr/local/ssl/include -prefer-non-pic -static -c zend_qsort.c
        /bin/sh ../libtool --silent --mode=link gcc  -O2 -I/usr/local/ssl/include -prefer-non-pic -static  -o libZend.la   zend_language_parser.lo zend_language_scanner.lo  zend_ini_parser.lo zend_ini_scanner.lo zend_alloc.lo zend_compile.lo  zend_constants.lo zend_dynamic_array.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 zend_sprintf.lo zend_ini.lo  zend_qsort.lo -ldl  
Target "all" is up to date.
Making all in main
        gcc -I. -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c main.c && touch main.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c snprintf.c && touch snprintf.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c php_sprintf.c && touch php_sprintf.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c safe_mode.c && touch safe_mode.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c fopen_wrappers.c && touch fopen_wrappers.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c alloca.c && touch alloca.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c php_ini.c && touch php_ini.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c SAPI.c && touch SAPI.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c rfc1867.c && touch rfc1867.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c php_content_types.c && touch php_content_types.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c strlcpy.c && touch strlcpy.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c strlcat.c && touch strlcat.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c mergesort.c && touch mergesort.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c reentrancy.c && touch reentrancy.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c php_variables.c && touch php_variables.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c php_ticks.c && touch php_ticks.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c streams.c && touch streams.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c network.c && touch network.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c php_open_temporary_file.c && touch php_open_temporary_file.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c php_logos.c && touch php_logos.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c output.c && touch output.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c internal_functions.c && touch internal_functions.lo
In file included from /usr/lpp/db2_06_01/include/sqlcli1.h:41,
                 from /usr/local/src2/php-4.2.3/ext/odbc/php_odbc.h:178,
                 from internal_functions.c:35:
/usr/lpp/db2_06_01/include/sqlcli.h:695: warning: `ODBCVER' redefined
/usr/local/src2/php-4.2.3/ext/odbc/php_odbc.h:27: warning: this is the location of the previous definition
        /bin/sh /usr/local/src2/php-4.2.3/libtool --silent --mode=link gcc  -I. -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include -prefer-non-pic -static  -L/usr/local/ssl/lib -o libmain.la  main.lo snprintf.lo php_sprintf.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_variables.lo php_ticks.lo streams.lo network.lo php_open_temporary_file.lo php_logos.lo output.lo internal_functions.lo  
        gcc -I. -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c internal_functions_cli.c && touch internal_functions_cli.lo
In file included from /usr/lpp/db2_06_01/include/sqlcli1.h:41,
                 from /usr/local/src2/php-4.2.3/ext/odbc/php_odbc.h:178,
                 from internal_functions_cli.c:35:
/usr/lpp/db2_06_01/include/sqlcli.h:695: warning: `ODBCVER' redefined
/usr/local/src2/php-4.2.3/ext/odbc/php_odbc.h:27: warning: this is the location of the previous definition
        /bin/sh /usr/local/src2/php-4.2.3/libtool --silent --mode=link gcc  -I. -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include -prefer-non-pic -static  -L/usr/local/ssl/lib -o libmain_cli.la  main.lo snprintf.lo php_sprintf.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_variables.lo php_ticks.lo streams.lo network.lo php_open_temporary_file.lo php_logos.lo output.lo internal_functions_cli.lo  
Target "all-p" is up to date.
Target "all" is up to date.
Making all in ext
Making all in ctype
        gcc -I. -I/usr/local/src2/php-4.2.3/ext/ctype -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c ctype.c && touch ctype.lo
        /bi
	


------------

        /bin/sh /usr/local/src2/php-4.2.3/libtool --silent --mode=link gcc  -I. -I/usr/local/src2/php-4.2.3/ext/ctype -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include -prefer-non-pic -static  -L/usr/local/ssl/lib -o libctype.la  ctype.lo  
Target "all-p" is up to date.
Target "all" is up to date.
Making all in curl
        gcc -I. -I/usr/local/src2/php-4.2.3/ext/curl -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c curl.c && touch curl.lo
        /bin/sh /usr/local/src2/php-4.2.3/libtool --silent --mode=link gcc  -I. -I/usr/local/src2/php-4.2.3/ext/curl -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include -prefer-non-pic -static  -L/usr/local/ssl/lib -o libcurl.la  curl.lo  
Target "all-p" is up to date.
Target "all" is up to date.
Making all in mcrypt
        gcc -I. -I/usr/local/src2/php-4.2.3/ext/mcrypt -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c mcrypt.c && touch mcrypt.lo
        /bin/sh /usr/local/src2/php-4.2.3/libtool --silent --mode=link gcc  -I. -I/usr/local/src2/php-4.2.3/ext/mcrypt -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include -prefer-non-pic -static  -L/usr/local/ssl/lib -o libmcrypt.la  mcrypt.lo  
Target "all-p" is up to date.
Target "all" is up to date.
Making all in odbc
        gcc -I. -I/usr/local/src2/php-4.2.3/ext/odbc -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c php_odbc.c && touch php_odbc.lo
In file included from /usr/lpp/db2_06_01/include/sqlcli1.h:41,
                 from php_odbc.h:178,
                 from php_odbc.c:37:
/usr/lpp/db2_06_01/include/sqlcli.h:695: warning: `ODBCVER' redefined
php_odbc.h:27: warning: this is the location of the previous definition
php_odbc.c: In function `safe_odbc_disconnect':
php_odbc.c:200: warning: passing arg 1 of `SQLDisconnect' makes integer from pointer without a cast
php_odbc.c:203: warning: passing arg 1 of `SQLTransact' makes integer from pointer without a cast
php_odbc.c:203: warning: passing arg 2 of `SQLTransact' makes integer from pointer without a cast
php_odbc.c:204: warning: passing arg 1 of `SQLDisconnect' makes integer from pointer without a cast
php_odbc.c: In function `_close_odbc_conn':
php_odbc.c:230: warning: passing arg 1 of `safe_odbc_disconnect' makes pointer from integer without a cast
php_odbc.c: In function `_close_odbc_pconn':
php_odbc.c:257: warning: passing arg 1 of `safe_odbc_disconnect' makes pointer from integer without a cast
php_odbc.c: In function `odbc_do_connect':
php_odbc.c:2184: warning: passing arg 1 of `safe_odbc_disconnect' makes pointer from integer without a cast
        /bin/sh /usr/local/src2/php-4.2.3/libtool --silent --mode=link gcc  -I. -I/usr/local/src2/php-4.2.3/ext/odbc -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3
	
-------------------

       /bin/sh /usr/local/src2/php-4.2.3/libtool --silent --mode=link gcc  -I. -I/usr/local/src2/php-4.2.3/ext/odbc -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include -prefer-non-pic -static  -L/usr/local/ssl/lib -o libodbc.la  php_odbc.lo  
Target "all-p" is up to date.
Target "all" is up to date.
Making all in openssl
        gcc -I. -I/usr/local/src2/php-4.2.3/ext/openssl -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c openssl.c && touch openssl.lo
        /bin/sh /usr/local/src2/php-4.2.3/libtool --silent --mode=link gcc  -I. -I/usr/local/src2/php-4.2.3/ext/openssl -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include -prefer-non-pic -static  -L/usr/local/ssl/lib -o libopenssl.la  openssl.lo  
Target "all-p" is up to date.
Target "all" is up to date.
Making all in pcre
Making all in pcrelib
        gcc -I. -I/usr/local/src2/php-4.2.3/ext/pcre/pcrelib -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat -DSUPPORT_UTF8 -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c maketables.c && touch maketables.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/ext/pcre/pcrelib -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat -DSUPPORT_UTF8 -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c get.c && touch get.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/ext/pcre/pcrelib -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat -DSUPPORT_UTF8 -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c study.c && touch study.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/ext/pcre/pcrelib -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat -DSUPPORT_UTF8 -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c pcre.c && touch pcre.lo
        /bin/sh /usr/local/src2/php-4.2.3/libtool --silent --mode=link gcc  -I. -I/usr/local/src2/php-4.2.3/ext/pcre/pcrelib -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat -DSUPPORT_UTF8 -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include -prefer-non-pic -static  -L/usr/local/ssl/lib -o libpcre.la  maketables.lo get.lo study.lo pcre.lo  
Target "all-p" is up to date.
Target "all" is up to date.
        gcc -I. -I/usr/local/src2/php-4.2.3/ext/pcre -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c php_pcre.c && touch php_pcre.lo
        /bin/sh /usr/local/src2/php-4.2.3/libtool --silent --mode=link gcc  -I. -I/usr/local/src2/php-4.2.3/ext/pcre -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include -prefer-non-pic -static  -L/usr/local/ssl/lib -o libpcre.la  php_pcre.lo  pcrelib/libpcre.la
Target "all-p" is up to date.
Target "all" is up to date.
Making all in posix
        gcc -I. -I/usr/local/src2/php-4.2.3/ext/posix -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c posix.c && touch posix.lo
        /bin/sh /usr/local/src2/php-4.2.3/libtool --silent --mode=link gcc  -I. -I/usr/local/src2/php-4.2.3/ext/posix -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include -prefer-non-pic -static  -L/usr/local/ssl/lib -o libposix.la  posix.lo  
Target "all-p" is up to date.
Target "all" is up to date.
Making all in session
        gcc -I. -I/usr/local/src2/php-4.2.3/ext/session -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c session.c && touch session.lo
session.c: In function `php_session_output_handler':
session.c:87: warning: passing arg 5 of `url_adapt_ext_ex' from incompatible pointer type
        gcc -I. -I/usr/local/src2/php-4.2.3/ext/session -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c mod_files.c && touch mod_files.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/ext/session -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c mod_mm.c && touch mod_mm.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/ext/session -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c mod_user.c && touch mod_user.lo
        /bin/sh /usr/local/src2/php-4.2.3/libtool --silent --mode=link 
	

------------------

        gcc -I. -I/usr/local/src2/php-4.2.3/ext/session -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c mod_user.c && touch mod_user.lo
        /bin/sh /usr/local/src2/php-4.2.3/libtool --silent --mode=link gcc  -I. -I/usr/local/src2/php-4.2.3/ext/session -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include -prefer-non-pic -static  -L/usr/local/ssl/lib -o libsession.la  session.lo mod_files.lo mod_mm.lo mod_user.lo  
Target "all-p" is up to date.
Target "all" is up to date.
Making all in standard
        gcc -I. -I/usr/local/src2/php-4.2.3/ext/standard -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c array.c && touch array.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/ext/standard -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c base64.c && touch base64.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/ext/standard -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c basic_functions.c && touch basic_functions.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/ext/standard -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c browscap.c && touch browscap.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/ext/standard -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c crc32.c && touch crc32.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/ext/standard -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c crypt.c && touch crypt.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/ext/standard -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c cyr_convert.c && touch cyr_convert.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/ext/standard -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c datetime.c && touch datetime.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/ext/standard -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/unix -I/usr/local/src2/php-4.2.3/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/lpp/db2_06_01/include -I/usr/local/src2/php-4.2.3/ext/xml/expat  -I/usr/local/ssl/include -I/usr/local/src2/php-4.2.3/TSRM -O2 -I/usr/local/ssl/include  -c dir.c && touch dir.lo
        gcc -I. -I/usr/local/src2/php-4.2.3/ext/standard -I/usr/local/src2/php-4.2.3/main -I/usr/local/src2/php-4.2.3 -I/usr/local/src2/apache_1.3.27/src/include -I/usr/local/src2/apache_1.3.27/src/os/u

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-07 13:11 UTC] scott at abcoa dot com
Eh, Didn't finish with all of hte clipping.  Could be that bug database can't accept them all.  By the make, I did hte best I could on make because it is too long for the computer screen.  I tried this command, "make > log_make" but found that not all of hte data go into the log_make and whatever is left is spitted out onto the screen.
 [2002-10-07 13:37 UTC] derick@php.net
Set the paths in your php.ini as described on
http://www.php.net/manual/en/ref.mcrypt.php
See "table 1".

Derick
 [2002-10-07 13:45 UTC] scott at abcoa dot com
Okay, the PATH in the php.ini.  Not a problem.  What exactly should I be looking for in the filepath, like mcrypt.algorithms_dir = ????.  What are the example of files inside one of the directory, so I can figure out whether am I looking for in libmcrypt or php.  What are hte filenames I should be looking for?  

Thanks,
 FletchSOD
 [2002-10-07 14:36 UTC] derick@php.net
/usr/local/lib/libmcrypt

see also: http://www.php.net/manual/en/function.mcrypt-module-open.php

really, read the manual. If you're certain there is still a bug, reopen.

Derick
 [2002-10-07 14:49 UTC] scott at abcoa dot com
I have been working on this issues for almost a week now.  I have been trying to get it to work.  Yes, I did read the manual at php.net/mcrypt and I still struggle.  I will try again with the manual on mcrypt_module_open().  What make you think I did not read this stupid manual?  Thanks for the comment and I will try it again.
 [2002-10-08 09:21 UTC] scott at abcoa dot com
Re-opening the bug....

I tried many different ways as the PHP Manual stated and I still get the error messasges, 'Warning: mcrypt module initialization failed in ....'.  When PHP manual stated about 

"mcrypt_module_open (MCRYPT_DES, '', MCRYPT_MODE_ECB, '')"

I still get the error, so I tried the other examples.

"mcrypt_module_open (MCRYPT_DES, '', MCRYPT_MODE_ECB, '/usr/lib/mcrypt-modes')"

I still get the error message.  Problme is I have no such directory as "mcrypt-modes" on the server.  I also assumed that the 2nd parament refer to "mcrypt-algorithms" since the PHP Manual didn't anything about the 2nd parameter.

I checked the PHP Info on the server, the 1st clipping showed the actual result before I add the two lines of code to php.ini.  The 2nd clipping showed the actual result of hte 2nd line of codes.  (mcrypt directory).

--clip--
<h2 align="center"><a name="module_mcrypt">mcrypt</a></h2>
<table border="0" cellpadding="3" cellspacing="1" width="600" bgcolor="#000000" align="center">

<tbody><tr valign="middle" bgcolor="#9999cc"><th>mcrypt support</th><th>enabled</th></tr>
<tr valign="baseline" bgcolor="#cccccc"><td bgcolor="#ccccff"><b>version</b></td><td align="left">&gt;= 2.4.x</td></tr>
<tr valign="baseline" bgcolor="#cccccc"><td bgcolor="#ccccff"><b>Supported ciphers</b></td><td align="left">none</td></tr>
<tr valign="baseline" bgcolor="#cccccc"><td bgcolor="#ccccff"><b>Supported modes</b></td><td align="left">none</td></tr>
</tbody></table><br>
<table border="0" cellpadding="3" cellspacing="1" width="600" bgcolor="#000000" align="center">
<tbody><tr valign="middle" bgcolor="#9999cc"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr>

<tr valign="baseline" bgcolor="#cccccc"><td bgcolor="#ccccff"><b>mcrypt.algorithms_dir</b><br></td><td align="center"><i>no value</i></td><td align="center"><i>no value</i></td></tr>
<tr valign="baseline" bgcolor="#cccccc"><td bgcolor="#ccccff"><b>mcrypt.modes_dir</b><br></td><td align="center"><i>no value</i></td><td align="center"><i>no value</i></td></tr>
</tbody></table>
--clip--

--clip--
<h2 align="center"><a name="module_mcrypt">mcrypt</a></h2>
<table border="0" cellpadding="3" cellspacing="1" width="600" bgcolor="#000000" align="center">

<tbody><tr valign="middle" bgcolor="#9999cc"><th>mcrypt support</th><th>enabled</th></tr>
<tr valign="baseline" bgcolor="#cccccc"><td bgcolor="#ccccff"><b>version</b></td><td align="left">&gt;= 2.4.x</td></tr>
<tr valign="baseline" bgcolor="#cccccc"><td bgcolor="#ccccff"><b>Supported ciphers</b></td><td align="left">none</td></tr>
<tr valign="baseline" bgcolor="#cccccc"><td bgcolor="#ccccff"><b>Supported modes</b></td><td align="left">none</td></tr>
</tbody></table><br>
<table border="0" cellpadding="3" cellspacing="1" width="600" bgcolor="#000000" align="center">
<tbody><tr valign="middle" bgcolor="#9999cc"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr>

<tr valign="baseline" bgcolor="#cccccc"><td bgcolor="#ccccff"><b>mcrypt.algorithms_dir</b><br></td><td align="center">/usr/local/lib/libmcrypt</td><td align="center">/usr/local/lib/libmcrypt</td></tr>
<tr valign="baseline" bgcolor="#cccccc"><td bgcolor="#ccccff"><b>mcrypt.modes_dir</b><br></td><td align="center">/usr/local/lib/libmcrypt</td><td align="center">/usr/local/lib/libmcrypt</td></tr>
</tbody></table>
--clip--

This still does not solve my problem.  So, I did hte google search and came upon someone's PHP Info website and found this if their encryption function work.

--clip--
<h2 align="center"><a name="module_mcrypt">mcrypt</a></h2>
<table border="0" cellpadding="3" cellspacing="1" width="600" bgcolor="#000000" align="center">
<tbody><tr valign="middle" bgcolor="#9999cc"><th>mcrypt support</th><th>enabled</th></tr>
<tr valign="baseline" bgcolor="#cccccc"><td bgcolor="#ccccff"><b>version</b></td><td align="left">&gt;= 2.4.x</td></tr>
<tr valign="baseline" bgcolor="#cccccc"><td bgcolor="#ccccff"><b>Supported ciphers</b></td><td align="left">arcfour
blowfish-compat blowfish cast-128 cast-256 des enigma gost loki97 panama
rc2 rijndael-128 rijndael-192 rijndael-256 safer-sk128 safer-sk64 saferplus
serpent threeway tripledes twofish wake xtea </td></tr>

<tr valign="baseline" bgcolor="#cccccc"><td bgcolor="#ccccff"><b>Supported modes</b></td><td align="left">cbc cfb ecb ncfb nofb ofb stream </td></tr>
</tbody></table><br>
<table border="0" cellpadding="3" cellspacing="1" width="600" bgcolor="#000000" align="center">
<tbody><tr valign="middle" bgcolor="#9999cc"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr>
<tr valign="baseline" bgcolor="#cccccc"><td bgcolor="#ccccff"><b>mcrypt.algorithms_dir</b><br></td><td align="center"><i>no value</i></td><td align="center"><i>no value</i></td></tr>
<tr valign="baseline" bgcolor="#cccccc"><td bgcolor="#ccccff"><b>mcrypt.modes_dir</b><br></td><td align="center"><i>no value</i></td><td align="center"><i>no value</i></td></tr>
</tbody></table>
--clip--

Since mine still have no supported ciphers, so it explain why the php-mycrypt function don't work at all.  I was trying to say that I have been working on it for almost a week and I can tell that PHP ./configure didn't find it and when compiling PHP, PHP does not take in hte libmcrypt algorithm.  It only take in libmcrypt but not the algorithm or modes.  So, I believe I stand correct on this php bug.
 [2002-10-08 09:25 UTC] derick@php.net
Again, this is NOT a bug.

Just set the correct paths in php.ini

mcrypt.modules_dir AND mcrypt.algorithms_dir are where your ciphers and modules are. As you already pasted in your first bugreport, this is "/usr/local/lib/libmcrypt". You see those files with ls -l ? That are your ciphers and modes.

Derick
 [2002-10-08 09:27 UTC] scott at abcoa dot com
I have this code in php.ini and it does nothing!

--clip--
mcrypt.algorithms_dir = /usr/local/lib/libmcrypt
mcrypt.modes_dir = /usr/local/lib/libmcrypt 
--clip--
 [2002-10-08 12:56 UTC] scott at abcoa dot com
Since the php.ini does nothing, I did find something interesting.  When I changed the file path in php.ini to the open-source libmcrypt-2.5.3 that had been untarred but not configured or compiled.  Here's what I did ...

--clip--
mcrypt.algorithms_dir = /usr/local/src3/libmcrypt-2.5.3/modules/algorithms
mcrypt.modes_dir = /usr/local/src3/libmcrypt-2.5.3/modules/modes
--clip--

This fix my problem with the mcrypt stuffs.  So, I looked into the files and saw bunch of files that end with *.c and *.h.  So, why does it work with the open source files but not with the *.la or *.a files in /usr/local/lib/libmcrypt???  Do you have an explanation or an answer to this???  I would appreciate it.  I want to know is is it safe for me to use the open source files??

Thanks!
 [2002-10-09 11:22 UTC] scott at abcoa dot com
Re-opening bug cause I'm waiting for a response to the last comment I posted.  Then you can close the bug after that.
 [2002-10-12 09:54 UTC] sniper@php.net
yes, it's perfectly safe.

 [2002-10-14 07:56 UTC] scott at abcoa dot com
Thanks!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 04:01:28 2024 UTC