LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 2535|回复: 13

configure: error: mysql configure failed. Please check config.log for more inf

[复制链接]
发表于 2005-3-27 16:35:50 | 显示全部楼层 |阅读模式
编译PHP5.03的时候出现这个问题,请大家帮忙看看
[root@localhost php-5.0.3]# ./configure
--with-apxs2filter=/usr/local/apache2/bin/apxs
--with-mysql=/usr/local/mysql
--with-sysconf-path=/etc/httpd
--with-zlib=/usr/local/zlib
--with-gd=/usr/local/gd
--with-system-regex
错误:
configure: error: mysql configure failed. Please check config.log for more information.

去掉--with-mysql=/usr/local/mysql编译则没有问题
但是MYSQL很正常,没有什么问题。
系统turbolinux10
安装软件包:
libxml2升级到2.6.6
zlib-1.2.2.tar.gz
gd-2.0.33.tar.gz
mysql-standard-5.0.1-alpha-snapshot-pc-linux-i686-icc.tar.gz
httpd-2.0.53.tar.gz
php-5.0.3.tar.gz

jdk-1_5_0_02-linux-i586.bin(还没有装)
jakarta-tomcat-5.5.8.tar.gz(还没有装)
上面的排列也是我的安装循序。
发表于 2005-3-27 19:39:15 | 显示全部楼层
很显然mysql的安装路径不对啊,或者没装,或者指定的路径不对,输入./configure --help看看,然后检查一下。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-3-27 19:43:11 | 显示全部楼层
但是MYSQL很正常,没有什么问题。
系统turbolinux10
安装软件包:
libxml2升级到2.6.6
zlib-1.2.2.tar.gz
gd-2.0.33.tar.gz
mysql-standard-5.0.1-alpha-snapshot-pc-linux-i686-icc.tar.gz
[mysql安装路径/usr/local/mysql   运行一切正常]
httpd-2.0.53.tar.gz
php-5.0.3.tar.gz
到了这里就进行不下去了
jdk-1_5_0_02-linux-i586.bin(还没有装)
jakarta-tomcat-5.5.8.tar.gz(还没有装)
上面的排列也是我的安装循序
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-3-27 20:00:03 | 显示全部楼层
这是我安装mysql的步骤:

#cd /usr/local
#tar zxvf mysql-standard-5.0.1-alpha-snapshot-pc-linux-i686-icc.tar.gz
#ln -s mysql-standard-5.0.1-alpha-snapshot-pc-linux-i686-icc mysql
然后执行:
#cd mysql
#scripts/mysql_install_db --user=mysql
#chown -R root .
#chown -R mysql data
#chgrp -R mysql .
#bin/mysqld_safe --user=mysql &
(2)测试,
#cd /usr/local/mysql/bin
#./mysql

然后加密码一切都很顺利。
# cd /etc/rc.d/init.d
# cp /usr/local/mysql/support-files/mysql.server mysql
# chmod +x mysql
# /etc/rc.d/init.d/mysql start
# /usr/local/mysql/bin/mysql -u root -p
passwor:********
mysql> show databases;
+----------+

| Database |

+----------+

| mysql |

| test |

+----------+

就是到了安装PHP的时候就是无法编译。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-3-27 20:27:55 | 显示全部楼层
这么多人,难道就没有一个人可以帮我???
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-3-27 20:52:36 | 显示全部楼层
谁能帮帮我阿???
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-3-27 21:06:24 | 显示全部楼层
版主们都在干嘛???就不愿意帮帮我这个小菜??
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-3-27 21:09:58 | 显示全部楼层
真的这么绝情???55555555555
回复 支持 反对

使用道具 举报

发表于 2005-3-28 00:50:54 | 显示全部楼层
config.log

把log帖上来看看???

不是绝情,主要是大家得验证,也需要一个过程 。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-3-28 01:49:49 | 显示全部楼层
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:1633: checking host system type
configure:1721: checking for gcc
configure:1834: checking whether the C compiler (gcc  ) works
configure:1850: gcc -o conftest    conftest.c  1>&5
configure:1876: checking whether the C compiler (gcc  ) is a cross-compiler
configure:1881: checking whether we are using GNU C
configure:1890: gcc -E conftest.c
configure:1909: checking whether gcc accepts -g
configure:1942: checking whether gcc and cc understand -c and -o together
configure:1957: gcc -c conftest.c -o conftest.o 1>&5
configure:1958: gcc -c conftest.c -o conftest.o 1>&5
configure:1963: cc -c conftest.c 1>&5
configure:1965: cc -c conftest.c -o conftest.o 1>&5
configure:1966: cc -c conftest.c -o conftest.o 1>&5
configure:1993: checking how to run the C preprocessor
configure:2014: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2074: checking for AIX
configure:2101: checking if compiler supports -R
configure:2116: gcc -o conftest -g -O2   conftest.c -R /usr/lib  1>&5
gcc: unrecognized option `-R'
/usr/lib: file not recognized: Is a directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 2109 "configure"
#include "confdefs.h"

int main() {

; return 0; }
configure:2134: checking if compiler supports -Wl,-rpath,
configure:2149: gcc -o conftest -g -O2   conftest.c -Wl,-rpath,/usr/lib  1>&5
configure:2175: checking for re2c
configure:2206: checking for ranlib
configure:2234: checking whether ln -s works
configure:2259: checking for mawk
configure:2259: checking for gawk
configure:2293: checking for bison
configure:2327: checking bison version
configure:2337: checking for flex
configure:2371: checking for yywrap in -lfl
configure:2390: gcc -o conftest -g -O2   conftest.c -lfl   1>&5
configure:2414: checking lex output file root
configure:2435: checking whether yytext is a pointer
configure:2454: gcc -o conftest -g -O2   conftest.c  -lfl 1>&5
configure:2478: checking for working const
configure:2532: gcc -c -g -O2  conftest.c 1>&5
configure:2557: checking flex version
configure:2685: gcc -o conftest -g -O2   conftest.c  1>&5
/tmp/ccG5Ct2n.o(.text+0x28): In function `main':
/www/php-5.0.3/configure:2680: undefined reference to `pthread_mutexattr_init'
/tmp/ccG5Ct2n.o(.text+0x3c):/www/php-5.0.3/configure:2681: undefined reference to `pthread_create'
collect2: ld returned 1 exit status
configure: failed program was:
#line 2667 "configure"
#include "confdefs.h"

#include <pthread.h>
#include <stddef.h>

void *thread_routine(void *data) {
    return data;
}

int main() {
    pthread_t thd;
    pthread_mutexattr_t mattr;
    int data = 1;
    pthread_mutexattr_init(&mattr);
    return pthread_create(&thd, NULL, thread_routine, &data);
}
configure:2705: checking for pthreads_cflags
configure:2738: gcc -o conftest -g -O2 -kthread   conftest.c  1>&5
gcc: unrecognized option `-kthread'
/tmp/cc4C2IYg.o(.text+0x28): In function `main':
/www/php-5.0.3/configure:2733: undefined reference to `pthread_mutexattr_init'
/tmp/cc4C2IYg.o(.text+0x3c):/www/php-5.0.3/configure:2734: undefined reference to `pthread_create'
collect2: ld returned 1 exit status
configure: failed program was:
#line 2720 "configure"
#include "confdefs.h"

#include <pthread.h>
#include <stddef.h>

void *thread_routine(void *data) {
    return data;
}

