problems configuring php5.2.0 and php4.4.4 with mysql5.0.27

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi, im having troubles configuring php5.2.0 (since this version didnt work i also tried 4.4.4 without success) with mysql 5.0.27 and apache 2.2.3. The apache server is working properly, and so does the mysql server.

Theres a unexpeced error in the configwindow;

checking return type of qsort... void
checking for mysql_close in -lmysqlclient... no
checking for mysql_error in -lmysqlclient... no
configure: error: mysql configure failed. Please check config.log for more information.

when i execute with command:

./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql --with-zlib-dir=/home/erikn/php5/pph- 5.2.0/ext/zlib --with-gd

the configlog is attached to this document, if you need it :)

thanks in advance!
Erik Nordlander
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:2207: checking for mingw32 environment
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:2698: checking whether gcc accepts -g
configure:2731: checking whether gcc and cc understand -c and -o together
configure:2782: checking how to run the C preprocessor
configure:2862: checking for AIX
configure:2886: checking whether ln -s works
configure:2918: checking if compiler supports -R
configure:2951: checking if compiler supports -Wl,-rpath,
configure:2992: checking for re2c
configure:3052: checking for gawk
configure:3112: checking for bison
configure:3152: checking for bison version
configure:3193: checking for flex
configure:3227: checking for yywrap in -lfl
configure:3270: checking lex output file root
configure:3291: checking whether yytext is a pointer
configure:3334: checking for working const
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 -pthread   conftest.c  1>&5
configure:3753: checking for pthreads_cflags
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:12269: checking whether byte ordering is bigendian
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/ccSjCE5Q.o: In function `main':
/home/erikn/php5/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/ccp6xLQo.o: In function `main':
/home/erikn/php5/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/cce7B1Hj.o: In function `main':
/home/erikn/php5/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/ccyofPTd.o: In function `main':
/home/erikn/php5/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:14220: checking for res_search
configure:14248: gcc -o conftest -g -O2   conftest.c -lm -ldl -lnsl  1>&5
/tmp/ccSO6E74.o: In function `main':
/home/erikn/php5/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/ccry9NQi.o: In function `main':
/home/erikn/php5/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/ccO79Ht2.o: In function `main':
/home/erikn/php5/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:15654: checking for dirent.h that defines DIR
configure:15692: checking for opendir in -ldir
configure:15833: checking for inttypes.h
configure:15833: checking for stdint.h
configure:15833: checking for dirent.h
configure:15833: checking for ApplicationServices/ApplicationServices.h
configure:15833: checking for sys/param.h
configure:15833: checking for sys/types.h
configure:15833: checking for sys/time.h
configure:15833: checking for netinet/in.h
configure:15833: checking for alloca.h
configure:15833: checking for arpa/inet.h
configure:15833: checking for arpa/nameser.h
configure:15833: checking for assert.h
configure:15833: checking for crypt.h
configure:15833: checking for fcntl.h
configure:15833: checking for grp.h
configure:15833: checking for ieeefp.h
configure:15833: checking for langinfo.h
configure:15833: checking for limits.h
configure:15833: checking for locale.h
configure:15833: checking for monetary.h
configure:15833: checking for mach-o/dyld.h
configure:15833: checking for netdb.h
configure:15833: checking for pwd.h
configure:15833: checking for resolv.h
configure:15833: checking for signal.h
configure:15833: checking for stdarg.h
configure:15833: checking for stdlib.h
configure:15833: checking for string.h
configure:15833: checking for syslog.h
configure:15833: checking for sysexits.h
configure:15833: checking for sys/ioctl.h
configure:15833: checking for sys/file.h
configure:15833: checking for sys/mman.h
configure:15833: checking for sys/mount.h
configure:15833: checking for sys/poll.h
configure:15833: checking for sys/resource.h
configure:15833: checking for sys/select.h
configure:15833: checking for sys/socket.h
configure:15833: checking for sys/statfs.h
configure:15833: checking for sys/statvfs.h
configure:15833: checking for sys/vfs.h
configure:15833: checking for sys/sysexits.h
configure:15833: checking for sys/varargs.h
configure:15833: checking for sys/wait.h
configure:15833: checking for sys/loadavg.h
configure:15833: checking for termios.h
configure:15833: checking for unistd.h
configure:15833: checking for unix.h
configure:15833: checking for utime.h
configure:15833: checking for sys/utsname.h
configure:15833: checking for sys/ipc.h
configure:15833: checking for dlfcn.h
configure:15833: checking for assert.h
configure:15872: checking for fopencookie
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: In function 'main':
configure:15976: warning: incompatible implicit declaration of built-in function 'exit'
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: In function 'main':
configure:16107: warning: incompatible implicit declaration of built-in function 'exit'
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:16185: checking for tm_zone in struct tm
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:16458: checking for struct flock
configure:16500: checking for socklen_t
configure:16543: checking size of intmax_t
configure:16582: checking size of size_t
configure:16621: checking size of ssize_t
configure:16660: checking size of ptrdiff_t
configure:16699: checking size of long long
configure:16738: checking size of long long int
configure:16777: checking size of long
configure:16816: checking size of int
configure:16856: checking for st_blksize in struct stat
configure:16891: checking for st_blocks in struct stat
configure:16931: checking for st_rdev in struct stat
configure:16966: checking for size_t
configure:16999: checking for uid_t in sys/types.h
configure:17035: checking for struct sockaddr_storage
configure:17069: checking for field sa_len in struct sockaddr
configure:17106: checking for IPv6 support
configure:17136: checking for vprintf
configure:17320: checking for alphasort
configure:17320: checking for asctime_r
configure:17320: checking for chroot
configure:17320: checking for ctime_r
configure:17320: checking for cuserid
configure:17320: checking for crypt
configure:17320: checking for flock
configure:17320: checking for ftok
configure:17320: checking for funopen
configure:17320: checking for gai_strerror
configure:17320: checking for gcvt
configure:17320: checking for getloadavg
configure:17320: checking for getlogin
configure:17320: checking for getprotobyname
configure:17320: checking for getprotobynumber
configure:17320: checking for getservbyname
configure:17320: checking for getservbyport
configure:17320: checking for getrusage
configure:17320: checking for gettimeofday
configure:17320: checking for gmtime_r
configure:17320: checking for grantpt
configure:17320: checking for inet_ntoa
configure:17320: checking for inet_ntop
configure:17320: checking for inet_pton
configure:17320: checking for isascii
configure:17320: checking for link
configure:17320: checking for localtime_r
configure:17320: checking for lockf
configure:17320: checking for lchown
configure:17320: checking for lrand48
configure:17320: checking for memcpy
configure:17320: checking for memmove
configure:17320: checking for mkstemp
configure:17320: checking for mmap
configure:17320: checking for nl_langinfo
configure:17320: checking for perror
configure:17320: checking for poll
configure:17320: checking for ptsname
configure:17320: checking for putenv
configure:17320: checking for realpath
configure:17320: checking for random
configure:17320: checking for rand_r
configure:17320: checking for regcomp
configure:17320: checking for res_search
configure:17320: checking for scandir
configure:17320: checking for setitimer
configure:17320: checking for setlocale
configure:17320: checking for localeconv
configure:17320: checking for setenv
configure:17320: checking for setpgid
configure:17320: checking for setsockopt
configure:17320: checking for setvbuf
configure:17320: checking for shutdown
configure:17320: checking for sin
configure:17320: checking for snprintf
configure:17320: checking for srand48
configure:17320: checking for srandom
configure:17320: checking for statfs
configure:17320: checking for statvfs
configure:17320: checking for std_syslog
configure:17320: checking for strcasecmp
configure:17320: checking for strcoll
configure:17320: checking for strdup
configure:17320: checking for strerror
configure:17320: checking for strftime
configure:17320: checking for strptime
configure:17320: checking for strstr
configure:17320: checking for strtok_r
configure:17320: checking for symlink
configure:17320: checking for tempnam
configure:17320: checking for tzset
configure:17320: checking for unlockpt
configure:17320: checking for unsetenv
configure:17320: checking for usleep
configure:17320: checking for nanosleep
configure:17320: checking for utime
configure:17320: checking for vsnprintf
configure:17374: checking for getaddrinfo
configure:17464: checking for strlcat
configure:17464: checking for strlcpy
configure:17464: checking for getopt
configure:17519: checking whether utime accepts a null argument
configure:17566: checking for working alloca.h
configure:17599: checking for alloca
configure:17799: checking for declared timezone
configure:17846: checking for type of reentrant time-related functions
configure:17945: checking for readdir_r
configure:17995: checking for type of readdir_r
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: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:22242: checking for gzgets in -lz
configure:22261: gcc -o conftest -g -O2   conftest.c -lz  -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm 1>&5
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:25541: checking for uint32_t
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:25638: checking for atoll
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:34058: checking for fabsf
configure:34086: gcc -o conftest -g -O2   conftest.c -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:34070: warning: conflicting types for built-in function 'fabsf'
configure:34058: checking for floorf
configure:34086: gcc -o conftest -g -O2   conftest.c -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
configure:34070: warning: conflicting types for built-in function 'floorf'
configure:34533: checking for png_write_image in -lpng
configure:34552: gcc -o conftest -g -O2   -lz conftest.c -lpng  -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lxml2 -lz -lm 1>&5
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: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:44528: checking if iconv is glibc's
configure:44537: gcc -o conftest -I/usr/include -g -O2  -L/usr/lib  conftest.c -lpng -lz -lz -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 -lpng -lz -lz -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  -lpng -lz -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): In function `yaSSL::x509::~x509(void)':
cert_wrapper.cpp:(.text+0x76): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(cert_wrapper.o): In function `yaSSL::CertManager::~CertManager(void)':
cert_wrapper.cpp:(.text+0x2e6): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(template_instnt.o): In function `mySTL::list<yaSSL::SSL_SESSION *>::~list(void)':
template_instnt.cpp:(.gnu.linkonce.t._._Q25mySTLt4list1ZPQ25yaSSL11SSL_SESSION+0x42): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(template_instnt.o): In function `mySTL::list<yaSSL::input_buffer *>::~list(void)':
template_instnt.cpp:(.gnu.linkonce.t._._Q25mySTLt4list1ZPQ25yaSSL12input_buffer+0x42): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(template_instnt.o): In function `mySTL::list<yaSSL::output_buffer *>::~list(void)':
template_instnt.cpp:(.gnu.linkonce.t._._Q25mySTLt4list1ZPQ25yaSSL13output_buffer+0x42): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(template_instnt.o):template_instnt.cpp:(.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): In function `yaSSL::ServerDHParams::~ServerDHParams(void)':
yassl_imp.cpp:(.text+0x299d): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(yassl_imp.o): In function `yaSSL::Connection::~Connection(void)':
yassl_imp.cpp:(.text+0x4a16): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(yassl_int.o): In function `yaSSL::SSL_SESSION::~SSL_SESSION(void)':
yassl_int.cpp:(.text+0x3398): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(yassl_int.o): In function `yaSSL::Sessions::~Sessions(void)':
yassl_int.cpp:(.text+0x3532): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(yassl_int.o): In function `yaSSL::SSL_CTX::~SSL_CTX(void)':
yassl_int.cpp:(.text+0x389a): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(yassl_int.o):yassl_int.cpp:(.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): In function `TaoCrypt::DSA_PublicKey::~DSA_PublicKey(void)':
asn.cpp:(.gnu.linkonce.t._._Q28TaoCrypt13DSA_PublicKey+0xaa): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-random.o): In function `TaoCrypt::OS_Seed::~OS_Seed(void)':
random.cpp:(.text+0x171): 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): In function `yaSSL::RandomPool::~RandomPool(void)':
crypto_wrapper.cpp:(.text+0x1611): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o): In function `yaSSL::Integer::~Integer(void)':
crypto_wrapper.cpp:(.text+0x200d): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o): In function `yaSSL::DiffieHellman::~DiffieHellman(void)':
crypto_wrapper.cpp:(.text+0x2395): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o): In function `yaSSL::DES::DESImpl::~DESImpl(void)':
crypto_wrapper.cpp:(.gnu.linkonce.t._._Q35yaSSL3DES7DESImpl+0x51): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o): In function `yaSSL::DES_EDE::DES_EDEImpl::~DES_EDEImpl(void)':
crypto_wrapper.cpp:(.gnu.linkonce.t._._Q35yaSSL7DES_EDE11DES_EDEImpl+0x3a): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o):crypto_wrapper.cpp:(.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): In function `TaoCrypt::RSA_PrivateKey::~RSA_PrivateKey(void)':
crypto_wrapper.cpp:(.gnu.linkonce.t._._Q28TaoCrypt14RSA_PrivateKey+0x12e): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(log.o): In function `yaSSL::Log::~Log(void)':
log.cpp:(.text+0x30): 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): In function `TaoCrypt::FileSource::~FileSource(void)':
file.cpp:(.text+0x88): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-file.o): In function `TaoCrypt::FileSink::~FileSink(void)':
file.cpp:(.text+0x28c): 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:58254: checking for mysql_error in -lmysqlclient
configure:58273: gcc -o conftest -I/usr/include -g -O2  -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib -L/usr/lib  -Wl,-rpath,/usr -L/usr conftest.c -lmysqlclient  -lz -lpng -lz -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): In function `yaSSL::x509::~x509(void)':
cert_wrapper.cpp:(.text+0x76): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(cert_wrapper.o): In function `yaSSL::CertManager::~CertManager(void)':
cert_wrapper.cpp:(.text+0x2e6): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(template_instnt.o): In function `mySTL::list<yaSSL::SSL_SESSION *>::~list(void)':
template_instnt.cpp:(.gnu.linkonce.t._._Q25mySTLt4list1ZPQ25yaSSL11SSL_SESSION+0x42): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(template_instnt.o): In function `mySTL::list<yaSSL::input_buffer *>::~list(void)':
template_instnt.cpp:(.gnu.linkonce.t._._Q25mySTLt4list1ZPQ25yaSSL12input_buffer+0x42): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(template_instnt.o): In function `mySTL::list<yaSSL::output_buffer *>::~list(void)':
template_instnt.cpp:(.gnu.linkonce.t._._Q25mySTLt4list1ZPQ25yaSSL13output_buffer+0x42): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(template_instnt.o):template_instnt.cpp:(.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): In function `yaSSL::ServerDHParams::~ServerDHParams(void)':
yassl_imp.cpp:(.text+0x299d): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(yassl_imp.o): In function `yaSSL::Connection::~Connection(void)':
yassl_imp.cpp:(.text+0x4a16): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(yassl_int.o): In function `yaSSL::SSL_SESSION::~SSL_SESSION(void)':
yassl_int.cpp:(.text+0x3398): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(yassl_int.o): In function `yaSSL::Sessions::~Sessions(void)':
yassl_int.cpp:(.text+0x3532): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(yassl_int.o): In function `yaSSL::SSL_CTX::~SSL_CTX(void)':
yassl_int.cpp:(.text+0x389a): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(yassl_int.o):yassl_int.cpp:(.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): In function `TaoCrypt::DSA_PublicKey::~DSA_PublicKey(void)':
asn.cpp:(.gnu.linkonce.t._._Q28TaoCrypt13DSA_PublicKey+0xaa): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-random.o): In function `TaoCrypt::OS_Seed::~OS_Seed(void)':
random.cpp:(.text+0x171): 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): In function `yaSSL::RandomPool::~RandomPool(void)':
crypto_wrapper.cpp:(.text+0x1611): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o): In function `yaSSL::Integer::~Integer(void)':
crypto_wrapper.cpp:(.text+0x200d): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o): In function `yaSSL::DiffieHellman::~DiffieHellman(void)':
crypto_wrapper.cpp:(.text+0x2395): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o): In function `yaSSL::DES::DESImpl::~DESImpl(void)':
crypto_wrapper.cpp:(.gnu.linkonce.t._._Q35yaSSL3DES7DESImpl+0x51): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o): In function `yaSSL::DES_EDE::DES_EDEImpl::~DES_EDEImpl(void)':
crypto_wrapper.cpp:(.gnu.linkonce.t._._Q35yaSSL7DES_EDE11DES_EDEImpl+0x3a): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(crypto_wrapper.o):crypto_wrapper.cpp:(.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): In function `TaoCrypt::RSA_PrivateKey::~RSA_PrivateKey(void)':
crypto_wrapper.cpp:(.gnu.linkonce.t._._Q28TaoCrypt14RSA_PrivateKey+0x12e): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(log.o): In function `yaSSL::Log::~Log(void)':
log.cpp:(.text+0x30): 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): In function `TaoCrypt::FileSource::~FileSource(void)':
file.cpp:(.text+0x88): undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-file.o): In function `TaoCrypt::FileSink::~FileSink(void)':
file.cpp:(.text+0x28c): undefined reference to `__builtin_delete'
collect2: ld returned 1 exit status
configure: failed program was:
#line 58262 "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; }
-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux