LinuxSir.cn,穿越时空的Linuxsir!

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

编译安装php问题

[复制链接]
发表于 2006-11-8 13:57:26 | 显示全部楼层 |阅读模式
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql
出现下面的错误:
configure: error: Try adding --with-zlib-dir=<DIR>. Please check config.log for more information.
这是什么错误啊
下面是config.log的内容:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:2174: checking for Cygwin environment
configure:2190: cc -c   conftest.c 1>&5
configure: In function `main':
configure:2186: error: `__CYGWIN32__' undeclared (first use in this function)
configure:2186: error: (Each undeclared identifier is reported only once
configure:2186: error: for each function it appears in.)
configure: failed program was:
#line 2179 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:2207: checking for mingw32 environment
configure:2219: cc -c   conftest.c 1>&5
configure: In function `main':
configure:2215: error: `__MINGW32__' undeclared (first use in this function)
configure:2215: error: (Each undeclared identifier is reported only once
configure:2215: error: for each function it appears in.)
configure: failed program was:
#line 2212 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:2238: checking for egrep
configure:2253: checking for a sed that does not truncate output
configure:2390: checking host system type
configure:2411: checking target system type
configure:2510: checking for gcc
configure:2623: checking whether the C compiler (gcc  ) works
configure:2639: gcc -o conftest    conftest.c  1>&5
configure:2665: checking whether the C compiler (gcc  ) is a cross-compiler
configure:2670: checking whether we are using GNU C
configure:2679: gcc -E conftest.c
configure:2698: checking whether gcc accepts -g
configure:2731: checking whether gcc and cc understand -c and -o together
configure:2746: gcc -c conftest.c -o conftest.o 1>&5
configure:2747: gcc -c conftest.c -o conftest.o 1>&5
configure:2752: cc -c conftest.c 1>&5
configure:2754: cc -c conftest.c -o conftest.o 1>&5
configure:2755: cc -c conftest.c -o conftest.o 1>&5
configure:2782: checking how to run the C preprocessor
configure:2803: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2862: checking for AIX
configure:2886: checking whether ln -s works
configure:2918: checking if compiler supports -R
configure:2933: gcc -o conftest -g -O2   conftest.c -R /usr/lib  1>&5
gcc: unrecognized option `-R'
/usr/bin/ld: /usr/lib: No such file: File format not recognized
collect2: ld returned 1 exit status
configure: failed program was:
#line 2926 "configure"
#include "confdefs.h"

int main() {

; return 0; }
configure:2951: checking if compiler supports -Wl,-rpath,
configure:2966: gcc -o conftest -g -O2   conftest.c -Wl,-rpath,/usr/lib  1>&5
configure:2992: checking for re2c
configure:3052: checking for gawk
configure:3052: checking for nawk
configure:3093: checking if nawk is broken
configure:3112: checking for bison
configure:3152: checking for bison version
configure:3193: checking for flex
configure:3227: checking for yywrap in -lfl
configure:3246: gcc -o conftest -g -O2   conftest.c -lfl   1>&5
configure:3270: checking lex output file root
configure:3291: checking whether yytext is a pointer
configure:3310: gcc -o conftest -g -O2   conftest.c  -lfl 1>&5
configure:3334: checking for working const
configure:3388: gcc -c -g -O2  conftest.c 1>&5
configure:3414: checking for flex version
configure:3637: checking whether to force non-PIC code in shared modules
configure:3733: gcc -o conftest -g -O2   conftest.c  1>&5
/tmp/ccMz3yS6.o(.text+0x27): In function `main':
/root/soft/php-5.2.0/configure:3728: undefined reference to `pthread_mutexattr_init'
/tmp/ccMz3yS6.o(.text+0x48):/root/soft/php-5.2.0/configure:3729: undefined reference to `pthread_create'
collect2: ld returned 1 exit status
configure: failed program was:
#line 3715 "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:3753: checking for pthreads_cflags
configure:3793: gcc -o conftest -g -O2 -kthread   conftest.c  1>&5
gcc: unrecognized option `-kthread'
/tmp/ccI3dPik.o(.text+0x27): In function `main':
/root/soft/php-5.2.0/configure:3788: undefined reference to `pthread_mutexattr_init'
/tmp/ccI3dPik.o(.text+0x48):/root/soft/php-5.2.0/configure:3789: undefined reference to `pthread_create'
collect2: ld returned 1 exit status
configure: failed program was:
#line 3775 "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:3793: gcc -o conftest -g -O2 -pthread   conftest.c  1>&5
configure:3823: checking for pthreads_lib
configure:3972: checking for AOLserver support
configure:4215: checking for Apache 1.x module support via DSO through APXS
configure:4520: checking for Apache 1.x module support
configure:5363: checking for mod_charset compatibility option
configure:5500: checking for Apache 2.0 filter-module support via DSO through APXS
configure:6330: checking for Apache 2.0 handler-module support via DSO through APXS
configure:7161: checking for Apache 1.x (hooks) module support via DSO through APXS
configure:7466: checking for Apache 1.x (hooks) module support
configure:8309: checking for mod_charset compatibility option
configure:8447: checking for Caudium support
configure:8779: checking for CLI build
configure:8837: checking for Continuity support
configure:9084: checking for embedded SAPI library support
configure:9307: checking for Zeus ISAPI support
configure:9539: checking for Milter support
configure:9814: checking for NSAPI support
configure:10157: checking for PHTTPD support
configure:10388: checking for Pi3Web support
configure:10719: checking for Roxen/Pike support
configure:11230: checking for thttpd
configure:11458: checking for TUX
configure:11694: checking for webjames
configure:12110: checking for chosen SAPI module
configure:12177: checking for sendmail
configure:12222: checking whether system uses EBCDIC
configure:12241: gcc -o conftest -g -O2   conftest.c  1>&5
configure: failed program was:
#line 12233 "configure"
#include "confdefs.h"

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