int main() {
    pthread_t thd;
    pthread_mutexattr_t mattr;
    int data = 1;
    pthread_mutexattr_init(&mattr);
    return pthread_create(&thd, NULL, thread_routine, &data);
}
configure:2738: gcc -o conftest -g -O2 -pthread   conftest.c  1>&5
configure:2768: checking for pthreads_lib
configure:2894: checking for AOLserver support
configure:3116: checking for Apache 1.x module support via DSO through APXS
configure:3401: checking for Apache 1.x module support
configure:4190: checking for member fd in BUFF *
configure:4209: gcc -c -g -O2   conftest.c 1>&5
configure:4203:19: httpd.h: No such file or directory
configure: In function `main':
configure:4205: error: `conn_rec' undeclared (first use in this function)
configure:4205: error: (Each undeclared identifier is reported only once
configure:4205: error: for each function it appears in.)
configure:4205: error: `c' undeclared (first use in this function)
configure: failed program was:
#line 4202 "configure"
#include "confdefs.h"
#include <httpd.h>
int main() {
conn_rec *c; int fd = c->client->fd;
; return 0; }
configure:4233: checking for mod_charset compatibility option
configure:4300: checking for Apache 2.0 filter-module support via DSO through APXS
configure:5050: checking for Apache 2.0 handler-module support via DSO through APXS
configure:5800: checking for Apache 1.x (hooks) module support via DSO through APXS
configure:6372: checking for Apache 1.x (hooks) module support
configure:7158: checking for mod_charset compatibility option
configure:7226: checking for Caudium support
configure:7538: checking for CLI build
configure:7594: checking for Continuity support
configure:7821: checking for embedded SAPI library support
configure:8006: checking for Zeus ISAPI support
configure:8218: checking for Milter support
configure:8473: checking for NSAPI support
configure:8796: checking for PHTTPD support
configure:9007: checking for Pi3Web support
configure:9318: checking for Roxen/Pike support
configure:9789: checking for thttpd
configure:9997: checking for TUX
configure:10213: checking for webjames
configure:10613: checking for chosen SAPI module
configure:11518: checking for missing declarations of reentrant functions
configure:11527: gcc -c -g -O2  conftest.c 1>&5
configure:11552: gcc -c -g -O2  conftest.c 1>&5
configure:11577: gcc -c -g -O2  conftest.c 1>&5
configure:11602: gcc -c -g -O2  conftest.c 1>&5
configure:11627: gcc -c -g -O2  conftest.c 1>&5
configure:11651: checking for sendmail
configure:11692: checking whether system uses EBCDIC
configure:11711: gcc -o conftest -g -O2   conftest.c  1>&5
configure: failed program was:
#line 11703 "configure"
#include "confdefs.h"

int main(void) {
  return (unsigned char)'A' != (unsigned char)0xC1;
}

configure:11785: checking for socket
configure:11813: gcc -o conftest -g -O2   conftest.c  1>&5
configure:12042: checking for htonl
configure:12070: gcc -o conftest -g -O2   conftest.c  1>&5
configure:12299: checking for gethostname
configure:12327: gcc -o conftest -g -O2   conftest.c  1>&5
configure:12556: checking for gethostbyaddr
configure:12584: gcc -o conftest -g -O2   conftest.c  1>&5
configure:12813: checking for yp_get_default_domain
configure:12841: gcc -o conftest -g -O2   conftest.c  1>&5
/tmp/cc6bMZe2.o(.text+0x9): In function `main':
/www/php-5.0.3/configure:12835: undefined reference to `yp_get_default_domain'
collect2: ld returned 1 exit status
configure: failed program was:
#line 12818 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char yp_get_default_domain(); 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 yp_get_default_domain();

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_yp_get_default_domain) || defined (__stub___yp_get_default_domain)
choke me
#else
yp_get_default_domain();
#endif

; return 0; }
configure:12859: checking for __yp_get_default_domain
configure:12887: gcc -o conftest -g -O2   conftest.c  1>&5
/tmp/ccwSrgQf.o(.text+0x9): In function `main':
/www/php-5.0.3/configure:12881: undefined reference to `__yp_get_default_domain'
collect2: ld returned 1 exit status
configure: failed program was:
#line 12864 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char __yp_get_default_domain(); 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 __yp_get_default_domain();

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___yp_get_default_domain) || defined (__stub_____yp_get_default_domain)
choke me
#else
__yp_get_default_domain();
#endif

; return 0; }
configure:12925: checking for yp_get_default_domain in -lnsl
configure:12944: gcc -o conftest -g -O2   conftest.c -lnsl   1>&5
configure:13019: gcc -o conftest -g -O2   conftest.c  -lnsl 1>&5
configure:13071: checking for dlopen
configure:13099: gcc -o conftest -g -O2   conftest.c -lnsl  1>&5
/tmp/ccUhneNR.o(.text+0x9): In function `main':
/www/php-5.0.3/configure:13093: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure: failed program was:
#line 13076 "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:13117: checking for __dlopen
configure:13145: gcc -o conftest -g -O2   conftest.c -lnsl  1>&5
/tmp/ccsSFJu5.o(.text+0x9): In function `main':
/www/php-5.0.3/configure:13139: undefined reference to `__dlopen'
collect2: ld returned 1 exit status
configure: failed program was:
#line 13122 "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:13183: checking for dlopen in -ldl
configure:13202: gcc -o conftest -g -O2   conftest.c -ldl  -lnsl  1>&5
configure:13277: gcc -o conftest -g -O2   conftest.c -lnsl  -ldl 1>&5
configure:13329: checking for sin in -lm
configure:13348: gcc -o conftest -g -O2   conftest.c -lm  -ldl -lnsl  1>&5
configure:13341: warning: conflicting types for built-in function `sin'
configure:13382: checking for res_search
configure:13410: gcc -o conftest -g -O2   conftest.c -lm -ldl -lnsl  1>&5
/tmp/ccgC1hZD.o(.text+0x9): In function `main':
/www/php-5.0.3/configure:13404: undefined reference to `res_search'
collect2: ld returned 1 exit status
configure: failed program was:
#line 13387 "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:13428: checking for __res_search
configure:13456: gcc -o conftest -g -O2   conftest.c -lm -ldl -lnsl  1>&5
/tmp/ccmCxonS.o(.text+0x9): In function `main':
/www/php-5.0.3/configure:13450: undefined reference to `__res_search'
collect2: ld returned 1 exit status
configure: failed program was:
#line 13433 "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:13494: checking for res_search in -lresolv
configure:13513: gcc -o conftest -g -O2   conftest.c -lresolv  -lm -ldl -lnsl  1>&5
configure:13588: gcc -o conftest -g -O2   conftest.c -lm -ldl -lnsl  -lresolv 1>&5
configure:13918: checking for inet_aton
configure:13946: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:14314: checking for dn_skipname
configure:14342: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
/tmp/ccmuqLYN.o(.text+0x9): In function `main':
/www/php-5.0.3/configure:14336: undefined reference to `dn_skipname'
collect2: ld returned 1 exit status
configure: failed program was:
#line 14319 "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:14360: checking for __dn_skipname
configure:14388: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:14708: checking for ANSI C header files
configure:14721: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:14788: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:14816: checking for dirent.h that defines DIR
configure:14829: gcc -c -g -O2  conftest.c 1>&5
configure:14854: checking for opendir in -ldir
configure:14873: gcc -o conftest -g -O2   conftest.c -ldir  -lresolv -lm -ldl -lnsl  1>&5
/usr/bin/ld: cannot find -ldir
collect2: ld returned 1 exit status
configure: failed program was:
#line 14862 "configure"
#include "confdefs.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 opendir();

int main() {
opendir()
; return 0; }
configure:14939: checking for fclose declaration
configure:14948: gcc -c -g -O2  conftest.c 1>&5
configure:15027: checking for dirent.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for ApplicationServices/ApplicationServices.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15033:53: ApplicationServices/ApplicationServices.h: No such file or directory
configure: failed program was:
#line 15032 "configure"
#include "confdefs.h"
#include <ApplicationServices/ApplicationServices.h>
configure:15027: checking for sys/param.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for sys/types.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for sys/time.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for netinet/in.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for alloca.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for arpa/inet.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for arpa/nameser.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for assert.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for crypt.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for fcntl.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for grp.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for ieeefp.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15033:20: ieeefp.h: No such file or directory
configure: failed program was:
#line 15032 "configure"
#include "confdefs.h"
#include <ieeefp.h>
configure:15027: checking for langinfo.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for limits.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for locale.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for monetary.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for mach-o/dyld.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15033:25: mach-o/dyld.h: No such file or directory
configure: failed program was:
#line 15032 "configure"
#include "confdefs.h"
#include <mach-o/dyld.h>
configure:15027: checking for netdb.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for pwd.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for resolv.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for signal.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for stdarg.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for stdlib.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for string.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for syslog.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for sysexits.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for sys/bitypes.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for sys/ioctl.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for sys/file.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for sys/mman.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for sys/mount.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for sys/poll.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for sys/resource.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for sys/select.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for sys/socket.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for sys/statfs.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for sys/statvfs.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for sys/vfs.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for sys/sysexits.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15033:26: sys/sysexits.h: No such file or directory
configure: failed program was:
#line 15032 "configure"
#include "confdefs.h"
#include <sys/sysexits.h>
configure:15027: checking for sys/varargs.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15033:25: sys/varargs.h: No such file or directory
configure: failed program was:
#line 15032 "configure"
#include "confdefs.h"
#include <sys/varargs.h>
configure:15027: checking for sys/wait.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for termios.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for unistd.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for unix.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15033:18: unix.h: No such file or directory
configure: failed program was:
#line 15032 "configure"
#include "confdefs.h"
#include <unix.h>
configure:15027: checking for utime.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for sys/utsname.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for sys/ipc.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for dlfcn.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15027: checking for inttypes.h
configure:15037: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15066: checking for fopencookie
configure:15094: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:15125: gcc -c -g -O2  conftest.c 1>&5
configure:15177: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:15238: checking for broken getcwd
configure:15253: checking for broken libc stdio
configure:15314: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure: failed program was:
#line 15286 "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:15342: checking whether struct tm is in sys/time.h or time.h
configure:15355: gcc -c -g -O2  conftest.c 1>&5
configure:15376: checking for tm_zone in struct tm
configure:15389: gcc -c -g -O2  conftest.c 1>&5
configure:15448: checking for tm_gmtoff in struct tm
configure:15461: gcc -c -g -O2  conftest.c 1>&5
configure:15484: checking for struct flock
configure:15499: gcc -c -g -O2  conftest.c 1>&5
configure:15526: checking for socklen_t
configure:15543: gcc -c -g -O2  conftest.c 1>&5
configure:15569: checking size of intmax_t
configure:15588: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure: In function `main':
configure:15583: error: `intmax_t' undeclared (first use in this function)
configure:15583: error: (Each undeclared identifier is reported only once
configure:15583: error: for each function it appears in.)
configure: failed program was:
#line 15577 "configure"
#include "confdefs.h"
#include <stdio.h>
main()
{
  FILE *f=fopen("conftestval", "w");
  if (!f) exit(1);
  fprintf(f, "%d\n", sizeof(intmax_t));
  exit(0);
}
configure:15608: checking size of size_t
configure:15627: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:15647: checking size of ssize_t
configure:15666: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure: In function `main':
configure:15661: error: `ssize_t' undeclared (first use in this function)
configure:15661: error: (Each undeclared identifier is reported only once
configure:15661: error: for each function it appears in.)
configure: failed program was:
#line 15655 "configure"
#include "confdefs.h"
#include <stdio.h>
main()
{
  FILE *f=fopen("conftestval", "w");
  if (!f) exit(1);
  fprintf(f, "%d\n", sizeof(ssize_t));
  exit(0);
}
configure:15686: checking size of ptrdiff_t
configure:15705: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure: In function `main':
configure:15700: error: `ptrdiff_t' undeclared (first use in this function)
configure:15700: error: (Each undeclared identifier is reported only once
configure:15700: error: for each function it appears in.)
configure: failed program was:
#line 15694 "configure"
#include "confdefs.h"
#include <stdio.h>
main()
{
  FILE *f=fopen("conftestval", "w");
  if (!f) exit(1);
  fprintf(f, "%d\n", sizeof(ptrdiff_t));
  exit(0);
}
configure:15725: checking size of long long
configure:15744: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:15764: checking size of long long int
configure:15783: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:15803: checking size of long
configure:15822: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:15842: checking size of int
configure:15861: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:15882: checking for st_blksize in struct stat
configure:15895: gcc -c -g -O2  conftest.c 1>&5
configure:15917: checking for st_blocks in struct stat
configure:15930: gcc -c -g -O2  conftest.c 1>&5
configure:15957: checking for st_rdev in struct stat
configure:15970: gcc -c -g -O2  conftest.c 1>&5
configure:15992: checking for size_t
configure:16025: checking for uid_t in sys/types.h
configure:16060: checking for struct sockaddr_storage
configure:16073: gcc -c -g -O2  conftest.c 1>&5
configure:16105: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:16101: error: structure has no member named `sa_len'
configure: failed program was:
#line 16095 "configure"
#include "confdefs.h"

