ID: 8749
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: Compile Failure
Description: Compile errors with IBM DB2 support

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:1299: checking for a BSD compatible install
configure:1352: checking whether build environment is sane
configure:1409: checking whether make sets ${MAKE}
configure:1448: checking for working aclocal
configure:1461: checking for working autoconf
configure:1474: checking for working automake
configure:1487: checking for working autoheader
configure:1500: checking for working makeinfo
configure:1530: checking whether to enable maintainer-specific portions of Makefiles
configure:1559: checking host system type
configure:1587: checking for gawk
configure:1621: checking for bison
configure:1655: checking bison version
configure:1668: checking for gcc
configure:1781: checking whether the C compiler (gcc -O2 
-I/root/webbuild/openssl-0.9.6/include  -L/usr/local/ssl/lib/openssl 
-L/usr/local/mysql/lib -L/usr/lib) works
configure:1797: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c  1>&5
configure:1823: checking whether the C compiler (gcc -O2 
-I/root/webbuild/openssl-0.9.6/include  -L/usr/local/ssl/lib/openssl 
-L/usr/local/mysql/lib -L/usr/lib) is a cross-compiler
configure:1828: checking whether we are using GNU C
configure:1837: gcc -E conftest.c
configure:1856: checking whether gcc accepts -g
configure:1888: checking how to run the C preprocessor
configure:1909: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:1968: checking for AIX
configure:2013: checking for gcc option to accept ANSI C
configure:2066: gcc  -c -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include conftest.c 
1>&5
configure:2093: checking for ranlib
configure:2122: checking whether gcc and cc understand -c and -o together
configure:2137: gcc -c conftest.c -o conftest.o 1>&5
configure:2138: gcc -c conftest.c -o conftest.o 1>&5
configure:2143: cc -c conftest.c 1>&5
configure:2145: cc -c conftest.c -o conftest.o 1>&5
configure:2146: cc -c conftest.c -o conftest.o 1>&5
configure:2173: checking whether ln -s works
configure:2200: checking for flex
configure:2233: checking for flex
configure:2267: checking for yywrap in -lfl
configure:2286: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lfl   1>&5
configure:2309: checking lex output file root
configure:2330: checking whether yytext is a pointer
configure:2349: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c  -lfl 1>&5
configure:2372: checking for working const
configure:2426: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include conftest.c 
1>&5
configure:2543: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c  1>&5
/tmp/cc12PKKP.o: In function `main':
/tmp/cc12PKKP.o(.text+0x1a): undefined reference to `pthread_mutexattr_init'
/tmp/cc12PKKP.o(.text+0x2e): undefined reference to `pthread_create'
collect2: ld returned 1 exit status
configure: failed program was:
#line 2525 "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:2563: checking for pthreads_cflags
configure:2596: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include -kthread 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c  1>&5
gcc: unrecognized option `-kthread'
/tmp/cc2JZVzZ.o: In function `main':
/tmp/cc2JZVzZ.o(.text+0x1a): undefined reference to `pthread_mutexattr_init'
/tmp/cc2JZVzZ.o(.text+0x2e): undefined reference to `pthread_create'
collect2: ld returned 1 exit status
configure: failed program was:
#line 2578 "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:2596: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include -pthread 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c  1>&5
configure:2625: checking for pthreads_lib
configure:2722: checking for AOLserver support
configure:2796: checking for Apache module support via DSO through APXS
configure:2901: checking for Apache module support
configure:3127: checking for mod_charset compatibility option
configure:3151: checking whether gcc supports -rdynamic
configure:3197: checking for Apache 2.0 module support via DSO through APXS
configure:3324: checking for Caudium support
configure:3600: checking for fhttpd module support
configure:3645: checking for Zeus ISAPI support
configure:3707: checking for NSAPI support
configure:3786: checking for PHTTPD support
configure:3847: checking for Pi3Web Support
configure:4025: checking for Roxen/Pike support
configure:4127: checking for Servlet support
configure:4254: checking for thttpd
configure:4260: checking for chosen SAPI module
configure:4309: checking for missing declarations of reentrant functions
configure:4318: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include conftest.c 
1>&5
configure:4343: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include conftest.c 
1>&5
configure:4368: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include conftest.c 
1>&5
configure:4393: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include conftest.c 
1>&5
configure:4418: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include conftest.c 
1>&5
configure:4439: checking whether compiler supports -R
configure:4454: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -R /usr/lib  
1>&5
gcc: unrecognized option `-R'
/usr/lib: file not recognized: Is a directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 4447 "configure"
#include "confdefs.h"

int main() {

; return 0; }
configure:4472: checking whether compiler supports -Wl,-rpath,
configure:4487: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c 
-Wl,-rpath,/usr/lib  1>&5
configure:4512: checking for sendmail
configure:4555: checking whether system uses EBCDIC
configure:4574: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c  1>&5
configure: failed program was:
#line 4566 "configure"
#include "confdefs.h"

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

configure:4610: checking for socket in -lsocket
configure:4629: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lsocket   
1>&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure: failed program was:
#line 4618 "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 socket();

int main() {
socket()
; return 0; }
configure:4665: checking for htonl in -lsocket
configure:4684: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lsocket   
1>&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure: failed program was:
#line 4673 "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 htonl();

