|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-09-05 17:04 UTC] tony2001@php.net
[2006-09-05 17:22 UTC] bbghost at gmail dot com
[2006-09-05 17:36 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 18:00:02 2025 UTC |
Description: ------------ My system : Linux Fedora Core 4 gcc - 4.0.2-8.fc4 libtool - libtool-1.5.16.multilib2-3 openSSL - 0.9.7-f My config.nice : #! /bin/sh # # Created by configure './configure' \ '--prefix=/usr' \ '--with-config-file-path=/etc' \ '--with-curl' \ '--with-curl-dir=/usr/local/lib' \ '--with-gd' \ '--with-gd-dir=/usr/local/lib' \ '--with-iconv' \ '--with-iconv-dir=/usr/local/lib' \ '--with-gettext' \ '--with-jpeg-dir=/usr/local/lib' \ '--with-kerberos' \ '--with-imap-ssl' \ '--with-mime-magic' \ '--with-mcrypt' \ '--with-mhash' \ '--with-mysql=/usr' \ '--with-openssl' \ '--with-pear' \ '--with-png-dir=/usr/local/lib' \ '--with-xml' \ '--with-zlib' \ '--with-zlib-dir=/usr/local/lib' \ '--with-zip' \ '--enable-bcmath' \ '--enable-calendar' \ '--enable-ftp' \ '--enable-magic-quotes' \ '--enable-sockets' \ '--enable-track-vars' \ '--enable-mbstring=all' \ '--enable-mbregex' \ '--enable-fastcgi' \ '--enable-memory-limit' \ '--enable-discard-path' \ '--enable-force-redirect' \ "$@" while MAKE PHP in FC 4, Here is many Warning, Like below(Not All) : /install/php/php-5.1.6/ext/mbstring/mb_gpc.c:318: warning: pointer targets in assignment differ in signedness /install/php/php-5.1.6/ext/mbstring/mb_gpc.c:321: warning: pointer targets in assignment differ in signedness /install/php/php-5.1.6/ext/mbstring/php_mbregex.c: In function '_php_mb_regex_ereg_exec': /install/php/php-5.1.6/ext/mbstring/php_mbregex.c:562: warning: pointer targets in passing argument 4 of 'onig_search' differ in signedness /install/php/php-5.1.6/ext/mbstring/php_mbregex.c: In function '_php_mb_regex_ereg_replace_exec': /install/php/php-5.1.6/ext/mbstring/php_mbregex.c:701: warning: pointer targets in assignment differ in signedness /install/php/php-5.1.6/ext/mbstring/php_mbregex.c:758: warning: pointer targets in assignment differ in signedness /install/php/php-5.1.6/ext/mbstring/php_mbregex.c: In function 'zif_mb_split': /install/php/php-5.1.6/ext/mbstring/php_mbregex.c:851: warning: pointer targets in passing argument 2 of 'add_next_index_stringl' differ in signedness /install/php/php-5.1.6/ext/mbstring/php_mbregex.c:881: warning: pointer targets in passing argument 2 of 'add_next_index_stringl' differ in signedness /install/php/php-5.1.6/ext/mbstring/php_mbregex.c: In function 'zif_mb_ereg_match': /install/php/php-5.1.6/ext/mbstring/php_mbregex.c:913: warning: pointer targets in passing argument 3 of '_php_mb_regex_init_options' differ in signedness /install/php/php-5.1.6/ext/mbstring/php_mbregex.c: In function '_php_mb_regex_ereg_search_exec': /install/php/php-5.1.6/ext/mbstring/php_mbregex.c:959: warning: pointer targets in passing argument 3 of '_php_mb_regex_init_options' differ in signedness /install/php/php-5.1.6/ext/mbstring/php_mbregex.c: In function 'zif_mb_ereg_search_init': /install/php/php-5.1.6/ext/mbstring/php_mbregex.c:1101: warning: pointer targets in passing argument 3 of '_php_mb_regex_init_options' differ in signedness /install/php/php-5.1.6/ext/mcrypt/mcrypt.c: In function 'zif_mcrypt_generic': /install/php/php-5.1.6/ext/mcrypt/mcrypt.c:513: warning: pointer targets in initialization differ in signedness /install/php/php-5.1.6/ext/mhash/mhash.c: In function 'zm_startup_mhash': /install/php/php-5.1.6/ext/mhash/mhash.c:72: warning: pointer targets in assignment differ in signedness /install/php/php-5.1.6/ext/mhash/mhash.c: In function 'zif_mhash_get_hash_name': /install/php/php-5.1.6/ext/mhash/mhash.c:133: warning: pointer targets in assignment differ in signedness /install/php/php-5.1.6/ext/mhash/mhash.c: In function 'zif_mhash': /install/php/php-5.1.6/ext/mhash/mhash.c:185: warning: pointer targets in initialization differ in signedness /install/php/php-5.1.6/ext/mhash/mhash.c: In function 'zif_mhash_keygen_s2k': /install/php/php-5.1.6/ext/mhash/mhash.c:234: warning: pointer targets in passing argument 5 of 'mhash_keygen_ext' differ in signedness /install/php/php-5.1.6/ext/pdo/pdo_dbh.c: In function 'zif_PDO_lastInsertId': /install/php/php-5.1.6/ext/pdo/pdo_dbh.c:891: warning: pointer targets in passing argument 3 of 'dbh->methods->last_id' differ in signedness /install/php/php-5.1.6/ext/pdo/pdo_stmt.c: In function 'do_fetch': /install/php/php-5.1.6/ext/pdo/pdo_stmt.c:1052: warning: pointer targets in passing argument 3 of 'ce->unserialize' differ in signedness /install/php/php-5.1.6/ext/session/session.c: In function 'ps_srlzr_decode_php_binary': /install/php/php-5.1.6/ext/session/session.c:444: warning: pointer targets in passing argument 3 of 'php_var_unserialize' differ in signedness /install/php/php-5.1.6/ext/session/session.c: In function 'ps_srlzr_decode_php': /install/php/php-5.1.6/ext/session/session.c:524: warning: pointer targets in passing argument 3 of 'php_var_unserialize' differ in signedness /install/php/php-5.1.6/ext/session/session.c: In function 'bin_to_readable': /install/php/php-5.1.6/ext/session/session.c:614: warning: pointer targets in assignment differ in signedness /install/php/php-5.1.6/ext/session/session.c:615: warning: pointer targets in assignment differ in signedness /install/php/php-5.1.6/ext/session/session.c: In function 'php_session_create_id': /install/php/php-5.1.6/ext/session/session.c:676: warning: pointer targets in passing argument 2 of 'PHP_MD5Update' differ in signedness /install/php/php-5.1.6/ext/session/session.c:681: warning: pointer targets in passing argument 2 of 'PHP_SHA1Update' differ in signedness /install/php/php-5.1.6/ext/session/session.c:732: warning: pointer targets in passing argument 1 of 'bin_to_readable' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c: In function '_node_as_zval': /install/php/php-5.1.6/ext/simplexml/simplexml.c:70: warning: pointer targets in passing argument 1 of 'xmlStrdup' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:70: warning: pointer targets in assignment differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:73: warning: pointer targets in passing argument 1 of 'xmlStrdup' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:73: warning: pointer targets in assignment differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c: In function 'sxe_get_element_by_offset': /install/php/php-5.1.6/ext/simplexml/simplexml.c:142: warning: pointer targets in passing argument 3 of 'match_ns' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:144: warning: pointer targets in passing argument 2 of 'xmlStrcmp' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c: In function 'sxe_find_element_by_name': /install/php/php-5.1.6/ext/simplexml/simplexml.c:167: warning: pointer targets in passing argument 3 of 'match_ns' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:168: warning: pointer targets in passing argument 2 of 'xmlStrcmp' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c: In function 'sxe_get_element_by_name': /install/php/php-5.1.6/ext/simplexml/simplexml.c:201: warning: pointer targets in passing argument 3 of 'match_ns' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:202: warning: pointer targets in passing argument 2 of 'xmlStrcmp' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c: In function 'sxe_prop_dim_read': /install/php/php-5.1.6/ext/simplexml/simplexml.c:279: warning: pointer targets in passing argument 2 of 'xmlStrcmp' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:279: warning: pointer targets in passing argument 3 of 'match_ns' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:290: warning: pointer targets in passing argument 2 of 'xmlStrcmp' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:290: warning: pointer targets in passing argument 2 of 'xmlStrcmp' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:290: warning: pointer targets in passing argument 3 of 'match_ns' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c: In function 'change_node_zval': /install/php/php-5.1.6/ext/simplexml/simplexml.c:367: warning: pointer targets in passing argument 2 of 'xmlNodeSetContentLen' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:383: warning: pointer targets in passing argument 2 of 'xmlNodeSetContentLen' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c: In function 'sxe_prop_dim_write': /install/php/php-5.1.6/ext/simplexml/simplexml.c:465: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:496: warning: pointer targets in passing argument 2 of 'xmlStrcmp' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:496: warning: pointer targets in passing argument 3 of 'match_ns' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:508: warning: pointer targets in passing argument 2 of 'xmlStrcmp' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:508: warning: pointer targets in passing argument 2 of 'xmlStrcmp' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:508: warning: pointer targets in passing argument 3 of 'match_ns' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:530: warning: pointer targets in passing argument 2 of 'xmlStrcmp' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:556: warning: pointer targets in passing argument 3 of 'xmlNewTextChild' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:556: warning: pointer targets in passing argument 4 of 'xmlNewTextChild' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:561: warning: pointer targets in passing argument 4 of 'xmlNewTextChild' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:564: warning: pointer targets in passing argument 2 of 'xmlNewProp' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:564: warning: pointer targets in passing argument 3 of 'xmlNewProp' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c: In function 'sxe_prop_dim_exists': /install/php/php-5.1.6/ext/simplexml/simplexml.c:676: warning: pointer targets in passing argument 2 of 'xmlStrcmp' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:676: warning: pointer targets in passing argument 3 of 'match_ns' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:687: warning: pointer targets in passing argument 2 of 'xmlStrcmp' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:687: warning: pointer targets in passing argument 2 of 'xmlStrcmp' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:687: warning: pointer targets in passing argument 3 of 'match_ns' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:709: warning: pointer targets in passing argument 2 of 'xmlStrcmp' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c: In function 'sxe_prop_dim_delete': /install/php/php-5.1.6/ext/simplexml/simplexml.c:796: warning: pointer targets in passing argument 2 of 'xmlStrcmp' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:796: warning: pointer targets in passing argument 3 of 'match_ns' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:809: warning: pointer targets in passing argument 2 of 'xmlStrcmp' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:809: warning: pointer targets in passing argument 2 of 'xmlStrcmp' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:809: warning: pointer targets in passing argument 3 of 'match_ns' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:836: warning: pointer targets in passing argument 2 of 'xmlStrcmp' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c: In function '_get_base_node_value': /install/php/php-5.1.6/ext/simplexml/simplexml.c:892: warning: pointer targets in initialization differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:900: warning: pointer targets in passing argument 1 of 'xmlStrdup' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:900: warning: pointer targets in assignment differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c: In function 'sxe_properties_get': /install/php/php-5.1.6/ext/simplexml/simplexml.c:969: warning: pointer targets in passing argument 2 of 'xmlStrcmp' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:969: warning: pointer targets in passing argument 3 of 'match_ns' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:1008: warning: pointer targets in passing argument 3 of 'match_ns' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c: In function 'zif_simplexml_element_xpath': /install/php/php-5.1.6/ext/simplexml/simplexml.c:1096: warning: pointer targets in passing argument 1 of 'xmlXPathEval' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c: In function 'zif_simplexml_element_registerXPathNamespace': /install/php/php-5.1.6/ext/simplexml/simplexml.c:1154: warning: pointer targets in passing argument 2 of 'xmlXPathRegisterNs' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:1154: warning: pointer targets in passing argument 3 of 'xmlXPathRegisterNs' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c: In function 'zif_simplexml_element_asXML': /install/php/php-5.1.6/ext/simplexml/simplexml.c:1221: warning: pointer targets in passing argument 6 of 'xmlNodeDumpOutput' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:1227: warning: pointer targets in initialization differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:1227: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c: In function 'zif_simplexml_element_addChild': /install/php/php-5.1.6/ext/simplexml/simplexml.c:1444: warning: pointer targets in passing argument 1 of 'xmlSplitQName2' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:1446: warning: pointer targets in passing argument 1 of 'xmlStrdup' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:1450: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:1453: warning: pointer targets in passing argument 3 of 'xmlSearchNsByHref' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:1455: warning: pointer targets in passing argument 2 of 'xmlNewNs' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:1460: warning: pointer targets in passing argument 5 of '_node_as_zval' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:1460: warning: pointer targets in passing argument 6 of '_node_as_zval' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c: In function 'zif_simplexml_element_addAttribute': /install/php/php-5.1.6/ext/simplexml/simplexml.c:1505: warning: pointer targets in passing argument 1 of 'xmlSplitQName2' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:1507: warning: pointer targets in passing argument 1 of 'xmlStrdup' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:1510: warning: pointer targets in passing argument 3 of 'xmlHasNsProp' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:1521: warning: pointer targets in passing argument 3 of 'xmlSearchNsByHref' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:1523: warning: pointer targets in passing argument 2 of 'xmlNewNs' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:1527: warning: pointer targets in passing argument 4 of 'xmlNewNsProp' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c: In function 'sxe_object_cast': /install/php/php-5.1.6/ext/simplexml/simplexml.c:1593: warning: pointer targets in assignment differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:1604: warning: pointer targets in assignment differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c: In function 'php_sxe_iterator_fetch': /install/php/php-5.1.6/ext/simplexml/simplexml.c:2012: warning: pointer targets in passing argument 2 of 'xmlStrcmp' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:2012: warning: pointer targets in passing argument 3 of 'match_ns' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:2016: warning: pointer targets in passing argument 2 of 'xmlStrcmp' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c:2016: warning: pointer targets in passing argument 3 of 'match_ns' differ in signedness /install/php/php-5.1.6/ext/simplexml/simplexml.c: In function 'php_sxe_iterator_current_key': /install/php/php-5.1.6/ext/simplexml/simplexml.c:2115: warning: pointer targets in passing argument 1 of '_estrndup' differ in signedness ^A/install/php/php-5.1.6/ext/sqlite/sess_sqlite.c: In function 'ps_read_sqlite': /install/php/php-5.1.6/ext/sqlite/sess_sqlite.c:114: warning: pointer targets in passing argument 1 of 'sqlite_decode_binary' differ in signedness /install/php/php-5.1.6/ext/sqlite/sess_sqlite.c:114: warning: pointer targets in passing argument 2 of 'sqlite_decode_binary' differ in signedness /install/php/php-5.1.6/ext/sqlite/sess_sqlite.c: In function 'ps_write_sqlite': /install/php/php-5.1.6/ext/sqlite/sess_sqlite.c:146: warning: pointer targets in passing argument 3 of 'sqlite_encode_binary' differ in signedness 1.6/ext/mbstring/oniguruma/regerror.c: In function 'onig_error_code_to_str': /install/php/php-5.1.6/ext/mbstring/oniguruma/regerror.c:214: warning: pointer targets in assignment differ in signedness /install/php/php-5.1.6/ext/mbstring/oniguruma/regerror.c:245: warning: pointer targets in assignment differ in signedness /install/php/php-5.1.6/ext/mbstring/oniguruma/regerror.c: In function 'onig_snprintf_with_pattern': /install/php/php-5.1.6/ext/mbstring/oniguruma/regerror.c:285: warning: pointer targets in passing argument 2 of 'onigenc_str_bytelen_null' differ in signedness /install/php/php-5.1.6/ext/mbstring/oniguruma/regerror.c:285: warning: pointer targets in assignment differ in signedness /install/php/php-5.1.6/ext/mbstring/oniguruma/regerror.c:287: warning: pointer targets in assignment differ in signedness /install/php/php-5.1.6/ext/mbstring/oniguruma/regerror.c:308: warning: pointer targets in passing argument 2 of 'onigenc_str_bytelen_null' differ in signedness /install/php/php-5.1.6/ext/mbstring/oniguruma/regerror.c:309: warning: pointer targets in assignment differ in signedness /install/php/php-5.1.6/ext/mbstring/oniguruma/regerror.c:317: warning: pointer targets in passing argument 2 of 'onigenc_str_bytelen_null' differ in signedness /install/php/php-5.1.6/ext/mbstring/oniguruma/regerror.c:318: warning: pointer targets in assignment differ in signedness /install/php/php-5.1.6/ext/mbstring/oniguruma/regexec.c: In function 'onig_search': /install/php/php-5.1.6/ext/mbstring/oniguruma/regexec.c:3313: warning: pointer targets in initialization differ in signedness /install/php/php-5.1.6/ext/mbstring/oniguruma/regparse.c: In function 'CC_ESC_WARN': /install/php/php-5.1.6/ext/mbstring/oniguruma/regparse.c:2434: warning: pointer targets in passing argument 4 of 'onig_snprintf_with_pattern' differ in signedness /install/php/php-5.1.6/ext/mbstring/oniguruma/regparse.c:2434: warning: pointer targets in passing argument 5 of 'onig_snprintf_with_pattern' differ in signedness /install/php/php-5.1.6/ext/mbstring/oniguruma/regparse.c: In function 'CCEND_ESC_WARN': ###################################################### And also many config problem when configure, Here's config.log: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:2162: checking for Cygwin environment configure:2195: checking for mingw32 environment configure:2226: checking for egrep configure:2241: checking for a sed that does not truncate output configure:2361: checking host system type configure:2382: checking target system type configure:2480: checking for gcc configure:2593: checking whether the C compiler (gcc ) works configure:2609: gcc -o conftest conftest.c 1>&5 configure:2635: checking whether the C compiler (gcc ) is a cross-compiler configure:2640: checking whether we are using GNU C configure:2668: checking whether gcc accepts -g configure:2701: checking whether gcc and cc understand -c and -o together configure:2752: checking how to run the C preprocessor configure:2832: checking for AIX configure:2856: checking whether ln -s works configure:2888: checking if compiler supports -R configure:2921: checking if compiler supports -Wl,-rpath, configure:2962: checking for re2c configure:3022: checking for gawk configure:3082: checking for bison configure:3122: checking for bison version configure:3163: checking for flex configure:3197: checking for yywrap in -lfl configure:3240: checking lex output file root configure:3261: checking whether yytext is a pointer configure:3304: checking for working const configure:3384: checking for flex version configure:3607: checking whether to force non-PIC code in shared modules configure:3703: gcc -o conftest -g -O2 -pthread conftest.c 1>&5 configure:3723: checking for pthreads_cflags configure:3793: checking for pthreads_lib configure:3942: checking for AOLserver support configure:4185: checking for Apache 1.x module support via DSO through APXS configure:4490: checking for Apache 1.x module support configure:5333: checking for mod_charset compatibility option configure:5470: checking for Apache 2.0 filter-module support via DSO through APXS configure:6300: checking for Apache 2.0 handler-module support via DSO through APXS configure:7131: checking for Apache 1.x (hooks) module support via DSO through APXS configure:7436: checking for Apache 1.x (hooks) module support configure:8279: checking for mod_charset compatibility option configure:8417: checking for Caudium support configure:8749: checking for CLI build configure:8807: checking for Continuity support configure:9054: checking for embedded SAPI library support configure:9277: checking for Zeus ISAPI support configure:9509: checking for Milter support configure:9784: checking for NSAPI support configure:10127: checking for PHTTPD support configure:10358: checking for Pi3Web support configure:10689: checking for Roxen/Pike support configure:11200: checking for thttpd configure:11428: checking for TUX configure:11664: checking for webjames configure:11738: checking for CGI build configure:11762: checking whether writing to stdout works configure:11820: checking whether to force Apache CGI redirect configure:11834: checking whether to discard path_info + path_translated configure:11847: checking whether to enable path info checking configure:11860: checking whether to enable fastcgi support configure:12085: checking for chosen SAPI module configure:12188: checking for gethostbyname in -lnsl configure:12235: checking for socket in -lsocket configure:12290: checking for pthread.h configure:12423: checking for the pthreads library -lpthreads configure:12452: gcc -o conftest -g -O2 conftest.c -lpthreads -lnsl 1>&5 /usr/bin/ld: cannot find -lpthreads collect2: ld returned 1 exit status configure: failed program was: #line 12443 "configure" #include "confdefs.h" #include <pthread.h> int main() { pthread_t th; pthread_join(th, 0); pthread_attr_init(0); pthread_cleanup_push(0, 0); pthread_create(0,0,0,0); pthread_cleanup_pop(0); ; return 0; } configure:12412: checking whether pthreads work without any flags configure:12452: gcc -o conftest -g -O2 conftest.c -lnsl 1>&5 /tmp/ccAXC7Dj.o(.text+0x11): In function `main': /install/php/php-5.1.6/configure:12446: undefined reference to `pthread_join' /tmp/ccAXC7Dj.o(.text+0x3b):/install/php/php-5.1.6/configure:12447: undefined reference to `__pthread_register_cancel' /tmp/ccAXC7Dj.o(.text+0x48):/install/php/php-5.1.6/configure:12448: undefined reference to `pthread_create' /tmp/ccAXC7Dj.o(.text+0x4f):/install/php/php-5.1.6/configure:12448: undefined reference to `__pthread_unregister_cancel' collect2: ld returned 1 exit status configure: failed program was: #line 12443 "configure" #include "confdefs.h" #include <pthread.h> int main() { pthread_t th; pthread_join(th, 0); pthread_attr_init(0); pthread_cleanup_push(0, 0); pthread_create(0,0,0,0); pthread_cleanup_pop(0); ; return 0; } configure:12417: checking whether pthreads work with -Kthread configure:12452: gcc -o conftest -g -O2 -Kthread conftest.c -lnsl 1>&5 gcc: unrecognized option '-Kthread' /tmp/ccKCcOQq.o(.text+0x11): In function `main': /install/php/php-5.1.6/configure:12446: undefined reference to `pthread_join' /tmp/ccKCcOQq.o(.text+0x3b):/install/php/php-5.1.6/configure:12447: undefined reference to `__pthread_register_cancel' /tmp/ccKCcOQq.o(.text+0x48):/install/php/php-5.1.6/configure:12448: undefined reference to `pthread_create' /tmp/ccKCcOQq.o(.text+0x4f):/install/php/php-5.1.6/configure:12448: undefined reference to `__pthread_unregister_cancel' collect2: ld returned 1 exit status configure: failed program was: #line 12443 "configure" #include "confdefs.h" #include <pthread.h> int main() { pthread_t th; pthread_join(th, 0); pthread_attr_init(0); pthread_cleanup_push(0, 0); pthread_create(0,0,0,0); pthread_cleanup_pop(0); ; return 0; } configure:12417: checking whether pthreads work with -kthread configure:12452: gcc -o conftest -g -O2 -kthread conftest.c -lnsl 1>&5 gcc: unrecognized option '-kthread' /tmp/ccMPfC8D.o(.text+0x11): In function `main': /install/php/php-5.1.6/configure:12446: undefined reference to `pthread_join' /tmp/ccMPfC8D.o(.text+0x3b):/install/php/php-5.1.6/configure:12447: undefined reference to `__pthread_register_cancel' /tmp/ccMPfC8D.o(.text+0x48):/install/php/php-5.1.6/configure:12448: undefined reference to `pthread_create' /tmp/ccMPfC8D.o(.text+0x4f):/install/php/php-5.1.6/configure:12448: undefined reference to `__pthread_unregister_cancel' collect2: ld returned 1 exit status configure: failed program was: #line 12443 "configure" #include "confdefs.h" #include <pthread.h> int main() { pthread_t th; pthread_join(th, 0); pthread_attr_init(0); pthread_cleanup_push(0, 0); pthread_create(0,0,0,0); pthread_cleanup_pop(0); ; return 0; } configure:12423: checking for the pthreads library -llthread configure:12452: gcc -o conftest -g -O2 conftest.c -llthread -lnsl 1>&5 /usr/bin/ld: cannot find -llthread collect2: ld returned 1 exit status configure: failed program was: #line 12443 "configure" #include "confdefs.h" #include <pthread.h> int main() { pthread_t th; pthread_join(th, 0); pthread_attr_init(0); pthread_cleanup_push(0, 0); pthread_create(0,0,0,0); pthread_cleanup_pop(0); ; return 0; } configure:12417: checking whether pthreads work with -pthread configure:12452: gcc -o conftest -g -O2 -pthread conftest.c -lnsl 1>&5 configure:12484: checking for joinable pthread attribute configure:12493: gcc -o conftest -g -O2 -pthread conftest.c -lnsl 1>&5 configure:12535: checking if more special flags are required for pthreads configure:12553: checking for cc_r configure:12602: checking for sun_len in sys/un.h configure:12624: checking for fpos_t in stdio.h configure:12649: checking for sys/socket.h configure:12649: checking for netdb.h configure:12649: checking for netinet/in.h configure:12649: checking for arpa/inet.h configure:12689: checking for sys/time.h configure:12689: checking for limits.h configure:12689: checking for sys/param.h configure:12689: checking for unistd.h configure:12727: checking for a fileno() prototype in stdio.h configure:12776: checking whether cross-process locking is required by accept() configure:12795: checking whether va_arg(arg, long double) crashes the compiler configure:12804: gcc -c -g -O2 conftest.c 1>&5 configure:12820: checking for working const configure:12899: checking for strerror configure:12992: checking for sendmail configure:13037: checking whether system uses EBCDIC configure:13084: checking whether byte ordering is bigendian configure:13181: checking for socket configure:13209: gcc -o conftest -g -O2 conftest.c -lnsl 1>&5 configure:13438: checking for socketpair configure:13466: gcc -o conftest -g -O2 conftest.c -lnsl 1>&5 configure:13695: checking for htonl configure:13723: gcc -o conftest -g -O2 conftest.c -lnsl 1>&5 configure:13952: checking for gethostname configure:13980: gcc -o conftest -g -O2 conftest.c -lnsl 1>&5 configure:14209: checking for gethostbyaddr configure:14237: gcc -o conftest -g -O2 conftest.c -lnsl 1>&5 configure:14466: checking for yp_get_default_domain configure:14494: gcc -o conftest -g -O2 conftest.c -lnsl 1>&5 configure:14724: checking for dlopen configure:14752: gcc -o conftest -g -O2 conftest.c -lnsl 1>&5 /tmp/ccQVkfJe.o(.text+0xd): In function `main': /install/php/php-5.1.6/configure:14746: undefined reference to `dlopen' collect2: ld returned 1 exit status configure: failed program was: #line 14729 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char dlopen(); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dlopen(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_dlopen) || defined (__stub___dlopen) choke me #else dlopen(); #endif ; return 0; } configure:14770: checking for __dlopen configure:14798: gcc -o conftest -g -O2 conftest.c -lnsl 1>&5 /tmp/cc2qz0In.o(.text+0xd): In function `main': /install/php/php-5.1.6/configure:14792: undefined reference to `__dlopen' collect2: ld returned 1 exit status configure: failed program was: #line 14775 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __dlopen(); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char __dlopen(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub___dlopen) || defined (__stub_____dlopen) choke me #else __dlopen(); #endif ; return 0; } configure:14836: checking for dlopen in -ldl configure:14855: gcc -o conftest -g -O2 conftest.c -ldl -lnsl 1>&5 configure:14930: gcc -o conftest -g -O2 conftest.c -lnsl -ldl 1>&5 configure:14982: checking for sin in -lm configure:15035: checking for res_search configure:15063: gcc -o conftest -g -O2 conftest.c -lm -ldl -lnsl 1>&5 /tmp/ccUfmd6J.o(.text+0xd): In function `main': /install/php/php-5.1.6/configure:15057: undefined reference to `res_search' collect2: ld returned 1 exit status configure: failed program was: #line 15040 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char res_search(); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char res_search(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_res_search) || defined (__stub___res_search) choke me #else res_search(); #endif ; return 0; } configure:15081: checking for __res_search configure:15109: gcc -o conftest -g -O2 conftest.c -lm -ldl -lnsl 1>&5 /tmp/ccmHoBvV.o(.text+0xd): In function `main': /install/php/php-5.1.6/configure:15103: undefined reference to `__res_search' collect2: ld returned 1 exit status configure: failed program was: #line 15086 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __res_search(); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char __res_search(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub___res_search) || defined (__stub_____res_search) choke me #else __res_search(); #endif ; return 0; } configure:15147: checking for res_search in -lresolv configure:15166: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:15241: gcc -o conftest -g -O2 conftest.c -lm -ldl -lnsl -lresolv 1>&5 configure:15571: checking for inet_aton configure:15599: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:15967: checking for dn_skipname configure:15995: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 /tmp/ccq3XmOs.o(.text+0xd): In function `main': /install/php/php-5.1.6/configure:15989: undefined reference to `dn_skipname' collect2: ld returned 1 exit status configure: failed program was: #line 15972 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char dn_skipname(); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dn_skipname(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_dn_skipname) || defined (__stub___dn_skipname) choke me #else dn_skipname(); #endif ; return 0; } configure:16013: checking for __dn_skipname configure:16041: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16361: checking for ANSI C header files configure:16469: checking for dirent.h that defines DIR configure:16507: checking for opendir in -ldir configure:16647: checking for inttypes.h configure:16647: checking for stdint.h configure:16647: checking for dirent.h configure:16647: checking for ApplicationServices/ApplicationServices.h configure:16647: checking for sys/param.h configure:16647: checking for sys/types.h configure:16647: checking for sys/time.h configure:16647: checking for netinet/in.h configure:16647: checking for alloca.h configure:16647: checking for arpa/inet.h configure:16647: checking for arpa/nameser.h configure:16647: checking for assert.h configure:16647: checking for crypt.h configure:16647: checking for fcntl.h configure:16647: checking for grp.h configure:16647: checking for ieeefp.h configure:16647: checking for langinfo.h configure:16647: checking for limits.h configure:16647: checking for locale.h configure:16647: checking for monetary.h configure:16647: checking for mach-o/dyld.h configure:16647: checking for netdb.h configure:16647: checking for pwd.h configure:16647: checking for resolv.h configure:16647: checking for signal.h configure:16647: checking for stdarg.h configure:16647: checking for stdlib.h configure:16647: checking for string.h configure:16647: checking for syslog.h configure:16647: checking for sysexits.h configure:16647: checking for sys/ioctl.h configure:16647: checking for sys/file.h configure:16647: checking for sys/mman.h configure:16647: checking for sys/mount.h configure:16647: checking for sys/poll.h configure:16647: checking for sys/resource.h configure:16647: checking for sys/select.h configure:16647: checking for sys/socket.h configure:16647: checking for sys/statfs.h configure:16647: checking for sys/statvfs.h configure:16647: checking for sys/vfs.h configure:16647: checking for sys/sysexits.h configure:16647: checking for sys/varargs.h configure:16647: checking for sys/wait.h configure:16647: checking for termios.h configure:16647: checking for unistd.h configure:16647: checking for unix.h configure:16647: checking for utime.h configure:16647: checking for sys/utsname.h configure:16647: checking for sys/ipc.h configure:16647: checking for dlfcn.h configure:16647: checking for assert.h configure:16686: checking for fopencookie configure:16746: gcc -c -g -O2 conftest.c 1>&5 configure:16797: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure: In function 'main': configure:16790: warning: incompatible implicit declaration of built-in function 'exit' configure:16861: checking for broken getcwd configure:16876: checking for broken libc stdio configure:16937: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure: In function 'main': configure:16921: warning: incompatible implicit declaration of built-in function 'exit' configure: failed program was: #line 16909 "configure" #include "confdefs.h" #include <stdio.h> int main(int argc, char *argv[]) { FILE *fp; long position; char *filename = "/tmp/phpglibccheck"; fp = fopen(filename, "w"); if (fp == NULL) { perror("fopen"); exit(2); } fputs("foobar", fp); fclose(fp); fp = fopen(filename, "a+"); position = ftell(fp); fclose(fp); unlink(filename); if (position == 0) return 1; return 0; } configure:16965: checking whether struct tm is in sys/time.h or time.h configure:16999: checking for tm_zone in struct tm configure:17071: checking for missing declarations of reentrant functions configure:17080: gcc -c -g -O2 conftest.c 1>&5 configure:17105: gcc -c -g -O2 conftest.c 1>&5 configure:17130: gcc -c -g -O2 conftest.c 1>&5 configure:17155: gcc -c -g -O2 conftest.c 1>&5 configure:17180: gcc -c -g -O2 conftest.c 1>&5 configure:17201: checking for fclose declaration configure:17210: gcc -c -g -O2 conftest.c 1>&5 configure:17236: checking for tm_gmtoff in struct tm configure:17272: checking for struct flock configure:17314: checking for socklen_t configure:17357: checking size of intmax_t configure:17396: checking size of size_t configure:17435: checking size of ssize_t configure:17474: checking size of ptrdiff_t configure:17513: checking size of long long configure:17552: checking size of long long int configure:17591: checking size of long configure:17630: checking size of int configure:17670: checking for st_blksize in struct stat configure:17705: checking for st_blocks in struct stat configure:17745: checking for st_rdev in struct stat configure:17780: checking for size_t configure:17813: checking for uid_t in sys/types.h configure:17849: checking for struct sockaddr_storage configure:17883: checking for field sa_len in struct sockaddr configure:17920: checking for IPv6 support configure:17950: checking for vprintf configure:18133: checking for alphasort configure:18133: checking for asctime_r configure:18133: checking for chroot configure:18133: checking for ctime_r configure:18133: checking for cuserid configure:18133: checking for crypt configure:18133: checking for flock configure:18133: checking for ftok configure:18133: checking for funopen configure:18133: checking for gai_strerror configure:18133: checking for gcvt configure:18133: checking for getloadavg configure:18133: checking for getlogin configure:18133: checking for getprotobyname configure:18133: checking for getprotobynumber configure:18133: checking for getservbyname configure:18133: checking for getservbyport configure:18133: checking for getrusage configure:18133: checking for gettimeofday configure:18133: checking for gmtime_r configure:18133: checking for grantpt configure:18133: checking for inet_ntoa configure:18133: checking for inet_ntop configure:18133: checking for inet_pton configure:18133: checking for isascii configure:18133: checking for link configure:18133: checking for localtime_r configure:18133: checking for lockf configure:18133: checking for lchown configure:18133: checking for lrand48 configure:18133: checking for memcpy configure:18133: checking for memmove configure:18133: checking for mkstemp configure:18133: checking for mmap configure:18133: checking for nl_langinfo configure:18133: checking for perror configure:18133: checking for poll configure:18133: checking for ptsname configure:18133: checking for putenv configure:18133: checking for realpath configure:18133: checking for random configure:18133: checking for rand_r configure:18133: checking for regcomp configure:18133: checking for res_search configure:18133: checking for scandir configure:18133: checking for setitimer configure:18133: checking for setlocale configure:18133: checking for localeconv configure:18133: checking for setpgid configure:18133: checking for setsockopt configure:18133: checking for setvbuf configure:18133: checking for shutdown configure:18133: checking for sin configure:18133: checking for snprintf configure:18133: checking for srand48 configure:18133: checking for srandom configure:18133: checking for statfs configure:18133: checking for statvfs configure:18133: checking for std_syslog configure:18133: checking for strcasecmp configure:18133: checking for strcoll configure:18133: checking for strdup configure:18133: checking for strerror configure:18133: checking for strftime configure:18133: checking for strptime configure:18133: checking for strstr configure:18133: checking for strtok_r configure:18133: checking for symlink configure:18133: checking for tempnam configure:18133: checking for tzset configure:18133: checking for unlockpt configure:18133: checking for unsetenv configure:18133: checking for usleep configure:18133: checking for nanosleep configure:18133: checking for utime configure:18133: checking for vsnprintf configure:18187: checking for getaddrinfo configure:18277: checking for strlcat configure:18277: checking for strlcpy configure:18277: checking for getopt configure:18332: checking whether utime accepts a null argument configure:18379: checking for working alloca.h configure:18412: checking for alloca configure:18612: checking for declared timezone configure:18659: checking for type of reentrant time-related functions configure:18758: checking for readdir_r configure:18808: checking for type of readdir_r configure:18907: checking for in_addr_t configure:18963: checking whether to include gcov symbols configure:19123: checking whether to include debugging symbols configure:19156: checking layout of installed files configure:19190: checking path to configuration file configure:19226: checking where to scan for configuration files configure:19256: checking whether to enable safe mode by default configure:19291: checking for safe mode exec dir configure:19332: checking whether to enable PHP's own SIGCHLD handler configure:19369: checking whether to enable magic quotes by default configure:19406: checking whether to enable runpaths configure:19431: checking whether to explicitly link against libgcc configure:19510: checking whether to enable short tags by default configure:19547: checking whether to enable dmalloc configure:19635: checking whether to enable IPv6 support configure:19665: checking how big to make fd sets configure:19685: checking whether to enable versioning configure:19733: checking whether to enable LIBXML support configure:19780: checking libxml2 install dir configure:19809: checking for xml2-config path configure:19966: checking whether libxml build works configure:20346: checking for OpenSSL support configure:20392: checking for Kerberos support configure:20710: checking for krb5-config configure:21085: checking for pkg-config configure:21759: checking for PCRE support configure:22567: checking for ZLIB support configure:22613: checking if the location of ZLIB install directory is defined configure:23047: checking for gzgets in -lz configure:23204: checking whether to enable bc style precision math functions configure:23560: checking for BZip2 support configure:24194: checking whether to enable calendar conversion support configure:24529: checking whether to enable ctype functions configure:24864: checking for CURL support configure:24910: checking if we should use CURL for url streams configure:24937: checking for CURL in default path configure:24955: checking for cURL 7.10.5 or greater configure:24975: checking for SSL support in libcurl configure:24985: checking for SSL library used configure:24999: checking for openssl/crypto.h configure:25408: checking for curl_easy_perform in -lcurl configure:25562: checking for curl_version_info in -lcurl configure:25915: checking size of long configure:25954: checking size of int configure:25994: checking for int32_t configure:26042: checking for uint32_t configure:26099: checking for sys/types.h configure:26099: checking for inttypes.h configure:26099: checking for stdint.h configure:26099: checking for string.h configure:26099: checking for stdlib.h configure:26139: checking for strtoll configure:26139: checking for atoll configure:26139: checking for strftime configure:26594: checking whether to enable DBA configure:26940: checking for QDBM support configure:27275: checking for GDBM support configure:27596: checking for NDBM support configure:27901: checking for Berkeley DB4 support configure:28227: checking for Berkeley DB3 support configure:28553: checking for Berkeley DB2 support configure:28797: checking for DB1 support configure:29156: checking for DBM support configure:29513: checking for CDB support configure:29567: checking for INI File support configure:29621: checking for FlatFile support configure:29636: checking whether to enable DBA interface configure:29950: checking whether to enable dbase support configure:30285: checking whether to enable DOM support configure:30363: checking for xml2-config path configure:30520: checking whether libxml build works configure:30958: checking whether to enable EXIF (metadata from images) support configure:31293: checking for FrontBase SQL92 (fbsql) support configure:31787: checking for FDF support configure:32603: checking whether to enable the bundled filePro support configure:32938: checking whether to enable FTP support configure:32984: checking OpenSSL dir for FTP configure:33985: checking for GD support configure:34032: checking for the location of libjpeg configure:34059: checking for the location of libpng configure:34112: checking for the location of libXpm configure:34137: checking for FreeType 1.x support configure:34162: checking for FreeType 2 configure:34187: checking for T1lib support configure:34212: checking whether to enable truetype string function in GD configure:34237: checking whether to enable JIS-mapped Japanese font support in GD configure:34291: checking for fabsf configure:34291: checking for floorf configure:34467: checking for jpeg_read_header in -ljpeg configure:34766: checking for png_write_image in -lpng configure:41994: checking for GNU gettext support configure:42052: checking for bindtextdomain in -lintl configure:42093: checking for bindtextdomain in -lc configure:42564: checking for ngettext in -lc configure:42607: checking for dngettext in -lc configure:42650: checking for dcngettext in -lc configure:42693: checking for bind_textdomain_codeset in -lc configure:42742: checking for GNU MP support configure:43513: checking whether to enable hash support configure:43563: checking whether byte ordering is bigendian configure:43614: checking size of short configure:43653: checking size of int configure:43692: checking size of long configure:43731: checking size of long long configure:44086: checking for hwapi support configure:44873: checking for iconv support configure:44935: checking for iconv configure:45548: checking if iconv is glibc's configure:45557: gcc -o conftest -I/usr/local/include -g -O2 -L/usr/local/lib -Wl,-rpath,/usr/kerberos/lib -L/usr/kerberos/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpng -lz -ljpeg -lcurl -lz -lresolv -lm -ldl -lnsl -lxml2 -lz -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz -lxml2 -lz -lm -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz 1>&5 configure:45790: checking if iconv supports errno configure:45825: gcc -o conftest -I/usr/local/include -g -O2 -L/usr/local/lib -Wl,-rpath,/usr/kerberos/lib -L/usr/kerberos/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpng -lz -ljpeg -lcurl -lz -lresolv -lm -ldl -lnsl -lxml2 -lz -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz -lxml2 -lz -lm -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz 1>&5 /tmp/cc8hkrNb.o(.text+0x17): In function `main': /install/php/php-5.1.6/configure:45811: undefined reference to `libiconv_open' /tmp/cc8hkrNb.o(.text+0x28):/install/php/php-5.1.6/configure:45819: undefined reference to `libiconv_close' collect2: ld returned 1 exit status configure: failed program was: #line 45804 "configure" #include "confdefs.h" #include </usr/local/include/iconv.h> #include <errno.h> int main() { iconv_t cd; cd = iconv_open( "*blahblah*", "*blahblah*" ); if (cd == (iconv_t)(-1)) { if (errno == EINVAL) { return 0; } else { return 1; } } iconv_close( cd ); return 2; } configure:45857: checking if your cpp allows macro usage in include lines configure:45869: gcc -c -I/usr/local/include -g -O2 conftest.c 1>&5 configure:46213: checking for IMAP support configure:46259: checking for IMAP Kerberos support configure:46284: checking for IMAP SSL support configure:48444: checking for Informix support configure:49057: checking for InterBase support configure:49983: checking for LDAP support configure:50029: checking for LDAP Cyrus SASL support configure:52833: checking whether to enable multibyte string support configure:52879: checking whether to enable multibyte regex support configure:52904: checking for external libmbfl configure:52940: checking for variable length prototypes and stdarg.h configure:52974: gcc -o conftest -I/usr/local/include -g -O2 -L/usr/local/lib -Wl,-rpath,/usr/kerberos/lib -L/usr/kerberos/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lpng -lz -ljpeg -lcurl -lz -lresolv -lm -ldl -lnsl -lxml2 -lz -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz -lxml2 -lz -lm -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz 1>&5 configure:52995: checking for stdlib.h configure:52995: checking for string.h configure:52995: checking for strings.h configure:52995: checking for unistd.h configure:52995: checking for sys/time.h configure:52995: checking for sys/times.h configure:53032: checking size of int configure:53071: checking size of short configure:53110: checking size of long configure:53149: checking for working const configure:53224: checking whether time.h and sys/time.h may both be included configure:53261: checking for working alloca.h configure:53294: checking for alloca configure:53493: checking for 8-bit clean memcmp configure:54489: checking for mcrypt support configure:54545: checking for libmcrypt version configure:54670: checking for mcrypt_module_open in -lmcrypt configure:55320: checking for mhash support configure:55794: checking whether to include mime_magic support configure:56151: checking for MING support configure:57083: checking for mSQL support configure:57594: checking for MSSQL support via FreeTDS configure:58244: checking for MySQL support configure:58290: checking for specified location of the MySQL UNIX socket configure:58347: checking for MySQL UNIX socket location configure:58533: checking for mysql_close in -lmysqlclient configure:59445: checking for MySQLi support configure:59491: checking whether to enable embedded MySQLi support configure:60258: checking for ncurses support configure:61345: checking for Oracle (OCI8) support configure:65559: checking for Adabas support configure:65757: checking for SAP DB support configure:65887: checking for Solid support configure:66031: checking for IBM DB2 support configure:66150: checking for ODBCRouter.com support configure:66210: checking for Empress support configure:66280: checking for Empress local access support configure:66366: checking for Birdstep support configure:66476: checking for a custom ODBC support configure:66510: checking for iODBC support configure:66652: checking for Easysoft ODBC-ODBC Bridge support configure:66712: checking for unixODBC support configure:66777: checking for DBMaker support configure:67372: checking whether to enable pcntl support configure:67939: checking whether to enable PDO support configure:68365: checking for PDO_DBLIB support via FreeTDS configure:69072: checking for Firebird support for PDO configure:70046: checking for MySQL support for PDO configure:70980: checking Oracle OCI support for PDO configure:73467: checking for ODBC v3 support for PDO configure:74581: checking for PostgreSQL support for PDO configure:75752: checking for sqlite 3 driver for PDO configure:75798: checking for sqlite 3 support for PDO configure:77275: checking for PostgreSQL support configure:78726: checking whether to enable POSIX-like functions configure:79060: checking for sys/mkdev.h configure:79100: checking for seteuid configure:79100: checking for setegid configure:79100: checking for setsid configure:79100: checking for getsid configure:79100: checking for setpgid configure:79100: checking for getpgid configure:79100: checking for ctermid configure:79100: checking for mkfifo configure:79100: checking for mknod configure:79100: checking for getrlimit configure:79100: checking for getlogin configure:79100: checking for getgroups configure:79100: checking for makedev configure:79158: checking for PSPELL support configure:79889: checking for libedit readline replacement configure:79936: checking for readline support configure:81575: checking for recode support configure:82385: checking whether to enable reflection support configure:82702: checking whether to enable PHP sessions configure:82748: checking for mm support configure:82773: checking whether pwrite works configure:82893: checking whether pread works configure:83486: checking whether to enable shmop support configure:83821: checking whether to enable SimpleXML support configure:83899: checking for xml2-config path configure:84056: checking whether libxml build works configure:84459: checking for SNMP support configure:84505: checking OpenSSL dir for SNMP configure:86278: checking whether to enable UCD SNMP hack configure:86304: checking whether to enable SOAP support configure:86904: checking whether to enable sockets support configure:86949: checking for struct cmsghdr configure:86989: checking for hstrerror configure:87045: checking for netdb.h configure:87045: checking for netinet/tcp.h configure:87045: checking for sys/un.h configure:87045: checking for errno.h configure:87092: gcc -c -I/usr/local/include -g -O2 conftest.c 1>&5 configure:87399: checking for socketpair configure:87427: gcc -o conftest -I/usr/local/include -g -O2 -L/usr/local/lib -Wl,-rpath,/usr/kerberos/lib -L/usr/kerberos/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lmysqlclient -lmhash -lmcrypt -lltdl -lpng -lz -ljpeg -lcurl -lz -lresolv -lm -ldl -lnsl -lxml2 -lz -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz -lxml2 -lz -lm -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lxml2 -lz -lm 1>&5 configure:87513: checking for gethostbyname2 configure:87541: gcc -o conftest -I/usr/local/include -g -O2 -L/usr/local/lib -Wl,-rpath,/usr/kerberos/lib -L/usr/kerberos/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lmysqlclient -lmhash -lmcrypt -lltdl -lpng -lz -ljpeg -lcurl -lz -lresolv -lm -ldl -lnsl -lxml2 -lz -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz -lxml2 -lz -lm -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lxml2 -lz -lm 1>&5 configure:87627: checking enable SPL suppport configure:87675: checking whether zend_object_value is packed configure:87694: gcc -o conftest -I/usr/local/include -g -O2 -I/usr/include/libxml2 -I/usr/kerberos/include -I/usr/local/include -I/install/php/php-5.1.6/ext/date/lib -I/install/php/php-5.1.6/ext/mbstring/oniguruma -I/install/php/php-5.1.6/ext/mbstring/libmbfl -I/install/php/php-5.1.6/ext/mbstring/libmbfl/mbfl -I/usr/include/mysql -I/install/php/php-5.1.6 -L/usr/local/lib -Wl,-rpath,/usr/kerberos/lib -L/usr/kerberos/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lmysqlclient -lmhash -lmcrypt -lltdl -lpng -lz -ljpeg -lcurl -lz -lresolv -lm -ldl -lnsl -lxml2 -lz -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz -lxml2 -lz -lm -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lxml2 -lz -lm 1>&5 configure:88008: checking for sqlite support configure:88054: checking whether to enable UTF-8 support in sqlite (default: ISO-8859-1) configure:88085: checking for PDO includes configure:88091: checking for PDO includes configure:88427: checking for lemon configure:88857: checking size of char * configure:88938: checking for usleep configure:88938: checking for nanosleep configure:88994: checking for time.h configure:89041: checking for getcwd configure:89041: checking for getwd configure:89041: checking for asinh configure:89041: checking for acosh configure:89041: checking for atanh configure:89041: checking for log1p configure:89041: checking for hypot configure:89098: checking for crypt in -lcrypt configure:89146: checking for standard DES crypt configure:89207: checking for extended DES crypt configure:89268: checking for MD5 crypt configure:89367: checking for Blowfish crypt configure:89435: checking whether flush should be called explicitly after a buffered io configure:89642: checking which regex library to use configure:89647: checking for working fnmatch configure:89688: checking whether rounding works as expected configure:89709: gcc -o conftest -I/usr/local/include -g -O2 -L/usr/local/lib -Wl,-rpath,/usr/kerberos/lib -L/usr/kerberos/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lmysqlclient -lmhash -lmcrypt -lltdl -lpng -lz -ljpeg -lcurl -lz -lresolv -lm -ldl -lnsl -lxml2 -lz -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz -lxml2 -lz -lm -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lxml2 -lz -lm -lcrypt 1>&5 configure: failed program was: #line 89696 "configure" #include "confdefs.h" #include <math.h> /* keep this out-of-line to prevent use of gcc inline floor() */ double somefn(double n) { return floor(n*pow(10,2) + 0.5); } int main() { return somefn(0.045)/10.0 != 0.5; } configure:89741: checking for fork configure:89803: checking if your OS can spawn processes with inherited handles configure:89820: checking for glob configure:89820: checking for strfmon configure:89820: checking for nice configure:89886: checking for res_nmkquery configure:89914: gcc -o conftest -I/usr/local/include -g -O2 -L/usr/local/lib -Wl,-rpath,/usr/kerberos/lib -L/usr/kerberos/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lmysqlclient -lmhash -lmcrypt -lltdl -lpng -lz -ljpeg -lcurl -lz -lresolv -lm -ldl -lnsl -lxml2 -lz -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz -lxml2 -lz -lm -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lxml2 -lz -lm -lcrypt 1>&5 /tmp/ccOhbiPP.o(.text+0xd): In function `main': /install/php/php-5.1.6/configure:89908: undefined reference to `res_nmkquery' collect2: ld returned 1 exit status configure: failed program was: #line 89891 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char res_nmkquery(); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char res_nmkquery(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_res_nmkquery) || defined (__stub___res_nmkquery) choke me #else res_nmkquery(); #endif ; return 0; } configure:89932: checking for __res_nmkquery configure:89960: gcc -o conftest -I/usr/local/include -g -O2 -L/usr/local/lib -Wl,-rpath,/usr/kerberos/lib -L/usr/kerberos/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lmysqlclient -lmhash -lmcrypt -lltdl -lpng -lz -ljpeg -lcurl -lz -lresolv -lm -ldl -lnsl -lxml2 -lz -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz -lxml2 -lz -lm -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lxml2 -lz -lm -lcrypt 1>&5 configure:90421: checking for res_nsend configure:90449: gcc -o conftest -I/usr/local/include -g -O2 -L/usr/local/lib -Wl,-rpath,/usr/kerberos/lib -L/usr/kerberos/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lmysqlclient -lmhash -lmcrypt -lltdl -lpng -lz -ljpeg -lcurl -lz -lresolv -lm -ldl -lnsl -lxml2 -lz -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz -lxml2 -lz -lm -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lxml2 -lz -lm -lcrypt 1>&5 /tmp/ccm3hFGu.o(.text+0xd): In function `m