#include <sys/types.h>
#include <sys/socket.h>

int main() {
static struct sockaddr sa; int n = (int) sa.sa_len; return n
; return 0; }
configure:16118: checking for IPv6 support
configure:16132: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16150: checking for vprintf
configure:16178: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16162: warning: conflicting types for built-in function `vprintf'
configure:16330: checking for alphasort
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for asctime_r
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for chroot
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for ctime_r
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for cuserid
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for crypt
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
/tmp/cck95jUn.o(.text+0x9): In function `main':
/www/php-5.0.3/configure:16352: undefined reference to `crypt'
collect2: ld returned 1 exit status
configure: failed program was:
#line 16335 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char crypt(); 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 crypt();

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_crypt) || defined (__stub___crypt)
choke me
#else
crypt();
#endif

; return 0; }
configure:16330: checking for flock
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for ftok
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for funopen
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
/tmp/ccWDu8g6.o(.text+0x9): In function `main':
/www/php-5.0.3/configure:16352: undefined reference to `funopen'
collect2: ld returned 1 exit status
configure: failed program was:
#line 16335 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char funopen(); 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 funopen();

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_funopen) || defined (__stub___funopen)
choke me
#else
funopen();
#endif

; return 0; }
configure:16330: checking for gai_strerror
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for gcvt
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for getlogin
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for getprotobyname
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for getprotobynumber
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for getservbyname
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for getservbyport
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for getrusage
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for gettimeofday
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for gmtime_r
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for grantpt
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for inet_ntoa
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for inet_ntop
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for inet_pton
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for isascii
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for link
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for localtime_r
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for lockf
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for lrand48
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for memcpy
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16342: warning: conflicting types for built-in function `memcpy'
configure:16330: checking for memmove
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for mkstemp
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for mmap
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for nl_langinfo
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for perror
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for poll
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for ptsname
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for putenv
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for realpath
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for random
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for rand_r
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for regcomp
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for res_search
configure:16330: checking for scandir
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for setitimer
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for setlocale
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for localeconv
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for setpgid
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for setsockopt
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for setvbuf
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for shutdown
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for sin
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16342: warning: conflicting types for built-in function `sin'
configure:16330: checking for snprintf
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16342: warning: conflicting types for built-in function `snprintf'
configure:16330: checking for srand48
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for srandom
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for statfs
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for statvfs
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for std_syslog
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
/tmp/ccsWfkPX.o(.text+0x9): In function `main':
/www/php-5.0.3/configure:16352: undefined reference to `std_syslog'
collect2: ld returned 1 exit status
configure: failed program was:
#line 16335 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char std_syslog(); 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 std_syslog();

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_std_syslog) || defined (__stub___std_syslog)
choke me
#else
std_syslog();
#endif