int main() {
htonl()
; return 0; }
configure:4723: checking for yp_get_default_domain
configure:4751: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c  1>&5
/tmp/ccDemBOc.o: In function `main':
/tmp/ccDemBOc.o(.text+0x7): undefined reference to `yp_get_default_domain'
collect2: ld returned 1 exit status
configure: failed program was:
#line 4728 "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:4776: checking for gethostname in -lnsl
configure:4795: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lnsl   1>&5
configure:4893: checking for crypt in -lcrypt
configure:4912: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lcrypt  
-lnsl  1>&5
configure:4950: checking for dlopen in -ldl
configure:4969: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -ldl  
-lcrypt -lnsl  1>&5
configure:5002: checking for sin in -lm
configure:5021: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lm  -ldl 
-lcrypt -lnsl  1>&5
configure:5014: warning: conflicting types for built-in function `sin'
configure:5050: checking for inet_aton in -lbind
configure:5069: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lbind  -lm 
-ldl -lcrypt -lnsl  1>&5
/usr/bin/ld: cannot find -lbind
collect2: ld returned 1 exit status
configure: failed program was:
#line 5058 "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 inet_aton();

int main() {
inet_aton()
; return 0; }
configure:5107: checking for inet_aton in -lresolv
configure:5126: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv  
-lm -ldl -lcrypt -lnsl  1>&5
configure:5155: checking for res_search in -lsocket
configure:5174: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lsocket  
-lresolv -lm -ldl -lcrypt -lnsl  1>&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure: failed program was:
#line 5163 "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 res_search();

int main() {
res_search()
; return 0; }
configure:5293: checking for res_search in -lresolv
configure:5312: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv  
-lresolv -lm -ldl -lcrypt -lnsl  1>&5
configure:5439: checking for ANSI C header files
configure:5452: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5519: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:5549: checking for dirent.h that defines DIR
configure:5562: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include conftest.c 
1>&5
configure:5587: checking for opendir in -ldir
configure:5606: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -ldir  
-lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
/usr/bin/ld: cannot find -ldir
collect2: ld returned 1 exit status
configure: failed program was:
#line 5595 "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:5713: checking for fclose declaration
configure:5722: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include conftest.c 
1>&5
configure:5777: checking for alloca.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5777: checking for arpa/inet.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5777: checking for crypt.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5777: checking for fcntl.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5777: checking for grp.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5777: checking for limits.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5777: checking for locale.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5777: checking for netinet/in.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5777: checking for pwd.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5777: checking for signal.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5777: checking for stdarg.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5777: checking for stdlib.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5777: checking for string.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5777: checking for syslog.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5777: checking for sys/file.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5777: checking for sys/mman.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5777: checking for sys/resource.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5777: checking for sys/select.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5777: checking for sys/socket.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5777: checking for sys/statfs.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5777: checking for sys/statvfs.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5777: checking for sys/time.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5777: checking for sys/types.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5777: checking for sys/varargs.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5783:25: sys/varargs.h: No such file or directory
configure: failed program was:
#line 5782 "configure"
#include "confdefs.h"
#include <sys/varargs.h>
configure:5777: checking for sys/wait.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5777: checking for unistd.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5777: checking for unix.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5783:18: unix.h: No such file or directory
configure: failed program was:
#line 5782 "configure"
#include "confdefs.h"
#include <unix.h>
configure:5777: checking for utime.h
configure:5787: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include conftest.c >/dev/null 2>conftest.out
configure:5815: checking whether struct tm is in sys/time.h or time.h
configure:5828: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include conftest.c 
1>&5
configure:5849: checking for tm_zone in struct tm
configure:5862: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include conftest.c 
1>&5
configure:5921: checking for tm_gmtoff in struct tm
configure:5934: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include conftest.c 
1>&5
configure:5957: checking for struct flock
configure:5972: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include conftest.c 
1>&5
configure:5999: checking for socklen_t
configure:6016: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include conftest.c 
1>&5
configure:6042: checking size of long
configure:6061: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6081: checking size of int
configure:6100: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6155: checking for st_blksize in struct stat
configure:6168: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include conftest.c 
1>&5
configure:6190: checking for st_blocks in struct stat
configure:6203: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include conftest.c 
1>&5
configure:6230: checking for st_rdev in struct stat
configure:6243: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include conftest.c 
1>&5
configure:6265: checking for size_t
configure:6298: checking for uid_t in sys/types.h
configure:6333: checking for IPv6 support
configure:6346: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include conftest.c 
1>&5
configure:6367: checking for vprintf
configure:6395: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for asctime_r
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for crypt
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for ctime_r
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for cuserid
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for flock
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for gcvt
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for getlogin
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for gethostbyaddr
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for getrusage
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for gettimeofday
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for gmtime_r
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for inet_aton
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for isascii
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for link
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for localtime_r
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for lockf
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for lrand48
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for memcpy
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6536: warning: conflicting types for built-in function `memcpy'
configure:6524: checking for memmove
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for mkstemp
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for mmap
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for putenv
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for random
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for rand_r
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for regcomp
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for setitimer
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for setlocale
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for setsockopt
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for setvbuf
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for shutdown
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for sin
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6536: warning: conflicting types for built-in function `sin'
configure:6524: checking for snprintf
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for srand48
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for srandom
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for statfs
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for statvfs
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for std_syslog
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
/tmp/ccVzd3zH.o: In function `main':
/tmp/ccVzd3zH.o(.text+0x7): undefined reference to `std_syslog'
collect2: ld returned 1 exit status
configure: failed program was:
#line 6529 "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:6524: checking for strcasecmp
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for strdup
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for strerror
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for strftime
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for strstr
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for strtok_r
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for symlink
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for tempnam
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
/tmp/cc7r4L2C.o: In function `main':
/tmp/cc7r4L2C.o(.text+0x7): the use of `tempnam' is dangerous, better use `mkstemp'
configure:6524: checking for tzset
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for unsetenv
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for usleep
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for utime
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6524: checking for vsnprintf
configure:6552: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6578: checking for getaddrinfo
configure:6590: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include conftest.c 
1>&5
configure:6613: checking for strlcat
configure:6641: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
/tmp/ccC01Otn.o: In function `main':
/tmp/ccC01Otn.o(.text+0x7): undefined reference to `strlcat'
collect2: ld returned 1 exit status
configure: failed program was:
#line 6618 "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:6613: checking for strlcpy
configure:6641: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
/tmp/cciT6fGo.o: In function `main':
/tmp/cciT6fGo.o(.text+0x7): undefined reference to `strlcpy'
collect2: ld returned 1 exit status
configure: failed program was:
#line 6618 "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:6613: checking for getopt
configure:6641: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6668: checking whether utime accepts a null argument
configure:6689: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6715: checking for working alloca.h
configure:6748: checking for alloca
configure:6781: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6948: checking whether sprintf is broken
configure:6963: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:6997: checking for declared timezone
configure:7018: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include conftest.c 
1>&5
configure:7044: checking for type of reentrant time-related functions
configure:7074: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure: In function `main':
configure:7066: warning: assignment makes integer from pointer without a cast
configure:7067: too many arguments to function `asctime_r'
configure: failed program was:
#line 7055 "configure"
#include "confdefs.h"