configure:12269: checking whether byte ordering is bigendian
configure:12295: gcc -o conftest -g -O2   conftest.c  1>&5
configure: failed program was:
#line 12279 "configure"
#include "confdefs.h"

int main(void)
{
  short one = 1;
  char *cp = (char *)&one;

  if (*cp == 0) {
    return(0);
  } else {
    return(1);
  }
}
  
configure:12366: checking for socket
configure:12394: gcc -o conftest -g -O2   conftest.c  1>&5
configure:12623: checking for socketpair
configure:12651: gcc -o conftest -g -O2   conftest.c  1>&5
configure:12880: checking for htonl
configure:12908: gcc -o conftest -g -O2   conftest.c  1>&5
configure:13137: checking for gethostname
configure:13165: gcc -o conftest -g -O2   conftest.c  1>&5
configure:13394: checking for gethostbyaddr
configure:13422: gcc -o conftest -g -O2   conftest.c  1>&5
configure:13651: checking for yp_get_default_domain
configure:13679: gcc -o conftest -g -O2   conftest.c  1>&5
/tmp/ccon3v8J.o(.text+0xa): In function `main':
/root/soft/php-5.2.0/configure:13673: undefined reference to `yp_get_default_domain'
collect2: ld returned 1 exit status
configure: failed program was:
#line 13656 "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:13697: checking for __yp_get_default_domain
configure:13725: gcc -o conftest -g -O2   conftest.c  1>&5
/tmp/cc4d4eXV.o(.text+0xa): In function `main':
/root/soft/php-5.2.0/configure:13719: undefined reference to `__yp_get_default_domain'
collect2: ld returned 1 exit status
configure: failed program was:
#line 13702 "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:13763: checking for yp_get_default_domain in -lnsl
configure:13782: gcc -o conftest -g -O2   conftest.c -lnsl   1>&5
configure:13857: gcc -o conftest -g -O2   conftest.c  -lnsl 1>&5
configure:13909: checking for dlopen
configure:13937: gcc -o conftest -g -O2   conftest.c -lnsl  1>&5
/tmp/ccgVt4Cw.o(.text+0xa): In function `main':
/root/soft/php-5.2.0/configure:13931: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure: failed program was:
#line 13914 "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:13955: checking for __dlopen
configure:13983: gcc -o conftest -g -O2   conftest.c -lnsl  1>&5
/tmp/ccSlMo1I.o(.text+0xa): In function `main':
/root/soft/php-5.2.0/configure:13977: undefined reference to `__dlopen'
collect2: ld returned 1 exit status
configure: failed program was:
#line 13960 "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:14021: checking for dlopen in -ldl
configure:14040: gcc -o conftest -g -O2   conftest.c -ldl  -lnsl  1>&5
configure:14115: gcc -o conftest -g -O2   conftest.c -lnsl  -ldl 1>&5
configure:14167: checking for sin in -lm
configure:14186: gcc -o conftest -g -O2   conftest.c -lm  -ldl -lnsl  1>&5
configure:14179: warning: conflicting types for built-in function `sin'
configure:14220: checking for res_search
configure:14248: gcc -o conftest -g -O2   conftest.c -lm -ldl -lnsl  1>&5
/tmp/ccel3cJh.o(.text+0xa): In function `main':
/root/soft/php-5.2.0/configure:14242: undefined reference to `res_search'
collect2: ld returned 1 exit status
configure: failed program was:
#line 14225 "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:14266: checking for __res_search
configure:14294: gcc -o conftest -g -O2   conftest.c -lm -ldl -lnsl  1>&5
/tmp/cce2I8it.o(.text+0xa): In function `main':
/root/soft/php-5.2.0/configure:14288: undefined reference to `__res_search'
collect2: ld returned 1 exit status
configure: failed program was:
#line 14271 "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:14332: checking for res_search in -lresolv
configure:14351: gcc -o conftest -g -O2   conftest.c -lresolv  -lm -ldl -lnsl  1>&5
configure:14426: gcc -o conftest -g -O2   conftest.c -lm -ldl -lnsl  -lresolv 1>&5
configure:14756: checking for inet_aton
configure:14784: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:15152: checking for dn_skipname
configure:15180: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
/tmp/ccAvrB7k.o(.text+0xa): In function `main':
/root/soft/php-5.2.0/configure:15174: undefined reference to `dn_skipname'
collect2: ld returned 1 exit status
configure: failed program was:
#line 15157 "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:15198: checking for __dn_skipname
configure:15226: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:15546: checking for ANSI C header files
configure:15559: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15626: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:15654: checking for dirent.h that defines DIR
configure:15667: gcc -c -g -O2  conftest.c 1>&5
configure:15692: checking for opendir in -ldir
configure:15711: 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 15700 "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:15833: checking for inttypes.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for stdint.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for dirent.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for ApplicationServices/ApplicationServices.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15839:53: ApplicationServices/ApplicationServices.h: No such file or directory
configure: failed program was:
#line 15838 "configure"
#include "confdefs.h"
#include <ApplicationServices/ApplicationServices.h>
configure:15833: checking for sys/param.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for sys/types.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for sys/time.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for netinet/in.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for alloca.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for arpa/inet.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for arpa/nameser.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for assert.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for crypt.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for fcntl.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for grp.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for ieeefp.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15839:20: ieeefp.h: No such file or directory
configure: failed program was:
#line 15838 "configure"
#include "confdefs.h"
#include <ieeefp.h>
configure:15833: checking for langinfo.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for limits.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for locale.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for monetary.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for mach-o/dyld.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15839:25: mach-o/dyld.h: No such file or directory
configure: failed program was:
#line 15838 "configure"
#include "confdefs.h"
#include <mach-o/dyld.h>
configure:15833: checking for netdb.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for pwd.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for resolv.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for signal.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for stdarg.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for stdlib.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for string.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for syslog.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for sysexits.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for sys/ioctl.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for sys/file.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for sys/mman.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for sys/mount.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for sys/poll.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for sys/resource.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for sys/select.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for sys/socket.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for sys/statfs.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for sys/statvfs.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for sys/vfs.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for sys/sysexits.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15839:26: sys/sysexits.h: No such file or directory
configure: failed program was:
#line 15838 "configure"
#include "confdefs.h"
#include <sys/sysexits.h>
configure:15833: checking for sys/varargs.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15839:25: sys/varargs.h: No such file or directory
configure: failed program was:
#line 15838 "configure"
#include "confdefs.h"
#include <sys/varargs.h>
configure:15833: checking for sys/wait.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for sys/loadavg.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15839:25: sys/loadavg.h: No such file or directory
configure: failed program was:
#line 15838 "configure"
#include "confdefs.h"
#include <sys/loadavg.h>
configure:15833: checking for termios.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for unistd.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for unix.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15839:18: unix.h: No such file or directory
configure: failed program was:
#line 15838 "configure"
#include "confdefs.h"
#include <unix.h>
configure:15833: checking for utime.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for sys/utsname.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for sys/ipc.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for dlfcn.h
configure:15843: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15833: checking for assert.h
configure:15872: checking for fopencookie
configure:15900: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:15932: gcc -c -g -O2  conftest.c 1>&5
configure:15983: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16047: checking for broken getcwd
configure:16062: checking for broken libc stdio
configure:16123: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure: failed program was:
#line 16095 "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:16151: checking whether struct tm is in sys/time.h or time.h
configure:16164: gcc -c -g -O2  conftest.c 1>&5
configure:16185: checking for tm_zone in struct tm
configure:16198: gcc -c -g -O2  conftest.c 1>&5
configure:16257: checking for missing declarations of reentrant functions
configure:16266: gcc -c -g -O2  conftest.c 1>&5
configure:16291: gcc -c -g -O2  conftest.c 1>&5
configure:16316: gcc -c -g -O2  conftest.c 1>&5
configure:16341: gcc -c -g -O2  conftest.c 1>&5
configure:16366: gcc -c -g -O2  conftest.c 1>&5
configure:16387: checking for fclose declaration
configure:16396: gcc -c -g -O2  conftest.c 1>&5
configure:16422: checking for tm_gmtoff in struct tm
configure:16435: gcc -c -g -O2  conftest.c 1>&5
configure:16458: checking for struct flock
configure:16473: gcc -c -g -O2  conftest.c 1>&5
configure:16500: checking for socklen_t
configure:16517: gcc -c -g -O2  conftest.c 1>&5
configure:16543: checking size of intmax_t
configure:16562: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure: In function `main':
configure:16557: error: `intmax_t' undeclared (first use in this function)
configure:16557: error: (Each undeclared identifier is reported only once
configure:16557: error: for each function it appears in.)
configure: failed program was:
#line 16551 "configure"
#include "confdefs.h"
#include <stdio.h>
int main()
{
  FILE *f=fopen("conftestval", "w");
  if (!f) return(1);
  fprintf(f, "%d\n", sizeof(intmax_t));
  return(0);
}
configure:16582: checking size of size_t
configure:16601: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16621: checking size of ssize_t
configure:16640: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure: In function `main':
configure:16635: error: `ssize_t' undeclared (first use in this function)
configure:16635: error: (Each undeclared identifier is reported only once
configure:16635: error: for each function it appears in.)
configure: failed program was:
#line 16629 "configure"
#include "confdefs.h"
#include <stdio.h>
int main()
{
  FILE *f=fopen("conftestval", "w");
  if (!f) return(1);
  fprintf(f, "%d\n", sizeof(ssize_t));
  return(0);
}
configure:16660: checking size of ptrdiff_t
configure:16679: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure: In function `main':
configure:16674: error: `ptrdiff_t' undeclared (first use in this function)
configure:16674: error: (Each undeclared identifier is reported only once
configure:16674: error: for each function it appears in.)
configure: failed program was:
#line 16668 "configure"
#include "confdefs.h"
#include <stdio.h>
int main()
{
  FILE *f=fopen("conftestval", "w");
  if (!f) return(1);
  fprintf(f, "%d\n", sizeof(ptrdiff_t));
  return(0);
}
configure:16699: checking size of long long
configure:16718: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16738: checking size of long long int
configure:16757: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16777: checking size of long
configure:16796: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16816: checking size of int
configure:16835: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16856: checking for st_blksize in struct stat
configure:16869: gcc -c -g -O2  conftest.c 1>&5
configure:16891: checking for st_blocks in struct stat
configure:16904: gcc -c -g -O2  conftest.c 1>&5
configure:16931: checking for st_rdev in struct stat
configure:16944: gcc -c -g -O2  conftest.c 1>&5
configure:16966: checking for size_t
configure:16999: checking for uid_t in sys/types.h
configure:17035: checking for struct sockaddr_storage
configure:17048: gcc -c -g -O2  conftest.c 1>&5
configure:17069: checking for field sa_len in struct sockaddr
configure:17083: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:17079: error: structure has no member named `sa_len'
configure: failed program was:
#line 17075 "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:17106: checking for IPv6 support
configure:17120: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17136: checking for vprintf
configure:17164: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17148: warning: conflicting types for built-in function `vprintf'
configure:17320: checking for alphasort
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for asctime_r
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for chroot
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for ctime_r
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for cuserid
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for crypt
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
/tmp/cc0Jd7ek.o(.text+0xa): In function `main':
/root/soft/php-5.2.0/configure:17342: undefined reference to `crypt'
collect2: ld returned 1 exit status
configure: failed program was:
#line 17325 "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:17320: checking for flock
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for ftok
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for funopen
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
/tmp/ccExJIB0.o(.text+0xa): In function `main':
/root/soft/php-5.2.0/configure:17342: undefined reference to `funopen'
collect2: ld returned 1 exit status
configure: failed program was:
#line 17325 "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:17320: checking for gai_strerror
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for gcvt
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for getloadavg
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for getlogin
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for getprotobyname
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for getprotobynumber
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for getservbyname
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for getservbyport
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for getrusage
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for gettimeofday
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for gmtime_r
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for grantpt
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for inet_ntoa
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for inet_ntop
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for inet_pton
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for isascii
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for link
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for localtime_r
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for lockf
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for lchown
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for lrand48
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for memcpy
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17332: warning: conflicting types for built-in function `memcpy'
configure:17320: checking for memmove
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for mkstemp
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for mmap
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for nl_langinfo
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for perror
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for poll
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for ptsname
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for putenv
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for realpath
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for random
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for rand_r
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for regcomp
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for res_search
configure:17320: checking for scandir
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for setitimer
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for setlocale
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for localeconv
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for setenv
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for setpgid
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for setsockopt
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for setvbuf
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for shutdown
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for sin
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17332: warning: conflicting types for built-in function `sin'
configure:17320: checking for snprintf
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17332: warning: conflicting types for built-in function `snprintf'
configure:17320: checking for srand48
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for srandom
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for statfs
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for statvfs
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for std_syslog
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
/tmp/ccAZ9yM8.o(.text+0xa): In function `main':
/root/soft/php-5.2.0/configure:17342: undefined reference to `std_syslog'
collect2: ld returned 1 exit status
configure: failed program was:
#line 17325 "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:17320: checking for strcasecmp
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for strcoll
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for strdup
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for strerror
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for strftime
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for strptime
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for strstr
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17332: warning: conflicting types for built-in function `strstr'
configure:17320: checking for strtok_r
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for symlink
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for tempnam
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
/tmp/ccY5cBO3.o(.text+0xa): In function `main':
/root/soft/php-5.2.0/configure:17342: warning: the use of `tempnam' is dangerous, better use `mkstemp'
configure:17320: checking for tzset
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for unlockpt
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for unsetenv
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for usleep
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for nanosleep
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for utime
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17320: checking for vsnprintf
configure:17348: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17332: warning: conflicting types for built-in function `vsnprintf'
configure:17374: checking for getaddrinfo
configure:17386: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17432: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17464: checking for strlcat
configure:17492: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
/tmp/cc8ySpGf.o(.text+0xa): In function `main':
/root/soft/php-5.2.0/configure:17486: undefined reference to `strlcat'
collect2: ld returned 1 exit status
configure: failed program was:
#line 17469 "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:17464: checking for strlcpy
configure:17492: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
/tmp/cc2geQ2q.o(.text+0xa): In function `main':
/root/soft/php-5.2.0/configure:17486: undefined reference to `strlcpy'
collect2: ld returned 1 exit status
configure: failed program was:
#line 17469 "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:17464: checking for getopt
configure:17492: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17519: checking whether utime accepts a null argument
configure:17540: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17566: checking for working alloca.h
configure:17599: checking for alloca
configure:17632: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17799: checking for declared timezone
configure:17820: gcc -c -g -O2  conftest.c 1>&5
configure:17846: checking for type of reentrant time-related functions
configure:17875: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure: In function `main':
configure:17867: warning: assignment makes integer from pointer without a cast
configure:17868: error: too many arguments to function `asctime_r'
configure: failed program was:
#line 17857 "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:17907: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure: In function `main':
configure:17900: error: too many arguments to function `asctime_r'
configure: failed program was:
#line 17891 "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:17945: checking for readdir_r
configure:17973: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17995: checking for type of readdir_r
configure:18031: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:18094: checking for in_addr_t
configure:18150: checking whether to include gcov symbols
configure:18312: checking whether to include debugging symbols
configure:18351: checking layout of installed files
configure:18385: checking path to configuration file
configure:18421: checking where to scan for configuration files
configure:18451: checking whether to enable safe mode by default
configure:18486: checking for safe mode exec dir
configure:18527: checking whether to enable PHP's own SIGCHLD handler
configure:18564: checking whether to enable magic quotes by default
configure:18601: checking whether to enable runpaths
configure:18626: checking whether to explicitly link against libgcc
configure:18705: checking whether to enable short tags by default
configure:18742: checking whether to enable dmalloc
configure:18830: checking whether to enable IPv6 support
configure:18860: checking how big to make fd sets
configure:18880: checking whether to enable versioning
configure:18928: checking whether to enable LIBXML support
configure:18975: checking libxml2 install dir
configure:19004: checking for xml2-config path
configure:19161: checking whether libxml build works
configure:19188: gcc -o conftest -g -O2   conftest.c
         
         -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm 1>&5
configure:19541: checking for OpenSSL support
configure:19587: checking for Kerberos support
configure:20954: checking for PCRE support
configure:21762: checking for ZLIB support
configure:21808: checking if the location of ZLIB install directory is defined
configure:22399: checking whether to enable bc style precision math functions
configure:22755: checking for BZip2 support
configure:23389: checking whether to enable calendar conversion support
configure:23724: checking whether to enable ctype functions
configure:24059: checking for cURL support
configure:24105: checking if we should use cURL for url streams
configure:25414: checking size of long
configure:25453: checking size of int
configure:25493: checking for int32_t
configure:25518: gcc -c -g -O2  conftest.c 1>&5
configure:25541: checking for uint32_t
configure:25566: gcc -c -g -O2  conftest.c 1>&5
configure:25598: checking for sys/types.h
configure:25598: checking for inttypes.h
configure:25598: checking for stdint.h
configure:25598: checking for string.h
configure:25598: checking for stdlib.h
configure:25638: checking for strtoll
configure:25666: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm 1>&5
configure:25638: checking for atoll
configure:25666: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm 1>&5
configure:25638: checking for strftime
configure:26093: checking whether to enable DBA
configure:26439: checking for QDBM support
configure:26774: checking for GDBM support
configure:27095: checking for NDBM support
configure:27400: checking for Berkeley DB4 support
configure:27726: checking for Berkeley DB3 support
configure:28052: checking for Berkeley DB2 support
configure:28296: checking for DB1 support
configure:28655: checking for DBM support
configure:29012: checking for CDB support
configure:29066: checking for INI File support
configure:29120: checking for FlatFile support
configure:29135: checking whether to enable DBA interface
configure:29449: checking whether to enable dbase support
configure:29784: checking whether to enable DOM support
configure:29862: checking for xml2-config path
configure:30019: checking whether libxml build works
configure:30457: checking whether to enable EXIF (metadata from images) support
configure:30792: checking for FrontBase SQL92 (fbsql) support
configure:31286: checking for FDF support
configure:32102: checking whether to enable input filter support
configure:32148: checking pcre install prefix
configure:32705: checking whether to enable FTP support
configure:32751: checking OpenSSL dir for FTP
configure:33752: checking for GD support
configure:33799: checking for the location of libjpeg
configure:33826: checking for the location of libpng
configure:33879: checking for the location of libXpm
configure:33904: checking for FreeType 1.x support
configure:33929: checking for FreeType 2
configure:33954: checking for T1lib support
configure:33979: checking whether to enable truetype string function in GD
configure:34004: checking whether to enable JIS-mapped Japanese font support in GD
configure:41761: checking for GNU gettext support
configure:42509: checking for GNU MP support
configure:43280: checking whether to enable hash support
configure:43330: checking whether byte ordering is bigendian
configure:43381: checking size of short
configure:43400: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:43420: checking size of int
configure:43459: checking size of long
configure:43498: checking size of long long
configure:43853: checking for iconv support
configure:43915: checking for iconv
configure:43943: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:44528: checking if iconv is glibc's
configure:44537: gcc -o conftest -I/usr/include -g -O2  -L/usr/lib  conftest.c -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:44770: checking if iconv supports errno
configure:44805: gcc -o conftest -I/usr/include -g -O2  -L/usr/lib  conftest.c -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:44837: checking if your cpp allows macro usage in include lines
configure:44849: gcc -c -I/usr/include -g -O2  conftest.c 1>&5
configure:45193: checking for IMAP support
configure:45239: checking for IMAP Kerberos support
configure:45264: checking for IMAP SSL support
configure:47442: checking for Informix support
configure:48055: checking for InterBase support
configure:48977: checking whether to enable JavaScript Object Serialization support
configure:49026: checking for ANSI C header files
configure:49426: checking for LDAP support
configure:49472: checking for LDAP Cyrus SASL support
configure:52276: checking whether to enable multibyte string support
configure:52322: checking whether to enable multibyte regex support
configure:52347: checking whether to check multibyte regex backtrack
configure:52372: checking for external libmbfl
configure:53966: checking for mcrypt support
configure:54797: checking for mhash support
configure:55271: checking whether to include mime_magic support
configure:55628: checking for MING support
configure:56560: checking for mSQL support
configure:57071: checking for MSSQL support via FreeTDS
configure:57721: checking for MySQL support
configure:57767: checking for specified location of the MySQL UNIX socket
configure:57824: checking for MySQL UNIX socket location
configure:58014: checking for mysql_close in -lmysqlclient
configure:58033: gcc -o conftest -I/usr/include -g -O2  -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib -L/usr/lib  conftest.c -lmysqlclient  -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
/usr/local/mysql/lib/libmysqlclient.a(ssl.o)(.gnu.linkonce.d.__vt_Q25yaSSL7Message+0x8): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(ssl.o)(.gnu.linkonce.d.__vt_Q25yaSSL7Message+0xc): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(ssl.o)(.gnu.linkonce.d.__vt_Q25yaSSL7Message+0x10): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(ssl.o)(.gnu.linkonce.d.__vt_Q25yaSSL7Message+0x14): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(ssl.o)(.gnu.linkonce.d.__vt_Q25yaSSL7Message+0x18): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(cert_wrapper.o)(.text+0x76): In function `yaSSL::x509::~x509(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(cert_wrapper.o)(.text+0x2e6): In function `yaSSL::CertManager::~CertManager(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(template_instnt.o)(.gnu.linkonce.t._._Q25mySTLt4list1ZPQ25yaSSL11SSL_SESSION+0x42): In function `mySTL::list<yaSSL::SSL_SESSION *>::~list(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(template_instnt.o)(.gnu.linkonce.t._._Q25mySTLt4list1ZPQ25yaSSL12input_buffer+0x42): In function `mySTL::list<yaSSL::input_buffer *>::~list(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(template_instnt.o)(.gnu.linkonce.t._._Q25mySTLt4list1ZPQ25yaSSL13output_buffer+0x42): In function `mySTL::list<yaSSL:utput_buffer *>::~list(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(template_instnt.o)(.gnu.linkonce.t._._Q25mySTLt4list1ZPUc+0x42): more undefined references to `__builtin_delete' follow
/usr/local/mysql/lib/libmysqlclient.a(template_instnt.o)(.gnu.linkonce.d.__vt_Q25yaSSL13HandShakeBase+0x8): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(template_instnt.o)(.gnu.linkonce.d.__vt_Q25yaSSL13HandShakeBase+0xc): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(template_instnt.o)(.gnu.linkonce.d.__vt_Q25yaSSL13HandShakeBase+0x10): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(template_instnt.o)(.gnu.linkonce.d.__vt_Q25yaSSL13HandShakeBase+0x14): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(yassl_imp.o)(.text+0x299d): In function `yaSSL::ServerDHParams::~ServerDHParams(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(yassl_imp.o)(.text+0x4a16): In function `yaSSL::Connection::~Connection(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(yassl_int.o)(.text+0x3398): In function `yaSSL::SSL_SESSION::~SSL_SESSION(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(yassl_int.o)(.text+0x3532): In function `yaSSL::Sessions::~Sessions(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(yassl_int.o)(.text+0x389a): In function `yaSSL::SSL_CTX::~SSL_CTX(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(yassl_int.o)(.text+0x3d43): more undefined references to `__builtin_delete' follow
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-asn.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt4HASH+0xc): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-asn.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt4HASH+0x10): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-asn.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt4HASH+0x14): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-asn.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt4HASH+0x18): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-asn.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt4HASH+0x1c): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-asn.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt11BER_Decoder+0xc): more undefined references to `__pure_virtual' follow
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-asn.o)(.gnu.linkonce.t._._Q28TaoCrypt13DSA_PublicKey+0xaa): In function `TaoCrypt:SA_PublicKey::~DSA_PublicKey(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-random.o)(.text+0x171): In function `TaoCrypt::OS_Seed::~OS_Seed(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-hash.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt17HASHwithTransform+0x14): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-hash.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt17HASHwithTransform+0x18): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-hash.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt17HASHwithTransform+0x1c): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-hash.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt17HASHwithTransform+0x20): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-hash.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt17HASHwithTransform+0x24): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-hash.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt17HASHwithTransform+0x28): more undefined references to `__pure_virtual' follow
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o)(.text+0x1611): In function `yaSSL::RandomPool::~RandomPool(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o)(.text+0x200d): In function `yaSSL::Integer::~Integer(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o)(.text+0x2395): In function `yaSSL:iffieHellman::~DiffieHellman(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o)(.gnu.linkonce.t._._Q35yaSSL3DES7DESImpl+0x51): In function `yaSSL:ES:ESImpl::~DESImpl(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o)(.gnu.linkonce.t._._Q35yaSSL7DES_EDE11DES_EDEImpl+0x3a): In function `yaSSL:ES_EDE:ES_EDEImpl::~DES_EDEImpl(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o)(.gnu.linkonce.t._._Q35yaSSL3AES7AESImpl+0x3a): more undefined references to `__builtin_delete' follow
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt9Mode_BASE+0xc): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o)(.gnu.linkonce.d.__vt_Q25yaSSL4Auth+0x8): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o)(.gnu.linkonce.d.__vt_Q25yaSSL4Auth+0xc): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o)(.gnu.linkonce.d.__vt_Q25yaSSL4Auth+0x10): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o)(.gnu.linkonce.d.__vt_Q25yaSSL10BulkCipher+0x8): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o)(.gnu.linkonce.d.__vt_Q25yaSSL10BulkCipher+0xc): more undefined references to `__pure_virtual' follow
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o)(.gnu.linkonce.t._._Q28TaoCrypt14RSA_PrivateKey+0x12e): In function `TaoCrypt::RSA_PrivateKey::~RSA_PrivateKey(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(log.o)(.text+0x30): In function `yaSSL:og::~Log(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-algebra.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt23AbstractEuclideanDomain+0xc): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-algebra.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt23AbstractEuclideanDomain+0x10): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-algebra.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt23AbstractEuclideanDomain+0x14): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-algebra.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt23AbstractEuclideanDomain+0x18): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-algebra.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt23AbstractEuclideanDomain+0x3c): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-algebra.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt23AbstractEuclideanDomain+0x40): more undefined references to `__pure_virtual' follow
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-file.o)(.text+0x88): In function `TaoCrypt::FileSource::~FileSource(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-file.o)(.text+0x28c): In function `TaoCrypt::FileSink::~FileSink(void)':
: undefined reference to `__builtin_delete'
collect2: ld returned 1 exit status
configure: failed program was:
#line 58022 "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:58427: checking for mysql_errno in -lmysqlclient
configure:58446: gcc -o conftest -I/usr/include -g -O2  -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib -L/usr/lib  conftest.c -lmysqlclient  -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
/usr/local/mysql/lib/libmysqlclient.a(ssl.o)(.gnu.linkonce.d.__vt_Q25yaSSL7Message+0x8): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(ssl.o)(.gnu.linkonce.d.__vt_Q25yaSSL7Message+0xc): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(ssl.o)(.gnu.linkonce.d.__vt_Q25yaSSL7Message+0x10): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(ssl.o)(.gnu.linkonce.d.__vt_Q25yaSSL7Message+0x14): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(ssl.o)(.gnu.linkonce.d.__vt_Q25yaSSL7Message+0x18): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(cert_wrapper.o)(.text+0x76): In function `yaSSL::x509::~x509(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(cert_wrapper.o)(.text+0x2e6): In function `yaSSL::CertManager::~CertManager(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(template_instnt.o)(.gnu.linkonce.t._._Q25mySTLt4list1ZPQ25yaSSL11SSL_SESSION+0x42): In function `mySTL::list<yaSSL::SSL_SESSION *>::~list(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(template_instnt.o)(.gnu.linkonce.t._._Q25mySTLt4list1ZPQ25yaSSL12input_buffer+0x42): In function `mySTL::list<yaSSL::input_buffer *>::~list(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(template_instnt.o)(.gnu.linkonce.t._._Q25mySTLt4list1ZPQ25yaSSL13output_buffer+0x42): In function `mySTL::list<yaSSL:utput_buffer *>::~list(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(template_instnt.o)(.gnu.linkonce.t._._Q25mySTLt4list1ZPUc+0x42): more undefined references to `__builtin_delete' follow
/usr/local/mysql/lib/libmysqlclient.a(template_instnt.o)(.gnu.linkonce.d.__vt_Q25yaSSL13HandShakeBase+0x8): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(template_instnt.o)(.gnu.linkonce.d.__vt_Q25yaSSL13HandShakeBase+0xc): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(template_instnt.o)(.gnu.linkonce.d.__vt_Q25yaSSL13HandShakeBase+0x10): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(template_instnt.o)(.gnu.linkonce.d.__vt_Q25yaSSL13HandShakeBase+0x14): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(yassl_imp.o)(.text+0x299d): In function `yaSSL::ServerDHParams::~ServerDHParams(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(yassl_imp.o)(.text+0x4a16): In function `yaSSL::Connection::~Connection(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(yassl_int.o)(.text+0x3398): In function `yaSSL::SSL_SESSION::~SSL_SESSION(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(yassl_int.o)(.text+0x3532): In function `yaSSL::Sessions::~Sessions(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(yassl_int.o)(.text+0x389a): In function `yaSSL::SSL_CTX::~SSL_CTX(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(yassl_int.o)(.text+0x3d43): more undefined references to `__builtin_delete' follow
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-asn.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt4HASH+0xc): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-asn.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt4HASH+0x10): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-asn.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt4HASH+0x14): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-asn.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt4HASH+0x18): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-asn.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt4HASH+0x1c): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-asn.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt11BER_Decoder+0xc): more undefined references to `__pure_virtual' follow
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-asn.o)(.gnu.linkonce.t._._Q28TaoCrypt13DSA_PublicKey+0xaa): In function `TaoCrypt:SA_PublicKey::~DSA_PublicKey(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-random.o)(.text+0x171): In function `TaoCrypt::OS_Seed::~OS_Seed(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-hash.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt17HASHwithTransform+0x14): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-hash.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt17HASHwithTransform+0x18): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-hash.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt17HASHwithTransform+0x1c): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-hash.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt17HASHwithTransform+0x20): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-hash.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt17HASHwithTransform+0x24): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-hash.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt17HASHwithTransform+0x28): more undefined references to `__pure_virtual' follow
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o)(.text+0x1611): In function `yaSSL::RandomPool::~RandomPool(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o)(.text+0x200d): In function `yaSSL::Integer::~Integer(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o)(.text+0x2395): In function `yaSSL:iffieHellman::~DiffieHellman(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o)(.gnu.linkonce.t._._Q35yaSSL3DES7DESImpl+0x51): In function `yaSSL:ES:ESImpl::~DESImpl(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o)(.gnu.linkonce.t._._Q35yaSSL7DES_EDE11DES_EDEImpl+0x3a): In function `yaSSL::DES_EDE::DES_EDEImpl::~DES_EDEImpl(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o)(.gnu.linkonce.t._._Q35yaSSL3AES7AESImpl+0x3a): more undefined references to `__builtin_delete' follow
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt9Mode_BASE+0xc): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o)(.gnu.linkonce.d.__vt_Q25yaSSL4Auth+0x8): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o)(.gnu.linkonce.d.__vt_Q25yaSSL4Auth+0xc): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o)(.gnu.linkonce.d.__vt_Q25yaSSL4Auth+0x10): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o)(.gnu.linkonce.d.__vt_Q25yaSSL10BulkCipher+0x8): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o)(.gnu.linkonce.d.__vt_Q25yaSSL10BulkCipher+0xc): more undefined references to `__pure_virtual' follow
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o)(.gnu.linkonce.t._._Q28TaoCrypt14RSA_PrivateKey+0x12e): In function `TaoCrypt::RSA_PrivateKey::~RSA_PrivateKey(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(log.o)(.text+0x30): In function `yaSSL:og::~Log(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-algebra.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt23AbstractEuclideanDomain+0xc): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-algebra.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt23AbstractEuclideanDomain+0x10): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-algebra.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt23AbstractEuclideanDomain+0x14): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-algebra.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt23AbstractEuclideanDomain+0x18): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-algebra.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt23AbstractEuclideanDomain+0x3c): undefined reference to `__pure_virtual'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-algebra.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt23AbstractEuclideanDomain+0x40): more undefined references to `__pure_virtual' follow
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-file.o)(.text+0x88): In function `TaoCrypt::FileSource::~FileSource(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-file.o)(.text+0x28c): In function `TaoCrypt::FileSink::~FileSink(void)':
: undefined reference to `__builtin_delete'
collect2: ld returned 1 exit status
configure: failed program was:
#line 58435 "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_errno();

int main() {
mysql_errno()
; return 0; }
 楼主| 发表于 2006-11-8 17:46:43 | 显示全部楼层
没人知道吗?
回复 支持 反对

使用道具 举报

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

本版积分规则

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