; return 0; }
configure:16330: checking for strcasecmp
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for strcoll
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for strdup
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for strerror
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for strftime
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for strstr
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16342: warning: conflicting types for built-in function `strstr'
configure:16330: checking for strtok_r
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for symlink
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for tempnam
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
/tmp/ccKlduzO.o(.text+0x9): In function `main':
/www/php-5.0.3/configure:16352: the use of `tempnam' is dangerous, better use `mkstemp'
configure:16330: checking for tzset
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for unlockpt
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for unsetenv
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for usleep
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for nanosleep
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for utime
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16330: checking for vsnprintf
configure:16358: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16342: warning: conflicting types for built-in function `vsnprintf'
configure:16384: checking for getaddrinfo
configure:16396: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16442: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16474: checking for strlcat
configure:16502: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
/tmp/ccUo8tNX.o(.text+0x9): In function `main':
/www/php-5.0.3/configure:16496: undefined reference to `strlcat'
collect2: ld returned 1 exit status
configure: failed program was:
#line 16479 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strlcat(); 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 strlcat();

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_strlcat) || defined (__stub___strlcat)
choke me
#else
strlcat();
#endif

; return 0; }
configure:16474: checking for strlcpy
configure:16502: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
/tmp/cc67ts6b.o(.text+0x9): In function `main':
/www/php-5.0.3/configure:16496: undefined reference to `strlcpy'
collect2: ld returned 1 exit status
configure: failed program was:
#line 16479 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strlcpy(); 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 strlcpy();

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_strlcpy) || defined (__stub___strlcpy)
choke me
#else
strlcpy();
#endif

; return 0; }
configure:16474: checking for getopt
configure:16502: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16529: checking whether utime accepts a null argument
configure:16550: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16576: checking for working alloca.h
configure:16609: checking for alloca
configure:16642: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16809: checking for declared timezone
configure:16830: gcc -c -g -O2  conftest.c 1>&5
configure:16856: checking for type of reentrant time-related functions
configure:16885: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure: In function `main':
configure:16877: warning: assignment makes integer from pointer without a cast
configure:16878: error: too many arguments to function `asctime_r'
configure: failed program was:
#line 16867 "configure"
#include "confdefs.h"

#include <time.h>

main() {
char buf[27];
struct tm t;
time_t old = 0;
int r, s;

s = gmtime_r(&old, &t);
r = (int) asctime_r(&t, buf, 26);
if (r == s && s == 0) return (0);
return (1);
}

configure:16915: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure: In function `main':
configure:16908: error: too many arguments to function `asctime_r'
configure: failed program was:
#line 16899 "configure"
#include "confdefs.h"

#include <time.h>
main() {
  struct tm t, *s;
  time_t old = 0;
  char buf[27], *p;
  
  s = gmtime_r(&old, &t);
  p = asctime_r(&t, buf, 26);
  if (p == buf && s == &t) return (0);
  return (1);
}
  
configure:16953: checking for readdir_r
configure:16981: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17003: checking for type of readdir_r
configure:17039: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17157: checking whether to include debugging symbols
configure:17190: checking layout of installed files
configure:17224: checking path to configuration file
configure:17260: checking directory to be scanned for configuration files
configure:17290: checking whether to enable safe mode by default
configure:17325: checking for safe mode exec dir
configure:17366: checking whether to enable PHP's own SIGCHLD handler
configure:17403: checking whether to enable magic quotes by default
configure:17440: checking whether to enable runpaths
configure:17465: checking whether to explicitly link against libgcc
configure:17544: checking whether to enable short tags by default
configure:17581: checking whether to enable dmalloc
configure:17669: checking whether to enable IPv6 support
configure:17699: checking how big to make fd sets
configure:17719: checking whether to enable versioning
configure:17771: checking whether to enable LIBXML support
configure:17818: checking libxml2 install dir
configure:17978: checking whether libxml build works
configure:18005: gcc -o conftest -g -O2   -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib conftest.c
         
         -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm 1>&5
configure:18276: checking for OpenSSL support
configure:19173: checking for ZLIB support
configure:19219: checking if the location of ZLIB install directory is defined
configure:19573: checking for gzgets in -lz
configure:19592: gcc -o conftest -g -O2  -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib conftest.c -lz  -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm 1>&5
configure:19730: checking whether to enable bc style precision math functions
configure:20020: checking for BZip2 support
configure:20574: checking whether to enable calendar conversion support
configure:20849: checking for cpdflib support
configure:21889: checking whether to enable ctype functions
configure:22160: checking for CURL support
configure:22206: checking if we should use CURL for url streams
configure:22990: checking whether to enable DBA
configure:23320: checking for QDBM support
configure:23640: checking for GDBM support
configure:23945: checking for NDBM support
configure:24247: checking for Berkeley DB4 support
configure:24570: checking for Berkeley DB3 support
configure:24893: checking for Berkeley DB2 support
configure:25236: checking for DBM support
configure:25577: checking for CDB support
configure:25631: checking for INI File support
configure:25685: checking for FlatFile support
configure:25700: checking whether to enable DBA interface
configure:25951: checking whether to enable dbase support
configure:26222: checking whether to enable dbx support
configure:26489: checking whether to enable direct I/O support
configure:26756: checking whether to enable DOM support
configure:26961: checking whether libxml build works
configure:27298: checking whether to enable EXIF (metadata from images) support
configure:27571: checking for fam support
configure:28134: checking for FrontBase SQL92 (fbsql) support
configure:28564: checking for FDF support
configure:29284: checking whether to enable the bundled filePro support
configure:29555: checking whether to enable FTP support
configure:29827: checking for GD support
configure:29874: checking for the location of libjpeg
configure:29901: checking for the location of libpng
configure:29954: checking for the location of libXpm
configure:29979: checking for FreeType 1.x support
configure:30004: checking for FreeType 2
configure:30029: checking for T1lib support
configure:30054: checking whether to enable truetype string function in GD
configure:30079: checking whether to enable JIS-mapped Japanese font support in GD
configure:33840: checking for gdImageString16 in -lgd
configure:33859: gcc -o conftest -g -O2  -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib conftest.c -lgd  -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:33971: checking for gdImagePaletteCopy in -lgd
configure:33990: gcc -o conftest -g -O2  -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib conftest.c -lgd  -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:34102: checking for gdImageCreateFromPng in -lgd
configure:34121: gcc -o conftest -g -O2  -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib conftest.c -lgd  -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:34233: checking for gdImageCreateFromGif in -lgd
configure:34252: gcc -o conftest -g -O2  -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib conftest.c -lgd  -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:34364: checking for gdImageGif in -lgd
configure:34383: gcc -o conftest -g -O2  -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib conftest.c -lgd  -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:34495: checking for gdImageWBMP in -lgd
configure:34514: gcc -o conftest -g -O2  -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib conftest.c -lgd  -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:34626: checking for gdImageCreateFromJpeg in -lgd
configure:34645: gcc -o conftest -g -O2  -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib conftest.c -lgd  -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:34757: checking for gdImageCreateFromXpm in -lgd
configure:34776: gcc -o conftest -g -O2  -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib conftest.c -lgd  -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:34888: checking for gdImageCreateFromGd2 in -lgd
configure:34907: gcc -o conftest -g -O2  -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib conftest.c -lgd  -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:35019: checking for gdImageCreateTrueColor in -lgd
configure:35038: gcc -o conftest -g -O2  -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib conftest.c -lgd  -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:35150: checking for gdImageSetTile in -lgd
configure:35169: gcc -o conftest -g -O2  -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib conftest.c -lgd  -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:35281: checking for gdImageEllipse in -lgd
configure:35300: gcc -o conftest -g -O2  -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib conftest.c -lgd  -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
/tmp/ccSNsZ8r.o(.text+0x9): In function `main':
/www/php-5.0.3/configure:35296: undefined reference to `gdImageEllipse'
collect2: ld returned 1 exit status
configure: failed program was:
#line 35289 "configure"
#include "confdefs.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 gdImageEllipse();

int main() {
gdImageEllipse()
; return 0; }
configure:35412: checking for gdImageSetBrush in -lgd
configure:35431: gcc -o conftest -g -O2  -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib conftest.c -lgd  -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:35543: checking for gdImageStringTTF in -lgd
configure:35562: gcc -o conftest -g -O2  -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib conftest.c -lgd  -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:35674: checking for gdImageStringFT in -lgd
configure:35693: gcc -o conftest -g -O2  -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib conftest.c -lgd  -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:35805: checking for gdImageStringFTEx in -lgd
configure:35824: gcc -o conftest -g -O2  -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib conftest.c -lgd  -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:35936: checking for gdImageColorClosestHWB in -lgd
configure:35955: gcc -o conftest -g -O2  -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib conftest.c -lgd  -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:36067: checking for gdImageColorResolve in -lgd
configure:36086: gcc -o conftest -g -O2  -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib conftest.c -lgd  -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:36198: checking for gdImageGifCtx in -lgd
configure:36217: gcc -o conftest -g -O2  -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib conftest.c -lgd  -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:36329: checking for gdCacheCreate in -lgd
configure:36348: gcc -o conftest -g -O2  -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib conftest.c -lgd  -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:36460: checking for gdFontCacheShutdown in -lgd
configure:36479: gcc -o conftest -g -O2  -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib conftest.c -lgd  -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:36591: checking for gdNewDynamicCtxEx in -lgd
configure:36610: gcc -o conftest -g -O2  -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib conftest.c -lgd  -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:36679: gcc -c -g -O2 -I/usr/local/gd/include conftest.c 1>&5
configure: In function `main':
configure:36674: warning: assignment makes pointer from integer without a cast
configure:37034: checking for gdImageCreate in -lgd
configure:37053: gcc -o conftest -g -O2  -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib conftest.c -lgd  -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:37099: checking for GNU gettext support
configure:37783: checking for GNU MP support
configure:38458: checking for hwapi support
configure:39130: checking for iconv support
configure:39193: checking for iconv
configure:39221: gcc -o conftest -g -O2   -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib conftest.c -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:39765: checking if iconv is glibc's
configure:39774: gcc -o conftest -I/usr/include -g -O2  -L/usr/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib conftest.c -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:39880: checking if iconv supports errno
configure:39906: gcc -o conftest -I/usr/include -g -O2  -L/usr/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib conftest.c -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:39938: checking if your cpp allows macro usage in include lines
configure:39950: gcc -c -I/usr/include -g -O2  conftest.c 1>&5
configure:40215: checking for IMAP support
configure:41510: checking for Informix support
configure:42106: checking for Ingres II support
configure:42622: checking for InterBase support
configure:43432: checking for IRCG support
configure:44060: checking for LDAP support
configure:44106: checking for LDAP Cyrus SASL support
configure:46823: checking whether to enable multibyte string support
configure:46869: checking whether to enable multibyte regex support
configure:46894: checking for external libmbfl
configure:48232: checking for mcrypt support
configure:48969: checking for MCVE support
configure:49015: checking OpenSSL dir for MCVE
configure:50413: checking for mhash support
configure:50823: checking whether to include mime_magic support
configure:51116: checking for MING support
configure:51792: checking for mnoGoSearch support
configure:52206: checking for msession support
configure:52801: checking for mSQL support
configure:53248: checking for MSSQL support via FreeTDS
configure:53830: checking for MySQL support
configure:53876: checking for specified location of the MySQL UNIX socket
configure:53933: checking for MySQL UNIX socket location
configure:54089: checking for mysql_close in -lmysqlclient
configure:54108: gcc -o conftest -g -O2  -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib conftest.c -lmysqlclient  -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
/usr/local/mysql/lib/libmysqlclient.a(client.o)(.text+0x1867): In function `mysql_real_connect.':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(client.o)(.text+0x239f): In function `cli_read_rows':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(net.o)(.text+0x1a7): In function `my_net_write':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(net.o)(.text+0x23b): In function `my_net_write':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(net.o)(.text+0x298): In function `my_net_write':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(net.o)(.text+0x333): more undefined references to `_intel_fast_memcpy' follow
/usr/local/mysql/lib/libmysqlclient.a(my_vsnprintf.o)(.text+0x21b): In function `my_vsnprintf.':
: undefined reference to `_intel_fast_memset'
/usr/local/mysql/lib/libmysqlclient.a(ctype.o)(.text+0x1b2): In function `cs_value':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype.o)(.text+0x219): In function `cs_value':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype.o)(.text+0x715): In function `cs_value':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype.o)(.text+0x741): In function `cs_value':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype-simple.o)(.text+0xf4f): In function `my_long10_to_str_8bit':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype-simple.o)(.text+0x1077): more undefined references to `_intel_fast_memcpy' follow
/usr/local/mysql/lib/libmysqlclient.a(ctype-simple.o)(.text+0x14ef): In function `my_fill_8bit':
: undefined reference to `_intel_fast_memset'
/usr/local/mysql/lib/libmysqlclient.a(ctype-bin.o)(.text+0x431): In function `my_strnxfrm_bin':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype-ucs2.o)(.text+0x1ed3): In function `my_strnxfrm_ucs2_bin':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype-tis620.o)(.text+0x58): In function `my_strnncoll_tis620':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype-tis620.o)(.text+0x6e): In function `my_strnncoll_tis620':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype-tis620.o)(.text+0x12e): In function `my_strnncoll_tis620':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype-tis620.o)(.text+0x239): more undefined references to `_intel_fast_memcpy' follow
collect2: ld returned 1 exit status
configure: failed program was:
#line 54097 "configure"
#include "confdefs.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 mysql_close();