#include <time.h>
#include <stdlib.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) exit(0);
exit(1);
}

configure:7103: checking for readdir_r
configure:7131: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:7153: checking for type of readdir_r
configure:7189: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib conftest.c -lresolv -lm 
-ldl -lcrypt -lnsl  -lresolv 1>&5
configure:7292: checking whether to use a configuration file
configure:7361: checking whether to include debugging symbols
configure:7417: checking whether to enable safe mode by default
configure:7472: checking for safe mode exec dir
configure:7513: checking for OpenSSL support
configure:7697: checking whether to enable PHP's own SIGCHLD handler
configure:7754: checking whether to enable magic quotes by default
configure:7811: checking whether to enable runpaths
configure:7856: checking whether to explicitly link against libgcc
configure:7957: checking whether to enable short tags by default
configure:8015: checking whether to enable PIC for shared objects
configure:8061: checking whether to enable dmalloc
configure:8126: checking whether to install PEAR
configure:8196: checking for ASPELL support
configure:8445: checking for bc style precision math functions
configure:8747: checking for BZip2 support
configure:9080: checking whether to enable calendar conversion support
configure:9266: checking CCVS Support
configure:9506: checking whether to include cpdflib support
configure:10257: checking whether to enable ctype support
configure:10445: checking for CURL support
configure:10778: checking for CyberCash support
configure:11062: checking whether to enable DAV support through mod_dav
configure:11244: checking whether to include old xDBM support
configure:11785: checking whether to enable DBA
configure:12038: checking for GDBM support
configure:12272: checking for NDBM support
configure:12520: checking for Berkeley DB2 support
configure:12751: checking for Berkeley DB3 support
configure:12974: checking for DBM support
configure:13197: checking for CDB support
configure:13209: checking whether to enable DBA interface
configure:13375: checking whether to enable the bundled dbase library
configure:13565: checking for DOM support
configure:14070: checking whether to enable exif support
configure:14258: checking for fdftk support
configure:14643: checking whether to enable the bundled filePro support
configure:14833: checking whether to add fribidi support
configure:15227: checking whether to enable FTP support
configure:15421: checking whether to enable truetype string function in gd
configure:17388: checking whether to include GNU gettext support
configure:17808: checking for gmp support
configure:18084: checking for Hyperwave support
configure:18253: checking for ICAP support
configure:18573: checking for Kerberos support in IMAP
configure:18626: checking for SSL support in IMAP
configure:18679: checking for IMAP support
configure:19327: checking for Informix support
configure:19830: checking for Ingres II support
configure:20257: checking for InterBase support
configure:20576: checking for ircg support
configure:20854: checking for Java support
configure:21290: checking whether to include LDAP support
configure:22555: checking for MCAL support
configure:22914: checking for mcrypt support
configure:23001: checking for init_mcrypt in -lmcrypt
configure:23020: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lmcrypt  -lldap -llber -lresolv 
-lm -ldl -lcrypt -lnsl  -lresolv 1>&5
/usr/local/lib/libmcrypt.so: undefined reference to `lt_dlerror'
/usr/local/lib/libmcrypt.so: undefined reference to `lt_dlclose'
/usr/local/lib/libmcrypt.so: undefined reference to `lt_dlexit'
/usr/local/lib/libmcrypt.so: undefined reference to `lt_dlsetsearchpath'
/usr/local/lib/libmcrypt.so: undefined reference to `lt_dlopenext'
/usr/local/lib/libmcrypt.so: undefined reference to `lt_dlsym'
/usr/local/lib/libmcrypt.so: undefined reference to `lt_dlinit'
collect2: ld returned 1 exit status
configure: failed program was:
#line 23009 "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 init_mcrypt();

int main() {
init_mcrypt()
; return 0; }
configure:23050: checking for mcrypt_module_open in -lmcrypt
configure:23069: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lmcrypt  -lldap -llber -lresolv 
-lm -ldl -lcrypt -lnsl  -lresolv -lltdl 1>&5
configure:23357: checking for mhash support
configure:23683: checking for mSQL support
configure:24081: checking for MySQL support
configure:25711: checking for Oracle-OCI8 support
configure:26664: checking for Adabas support
configure:26833: checking for SAP DB support
configure:26947: checking for Solid support
configure:27062: checking for IBM DB2 support
configure:27907: checking for Oracle-ORACLE support
configure:32744: checking for Ovrimos SQL Server support
configure:33113: checking whether to include PCRE support
configure:33528: checking for memmove
configure:33582: checking whether to include Pdflib 3.x support
configure:34812: checking whether to include Verisign Payflow Pro support
configure:35159: checking for PostgreSQL support
configure:35646: checking whether to include POSIX-like functions
configure:35832: checking for seteuid
configure:35860: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib/mysql 
-L/usr/local/mysql/lib/mysql conftest.c -lmysqlclient -lmcrypt -lltdl -lldap -llber 
-lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
configure:35832: checking for setegid
configure:35860: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib/mysql 
-L/usr/local/mysql/lib/mysql conftest.c -lmysqlclient -lmcrypt -lltdl -lldap -llber 
-lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
configure:35832: checking for setsid
configure:35860: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib/mysql 
-L/usr/local/mysql/lib/mysql conftest.c -lmysqlclient -lmcrypt -lltdl -lldap -llber 
-lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
configure:35832: checking for getsid
configure:35860: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib/mysql 
-L/usr/local/mysql/lib/mysql conftest.c -lmysqlclient -lmcrypt -lltdl -lldap -llber 
-lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
configure:35832: checking for setpgid
configure:35860: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib/mysql 
-L/usr/local/mysql/lib/mysql conftest.c -lmysqlclient -lmcrypt -lltdl -lldap -llber 
-lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
configure:35832: checking for ctermid
configure:35860: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib/mysql 
-L/usr/local/mysql/lib/mysql conftest.c -lmysqlclient -lmcrypt -lltdl -lldap -llber 
-lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
configure:35832: checking for mkfifo
configure:35860: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib/mysql 
-L/usr/local/mysql/lib/mysql conftest.c -lmysqlclient -lmcrypt -lltdl -lldap -llber 
-lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
configure:35832: checking for getrlimit
configure:35860: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib/mysql 
-L/usr/local/mysql/lib/mysql conftest.c -lmysqlclient -lmcrypt -lltdl -lldap -llber 
-lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
configure:35890: checking whether to include pspell support
configure:36217: checking whether to include QDOM support
configure:36650: checking for readline support
configure:37340: checking for recode support
configure:37794: checking for Sablotron XSL support
configure:38153: checking whether to enable CORBA support via Satellite
configure:38469: checking for mm support
configure:38514: checking whether to enable transparent session id propagation
configure:38559: checking whether to enable session support
configure:38894: checking whether to enable shmop support
configure:39083: checking for SNMP support
configure:39684: checking whether to enable UCD SNMP hack
configure:39714: checking whether to enable sockets support
configure:40129: checking for dlopen
configure:40157: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib/mysql 
-L/usr/local/mysql/lib/mysql conftest.c -lmysqlclient -lmcrypt -lltdl -lldap -llber 
-lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
configure:40181: checking for pam_start in -lpam
configure:40200: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib/mysql 
-L/usr/local/mysql/lib/mysql conftest.c -lpam  -lmysqlclient -lmcrypt -lltdl -lldap 
-llber -lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
configure:40229: checking for getcwd
configure:40257: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib/mysql 
-L/usr/local/mysql/lib/mysql conftest.c -lmysqlclient -lmcrypt -lltdl -lldap -llber 
-lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
configure:40229: checking for getwd
configure:40257: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib/mysql 
-L/usr/local/mysql/lib/mysql conftest.c -lmysqlclient -lmcrypt -lltdl -lldap -llber 
-lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
/tmp/ccihRBBo.o: In function `main':
/tmp/ccihRBBo.o(.text+0x7): the `getwd' function is dangerous and should not be used.
configure:40285: checking for standard DES crypt
configure:40311: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib/mysql 
-L/usr/local/mysql/lib/mysql conftest.c -lmysqlclient -lmcrypt -lltdl -lldap -llber 
-lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
configure:40342: checking for extended DES crypt
configure:40368: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib/mysql 
-L/usr/local/mysql/lib/mysql conftest.c -lmysqlclient -lmcrypt -lltdl -lldap -llber 
-lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
configure: failed program was:
#line 40353 "configure"
#include "confdefs.h"

#if HAVE_CRYPT_H
#include <crypt.h>
#endif

main() {
#if HAVE_CRYPT
    exit (strcmp((char *)crypt("rasmuslerdorf","_J9..rasm"),"_J9..rasmBYk8r9AiWNc"));
#else
        exit(0);
#endif
}
configure:40399: checking for MD5 crypt
configure:40434: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib/mysql 
-L/usr/local/mysql/lib/mysql conftest.c -lmysqlclient -lmcrypt -lltdl -lldap -llber 
-lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
configure:40494: checking for Blowfish crypt
configure:40526: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include  
-L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib/mysql 
-L/usr/local/mysql/lib/mysql conftest.c -lmysqlclient -lmcrypt -lltdl -lldap -llber 
-lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
configure: failed program was:
#line 40505 "configure"
#include "confdefs.h"

#if HAVE_CRYPT_H
#include <crypt.h>
#endif

main() {
#if HAVE_CRYPT
    char salt[25], answer[70];
    
    salt[0]='$'; salt[1]='2'; salt[2]='a'; salt[3]='$'; salt[4]='0'; salt[5]='7'; 
salt[6]='$'; salt[7]='\0';
    strcat(salt,"rasmuslerd");
    strcpy(answer,salt);
    strcpy(&answer[16],"O............gl95GkTKn53Of.H4YchXl5PwvvW.5ri");
    exit (strcmp((char *)crypt("rasmuslerdorf",salt),answer));
#else
        exit(0);
#endif
}
configure:40725: checking for libswf support
configure:41060: checking for Sybase support
configure:41513: checking for Sybase-CT support
configure:41960: checking whether to enable System V semaphore support
configure:42194: checking whether to enable System V shared memory support
configure:42382: checking whether to enable WDDX support
configure:42581: checking whether byte ordering is bigendian
configure:42599: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include conftest.c 
1>&5
configure:42614: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include conftest.c 
1>&5
configure: In function `main':
configure:42609: `not' undeclared (first use in this function)
configure:42609: (Each undeclared identifier is reported only once
configure:42609: for each function it appears in.)
configure:42609: parse error before `big'
configure: failed program was:
#line 42603 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
int main() {

#if BYTE_ORDER != BIG_ENDIAN
 not big endian
#endif
; return 0; }
configure:42680: checking for XML support
configure:43091: checking for YAZ support
configure:43441: checking whether to include YP support
configure:43638: checking whether to include zlib support
configure:44134: checking whether to include zziplib support
configure:44632: checking whether to enable versioning
configure:44700: checking which regex library to use
configure:44735: checking bison version
configure:44766: checking for limits.h
configure:44766: checking for malloc.h
configure:44776: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include -DXML_BYTE_ORDER=12 conftest.c >/dev/null 2>conftest.out
configure:44766: checking for string.h
configure:44766: checking for unistd.h
configure:44766: checking for stdarg.h
configure:44766: checking for sys/types.h
configure:44766: checking for signal.h
configure:44766: checking for unix.h
configure:44766: checking for dlfcn.h
configure:44776: gcc -E -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include -DXML_BYTE_ORDER=12 conftest.c >/dev/null 2>conftest.out
configure:44804: checking for size_t
configure:44837: checking return type of signal handlers
configure:44859: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include 
-DXML_BYTE_ORDER=12 conftest.c 1>&5
configure:44879: checking for dlopen in -ldl
configure:44919: checking for dlopen
configure:44971: checking for uint
configure:45004: checking for ulong
configure:45039: checking for vprintf
configure:45144: checking for 8-bit clean memcmp
configure:45162: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include 
-DXML_BYTE_ORDER=12  -L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib/mysql 
-L/usr/local/mysql/lib/mysql conftest.c -ldl -lmysqlclient -lmcrypt -lltdl -lldap 
-llber -lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
configure:45182: checking for working alloca.h
configure:45215: checking for alloca
configure:45416: checking for memcpy
configure:45416: checking for strdup
configure:45416: checking for getpid
configure:45444: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include 
-DXML_BYTE_ORDER=12  -L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib/mysql 
-L/usr/local/mysql/lib/mysql conftest.c -ldl -lmysqlclient -lmcrypt -lltdl -lldap 
-llber -lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
configure:45416: checking for kill
configure:45444: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include 
-DXML_BYTE_ORDER=12  -L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib/mysql 
-L/usr/local/mysql/lib/mysql conftest.c -ldl -lmysqlclient -lmcrypt -lltdl -lldap 
-llber -lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
configure:45416: checking for strtod
configure:45444: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include 
-DXML_BYTE_ORDER=12  -L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib/mysql 
-L/usr/local/mysql/lib/mysql conftest.c -ldl -lmysqlclient -lmcrypt -lltdl -lldap 
-llber -lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
configure:45416: checking for strtol
configure:45444: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include 
-DXML_BYTE_ORDER=12  -L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib/mysql 
-L/usr/local/mysql/lib/mysql conftest.c -ldl -lmysqlclient -lmcrypt -lltdl -lldap 
-llber -lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
configure:45416: checking for finite
configure:45444: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include 
-DXML_BYTE_ORDER=12  -L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib/mysql 
-L/usr/local/mysql/lib/mysql conftest.c -ldl -lmysqlclient -lmcrypt -lltdl -lldap 
-llber -lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
configure:45470: checking whether sprintf is broken
configure:45519: checking for finite
configure:45519: checking for isfinite
configure:45547: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include 
-DXML_BYTE_ORDER=12  -L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib/mysql 
-L/usr/local/mysql/lib/mysql conftest.c -ldl -lmysqlclient -lmcrypt -lltdl -lldap 
-llber -lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
/tmp/ccd0RAci.o: In function `main':
/tmp/ccd0RAci.o(.text+0x7): undefined reference to `isfinite'
collect2: ld returned 1 exit status
configure: failed program was:
#line 45524 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char isfinite(); 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 isfinite();

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_isfinite) || defined (__stub___isfinite)
choke me
#else
isfinite();
#endif

; return 0; }
configure:45519: checking for isinf
configure:45547: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include 
-DXML_BYTE_ORDER=12  -L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib/mysql 
-L/usr/local/mysql/lib/mysql conftest.c -ldl -lmysqlclient -lmcrypt -lltdl -lldap 
-llber -lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
configure:45519: checking for isnan
configure:45547: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include 
-DXML_BYTE_ORDER=12  -L/usr/local/ssl/lib/openssl -L/usr/local/mysql/lib -L/usr/lib 
-Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/mysql/lib/mysql 
-L/usr/local/mysql/lib/mysql conftest.c -ldl -lmysqlclient -lmcrypt -lltdl -lldap 
-llber -lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
configure:45574: checking whether fp_except is defined
configure:45591: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include 
-DXML_BYTE_ORDER=12 conftest.c 1>&5
configure:45582:27: floatingpoint.h: No such file or directory
configure: failed program was:
#line 45580 "configure"
#include "confdefs.h"

#include <floatingpoint.h>

int main() {

fp_except x = (fp_except) 0;

; return 0; }
configure:45661: checking whether to enable experimental ZTS
configure:45665: checking whether to enable inline optimization for GCC
configure:45669: checking whether to enable a memory limit
configure:45673: checking whether to enable Zend debugging
configure:46270: checking for inline
configure:46284: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include 
-DXML_BYTE_ORDER=12 conftest.c 1>&5
configure:46348: checking for stdarg.h
configure:47004: checking build system type
configure:47033: checking for ld used by GCC
configure:47095: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.10.90 (with BFD 2.10.0.18)
configure:47111: checking for BSD-compatible nm
ltconfig:603: checking for object suffix
ltconfig:604: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include 
-DXML_BYTE_ORDER=12 conftest.c 1>&5
ltconfig:629: checking for executable suffix
ltconfig:630: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include 
-DXML_BYTE_ORDER=12  conftest.c  1>&5
ltconfig:776: checking if gcc PIC flag -fPIC works
ltconfig:777: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include -fPIC -DPIC 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include 
-DXML_BYTE_ORDER=12 conftest.c 1>&5
ltconfig:829: checking if gcc supports -c -o file.o
ltconfig:830: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include -o out/conftest2.o 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include 
-DXML_BYTE_ORDER=12 conftest.c 1>&5
ltconfig:862: checking if gcc supports -c -o file.lo
ltconfig:863: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include -c -o conftest.lo 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include 
-DXML_BYTE_ORDER=12 conftest.c 1>&5
ltconfig:914: checking if gcc supports -fno-rtti -fno-exceptions
ltconfig:915: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include -fno-rtti 
-fno-exceptions -c conftest.c -I/usr/local/ssl/include/openssl 
-I/usr/local/mysql/include -I/usr/include -DXML_BYTE_ORDER=12 conftest.c 1>&5
ltconfig:958: checking if gcc static flag -static works
ltconfig:959: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include 
-DXML_BYTE_ORDER=12  -static conftest.c  1>&5
GNU ld version 2.10.90 (with BFD 2.10.0.18)
ltconfig:1653: checking if global_symbol_pipe works
ltconfig:1654: gcc -c -O2 -I/root/webbuild/openssl-0.9.6/include 
-I/usr/local/ssl/include/openssl -I/usr/local/mysql/include -I/usr/include 
-DXML_BYTE_ORDER=12 conftest.c 1>&5
ltconfig:1657: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[      
]\([ABCDGISTW]\)[       ][      ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > 
conftest.nm"
ltconfig:1709: gcc -o conftest -O2 -I/root/webbuild/openssl-0.9.6/include -fno-builtin 
-fno-rtti -fno-exceptions -I/usr/local/ssl/include/openssl -I/usr/local/mysql/include 
-I/usr/include -DXML_BYTE_ORDER=12  conftest.c conftstm.o 1>&5
configure:47357: checking for working mkdir -p


Previous Comments:
---------------------------------------------------------------------------

[2001-01-19 14:58:48] [EMAIL PROTECTED]
this looks like the configure process has somehow not found your DB2 libraries.  can 
you share the configure log?  at the very least check to make sure it finds these 
libraries properly

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

[2001-01-16 23:05:11] [EMAIL PROTECTED]
When trying to compile with --with-ibm-db2, the PHP build works fine but the Apache 
build fails.  The errors given are listed at the bottom of this slip.  DB2 is version 
UDB EEE 7.1 and installed in all the default locations.  My compile options are:

CFLAGS="-O2 -I/root/webbuild/openssl-0.9.6/include" 
./configure 
--with-mcrypt=/usr/local 
--with-apache=/root/webbuild/apache_1.3.14 
--with-mysql=/usr/local/mysql 
--with-ibm-db2 
--with-ldap 
--enable-memory-limit=yes 
--enable-debug=no

I'm not sure if this has anything to do with it, but I noticed that Berkeley DB2 (in 
/usr/lib) and IBM DB2 (in /home/db2inst1/sqllib/lib) both have libraries named 
libdb2.so.  I'm not sure if this is confusing the configure script into grabbing the 
Berkeley library or not.