int main() {
mysql_close()
; return 0; }
configure:54313: checking for mysql_error in -lmysqlclient
configure:54332: gcc -o conftest -g -O2  -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib  -Wl,-rpath,/usr/lib/lib -L/usr/lib/lib -Wl,-rpath,/usr/local/zlib/lib -L/usr/local/zlib/lib -Wl,-rpath,/usr/local/gd/lib -L/usr/local/gd/lib -Wl,-rpath,/usr/local/zlib -L/usr/local/zlib conftest.c -lmysqlclient  -lz -lgd -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
/usr/local/mysql/lib/libmysqlclient.a(client.o)(.text+0x1867): In function `mysql_real_connect.':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(client.o)(.text+0x239f): In function `cli_read_rows':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(net.o)(.text+0x1a7): In function `my_net_write':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(net.o)(.text+0x23b): In function `my_net_write':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(net.o)(.text+0x298): In function `my_net_write':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(net.o)(.text+0x333): more undefined references to `_intel_fast_memcpy' follow
/usr/local/mysql/lib/libmysqlclient.a(my_vsnprintf.o)(.text+0x21b): In function `my_vsnprintf.':
: undefined reference to `_intel_fast_memset'
/usr/local/mysql/lib/libmysqlclient.a(ctype.o)(.text+0x1b2): In function `cs_value':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype.o)(.text+0x219): In function `cs_value':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype.o)(.text+0x715): In function `cs_value':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype.o)(.text+0x741): In function `cs_value':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype-simple.o)(.text+0xf4f): In function `my_long10_to_str_8bit':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype-simple.o)(.text+0x1077): more undefined references to `_intel_fast_memcpy' follow
/usr/local/mysql/lib/libmysqlclient.a(ctype-simple.o)(.text+0x14ef): In function `my_fill_8bit':
: undefined reference to `_intel_fast_memset'
/usr/local/mysql/lib/libmysqlclient.a(ctype-bin.o)(.text+0x431): In function `my_strnxfrm_bin':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype-ucs2.o)(.text+0x1ed3): In function `my_strnxfrm_ucs2_bin':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype-tis620.o)(.text+0x58): In function `my_strnncoll_tis620':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype-tis620.o)(.text+0x6e): In function `my_strnncoll_tis620':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype-tis620.o)(.text+0x12e): In function `my_strnncoll_tis620':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype-tis620.o)(.text+0x239): more undefined references to `_intel_fast_memcpy' follow
collect2: ld returned 1 exit status
configure: failed program was:
#line 54321 "configure"
#include "confdefs.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 mysql_error();

int main() {
mysql_error()
; return 0; }
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表