This is the error message that was returned:

gcc  -DLINUX=2 -DMOD_SSL=207101 -I/root/webbuild/php-4.0.4pl1 
-I/root/webbuild/php-4.0.4pl1/main -I/root/webbuild/php-4.0.4pl1/main 
-I/root/webbuild/php-4.0.4pl1/Zend -I/root/webbuild/php-4.0.4pl1/Zend 
-I/root/webbuild/php-4.0.4pl1/TSRM -I/root/webbuild/php-4.0.4pl1/TSRM 
-I/root/webbuild/php-4.0.4pl1 -DEAPI -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED 
`./apaci` -L/root/webbuild/openssl-0.9.6 -L/usr/local/ssl/lib/openssl 
-L/usr/local/mysql/lib -L/usr/lib  
      -o httpd buildmark.o modules.o modules/standard/libstandard.a 
modules/ssl/libssl.a modules/php4/libphp4.a main/libmain.a ./os/unix/libos.a 
ap/libap.a  lib/expat-lite/libexpat.a  -Wl,-rpath,/usr/local/lib 
-Wl,-rpath,/usr/local/mysql/lib/mysql  -rdynamic -L/usr/local/lib 
-L/usr/local/mysql/lib/mysql -Lmodules/php4 -L../modules/php4 -L../../modules/php4 
-lmodphp4  -L/home/db2inst1/sqllib/lib -ldb2 -lpam  -ldl -lmysqlclient -lmcrypt -lltdl 
-lldap -llber -lresolv -lm -ldl -lcrypt -lnsl  -lresolv   -lm -lcrypt  -lssl -lcrypto
modules/php4/libphp4.a(php_odbc.o): In function `_free_odbc_result':
php_odbc.o(.text+0x6e): undefined reference to `SQLFreeStmt'
modules/php4/libphp4.a(php_odbc.o): In function `_close_odbc_conn':
php_odbc.o(.text+0x9c): undefined reference to `SQLDisconnect'
php_odbc.o(.text+0xa5): undefined reference to `SQLFreeConnect'
php_odbc.o(.text+0xad): undefined reference to `SQLFreeEnv'
modules/php4/libphp4.a(php_odbc.o): In function `_close_odbc_pconn':
php_odbc.o(.text+0xd4): undefined reference to `SQLDisconnect'
php_odbc.o(.text+0xdd): undefined reference to `SQLFreeConnect'
php_odbc.o(.text+0xe5): undefined reference to `SQLFreeEnv'
modules/php4/libphp4.a(php_odbc.o): In function `odbc_sql_error':
php_odbc.o(.text+0x883): undefined reference to `SQLError'
modules/php4/libphp4.a(php_odbc.o): In function `odbc_bindcols':
php_odbc.o(.text+0xa3f): undefined reference to `SQLFreeStmt'
php_odbc.o(.text+0xa93): undefined reference to `SQLColAttributes'
php_odbc.o(.text+0xaaf): undefined reference to `SQLColAttributes'
php_odbc.o(.text+0xaec): undefined reference to `SQLColAttributes'
php_odbc.o(.text+0xb1d): undefined reference to `SQLBindCol'
modules/php4/libphp4.a(php_odbc.o): In function `odbc_transact':
php_odbc.o(.text+0xbaa): undefined reference to `SQLTransact'
modules/php4/libphp4.a(php_odbc.o): In function `odbc_column_lengths':
php_odbc.o(.text+0xd5a): undefined reference to `SQLColAttributes'
modules/php4/libphp4.a(php_odbc.o): In function `php_if_odbc_prepare':
php_odbc.o(.text+0xfba): undefined reference to `SQLAllocStmt'
php_odbc.o(.text+0x1019): undefined reference to `SQLGetInfo'
php_odbc.o(.text+0x103a): undefined reference to `SQLSetStmtOption'
php_odbc.o(.text+0x105d): undefined reference to `SQLFreeStmt'
php_odbc.o(.text+0x107a): undefined reference to `SQLPrepare'
php_odbc.o(.text+0x109e): undefined reference to `SQLFreeStmt'
php_odbc.o(.text+0x10be): undefined reference to `SQLNumParams'
php_odbc.o(.text+0x10cb): undefined reference to `SQLNumResultCols'
modules/php4/libphp4.a(php_odbc.o): In function `php_if_odbc_execute':
php_odbc.o(.text+0x131f): undefined reference to `SQLDescribeParam'
php_odbc.o(.text+0x13c6): undefined reference to `SQLFreeStmt'
php_odbc.o(.text+0x1455): undefined reference to `SQLBindParameter'
php_odbc.o(.text+0x1488): undefined reference to `SQLFreeStmt'
php_odbc.o(.text+0x14b5): undefined reference to `SQLExecute'
php_odbc.o(.text+0x14e4): undefined reference to `SQLParamData'
php_odbc.o(.text+0x1502): undefined reference to `SQLPutData'
php_odbc.o(.text+0x1569): undefined reference to `SQLFreeStmt'
php_odbc.o(.text+0x15d4): undefined reference to `SQLNumResultCols'
php_odbc.o(.text+0x162e): undefined reference to `SQLFreeStmt'
php_odbc.o(.text+0x1666): undefined reference to `SQLFreeStmt'
modules/php4/libphp4.a(php_odbc.o): In function `php_if_odbc_cursor':
php_odbc.o(.text+0x1714): undefined reference to `SQLGetInfo'
php_odbc.o(.text+0x177d): undefined reference to `SQLGetCursorName'
php_odbc.o(.text+0x17bf): undefined reference to `SQLError'
php_odbc.o(.text+0x17f1): undefined reference to `SQLSetCursorName'
modules/php4/libphp4.a(php_odbc.o): In function `php_if_odbc_exec':
php_odbc.o(.text+0x1a64): undefined reference to `SQLAllocStmt'
php_odbc.o(.text+0x1ab5): undefined reference to `SQLGetInfo'
php_odbc.o(.text+0x1ad6): undefined reference to `SQLSetStmtOption'
php_odbc.o(.text+0x1af9): undefined reference to `SQLFreeStmt'
php_odbc.o(.text+0x1b12): undefined reference to `SQLExecDirect'
php_odbc.o(.text+0x1b37): undefined reference to `SQLFreeStmt'
php_odbc.o(.text+0x1b5e): undefined reference to `SQLNumResultCols'
modules/php4/libphp4.a(php_odbc.o): In function `php_if_odbc_fetch_into':
php_odbc.o(.text+0x1d96): undefined reference to `SQLExtendedFetch'
php_odbc.o(.text+0x1da6): undefined reference to `SQLFetch'
php_odbc.o(.text+0x1f01): undefined reference to `SQLGetData'
modules/php4/libphp4.a(php_odbc.o): In function `php_if_odbc_fetch_row':
php_odbc.o(.text+0x2132): undefined reference to `SQLExtendedFetch'
php_odbc.o(.text+0x2142): undefined reference to `SQLFetch'
modules/php4/libphp4.a(php_odbc.o): In function `php_if_odbc_result':
php_odbc.o(.text+0x2350): undefined reference to `SQLExtendedFetch'
php_odbc.o(.text+0x2362): undefined reference to `SQLFetch'
php_odbc.o(.text+0x240d): undefined reference to `SQLColAttributes'
php_odbc.o(.text+0x2486): undefined reference to `SQLGetData'
php_odbc.o(.text+0x2627): undefined reference to `SQLGetData'
modules/php4/libphp4.a(php_odbc.o): In function `php_if_odbc_result_all':
php_odbc.o(.text+0x2735): undefined reference to `SQLExtendedFetch'
php_odbc.o(.text+0x274a): undefined reference to `SQLFetch'
php_odbc.o(.text+0x2974): undefined reference to `SQLGetData'
php_odbc.o(.text+0x2a3d): undefined reference to `SQLExtendedFetch'
php_odbc.o(.text+0x2a52): undefined reference to `SQLFetch'
modules/php4/libphp4.a(php_odbc.o): In function `odbc_sqlconnect':
php_odbc.o(.text+0x2b87): undefined reference to `SQLAllocEnv'
php_odbc.o(.text+0x2b98): undefined reference to `SQLAllocConnect'
php_odbc.o(.text+0x2bae): undefined reference to `SQLSetConnectOption'
php_odbc.o(.text+0x2bd6): undefined reference to `SQLFreeConnect'
php_odbc.o(.text+0x2bfa): undefined reference to `SQLConnect'
php_odbc.o(.text+0x2c23): undefined reference to `SQLFreeConnect'
modules/php4/libphp4.a(php_odbc.o): In function `odbc_do_connect':
php_odbc.o(.text+0x311e): undefined reference to `SQLGetInfo'
php_odbc.o(.text+0x3147): undefined reference to `SQLDisconnect'
php_odbc.o(.text+0x3153): undefined reference to `SQLFreeConnect'
modules/php4/libphp4.a(php_odbc.o): In function `php_if_odbc_num_rows':
php_odbc.o(.text+0x3452): undefined reference to `SQLRowCount'
modules/php4/libphp4.a(php_odbc.o): In function `php_if_odbc_field_type':
php_odbc.o(.text+0x3786): undefined reference to `SQLColAttributes'
modules/php4/libphp4.a(php_odbc.o): In function `php_if_odbc_autocommit':
php_odbc.o(.text+0x3a8c): undefined reference to `SQLSetConnectOption'
php_odbc.o(.text+0x3abb): undefined reference to `SQLGetConnectOption'
modules/php4/libphp4.a(php_odbc.o): In function `php_if_odbc_setoption':
php_odbc.o(.text+0x3d8d): undefined reference to `SQLSetConnectOption'
php_odbc.o(.text+0x3df8): undefined reference to `SQLSetStmtOption'
modules/php4/libphp4.a(php_odbc.o): In function `php_if_odbc_tables':
php_odbc.o(.text+0x415c): undefined reference to `SQLAllocStmt'
php_odbc.o(.text+0x41f6): undefined reference to `SQLTables'
php_odbc.o(.text+0x4228): undefined reference to `SQLNumResultCols'
modules/php4/libphp4.a(php_odbc.o): In function `php_if_odbc_columns':
php_odbc.o(.text+0x45a8): undefined reference to `SQLAllocStmt'
php_odbc.o(.text+0x4642): undefined reference to `SQLColumns'
php_odbc.o(.text+0x4674): undefined reference to `SQLNumResultCols'
modules/php4/libphp4.a(php_odbc.o): In function `php_if_odbc_columnprivileges':
php_odbc.o(.text+0x49a4): undefined reference to `SQLAllocStmt'
php_odbc.o(.text+0x4a39): undefined reference to `SQLColumnPrivileges'
php_odbc.o(.text+0x4a6c): undefined reference to `SQLNumResultCols'
modules/php4/libphp4.a(php_odbc.o): In function `php_if_odbc_foreignkeys':
php_odbc.o(.text+0x4ec0): undefined reference to `SQLAllocStmt'
php_odbc.o(.text+0x4f79): undefined reference to `SQLForeignKeys'
php_odbc.o(.text+0x4fac): undefined reference to `SQLNumResultCols'
modules/php4/libphp4.a(php_odbc.o): In function `php_if_odbc_gettypeinfo':
php_odbc.o(.text+0x5158): undefined reference to `SQLAllocStmt'
php_odbc.o(.text+0x51ab): undefined reference to `SQLGetTypeInfo'
php_odbc.o(.text+0x51dc): undefined reference to `SQLNumResultCols'
modules/php4/libphp4.a(php_odbc.o): In function `php_if_odbc_primarykeys':
php_odbc.o(.text+0x547c): undefined reference to `SQLAllocStmt'
php_odbc.o(.text+0x54fd): undefined reference to `SQLPrimaryKeys'
php_odbc.o(.text+0x5530): undefined reference to `SQLNumResultCols'
modules/php4/libphp4.a(php_odbc.o): In function `php_if_odbc_procedurecolumns':
php_odbc.o(.text+0x58a0): undefined reference to `SQLAllocStmt'
php_odbc.o(.text+0x5935): undefined reference to `SQLProcedureColumns'
php_odbc.o(.text+0x5968): undefined reference to `SQLNumResultCols'
modules/php4/libphp4.a(php_odbc.o): In function `php_if_odbc_procedures':
php_odbc.o(.text+0x5c40): undefined reference to `SQLAllocStmt'
php_odbc.o(.text+0x5cc1): undefined reference to `SQLProcedures'
php_odbc.o(.text+0x5cf4): undefined reference to `SQLNumResultCols'
modules/php4/libphp4.a(php_odbc.o): In function `php_if_odbc_specialcolumns':
php_odbc.o(.text+0x6150): undefined reference to `SQLAllocStmt'
php_odbc.o(.text+0x61e6): undefined reference to `SQLSpecialColumns'
php_odbc.o(.text+0x6218): undefined reference to `SQLNumResultCols'
modules/php4/libphp4.a(php_odbc.o): In function `php_if_odbc_statistics':
php_odbc.o(.text+0x65e0): undefined reference to `SQLAllocStmt'
php_odbc.o(.text+0x6671): undefined reference to `SQLStatistics'
php_odbc.o(.text+0x66a4): undefined reference to `SQLNumResultCols'
modules/php4/libphp4.a(php_odbc.o): In function `php_if_odbc_tableprivileges':
php_odbc.o(.text+0x694c): undefined reference to `SQLAllocStmt'
php_odbc.o(.text+0x69cd): undefined reference to `SQLTablePrivileges'
php_odbc.o(.text+0x6a00): undefined reference to `SQLNumResultCols'
collect2: ld returned 1 exit status
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/root/webbuild/apache_1.3.14/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/root/webbuild/apache_1.3.14'
make: *** [build] Error 2
[root@cb737152-a webbuild]#


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

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

Full Bug description available at: http://bugs.php.net/?id=8749


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to