ups
das war ne "alte"
hier die neuste
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure

checking host system type
configure

checking for gcc
configure

checking whether the C compiler (gcc ) works
configure

gcc -o conftest conftest.c 1>&5
configure

checking whether the C compiler (gcc ) is a cross-compiler
configure

checking whether we are using GNU C
configure

gcc -E conftest.c
configure

checking whether gcc accepts -g
configure

checking whether gcc and cc understand -c and -o together
configure

gcc -c conftest.c -o conftest.o 1>&5
configure

gcc -c conftest.c -o conftest.o 1>&5
configure

cc -c conftest.c 1>&5
configure

cc -c conftest.c -o conftest.o 1>&5
configure

cc -c conftest.c -o conftest.o 1>&5
configure

checking how to run the C preprocessor
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for AIX
configure

checking if compiler supports -R
configure

gcc -o conftest -g -O2 conftest.c -R /usr/lib 1>&5
gcc: unrecognized option `-R'
/usr/lib: file not recognized: Is a directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 2094 "configure"
#include "confdefs.h"
int main() {
; return 0; }
configure

checking if compiler supports -Wl,-rpath,
configure

gcc -o conftest -g -O2 conftest.c -Wl,-rpath,/usr/lib 1>&5
configure

checking for ranlib
configure

checking whether ln -s works
configure

checking for gawk
configure

checking for bison
configure

checking bison version
configure

checking for flex
configure

checking for yywrap in -lfl
configure

gcc -o conftest -g -O2 conftest.c -lfl 1>&5
configure

checking lex output file root
configure

checking whether yytext is a pointer
configure

gcc -o conftest -g -O2 conftest.c -lfl 1>&5
configure

checking for working const
configure

gcc -c -g -O2 conftest.c 1>&5
configure

checking flex version
configure

gcc -o conftest -g -O2 conftest.c 1>&5
/tmp/ccuvgsN6.o: In function `main':
/usr/local/src/dist/php-4.3.3/configure

undefined reference to `pthread_mutexattr_init'
/usr/local/src/dist/php-4.3.3/configure

undefined reference to `pthread_create'
collect2: ld returned 1 exit status
configure: failed program was:
#line 2632 "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

checking for pthreads_cflags
configure

gcc -o conftest -g -O2 -kthread conftest.c 1>&5
gcc: unrecognized option `-kthread'
/tmp/cc2uVghm.o: In function `main':
/usr/local/src/dist/php-4.3.3/configure

undefined reference to `pthread_mutexattr_init'
/usr/local/src/dist/php-4.3.3/configure

undefined reference to `pthread_create'
collect2: ld returned 1 exit status
configure: failed program was:
#line 2685 "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

gcc -o conftest -g -O2 -pthread conftest.c 1>&5
configure

checking for pthreads_lib
configure

checking for AOLserver support
configure

checking for Apache 1.x module support via DSO through APXS
configure:4143: checking for member fd in BUFF *
configure:4162: gcc -c -g -O2 -I/usr/include/apache conftest.c 1>&5
configure:4186: checking for mod_charset compatibility option
configure:4253: checking for Apache 2.0 filter-module support via DSO through APXS
configure:4989: checking for Apache 2.0 handler-module support via DSO through APXS
configure:5726: checking for Caudium support
configure:6036: checking for CLI build
configure:6096: checking for embedded SAPI library support
configure:6279: checking for Zeus ISAPI support
configure:6489: checking for NSAPI support
configure:6810: checking for PHTTPD support
configure:7019: checking for Pi3Web support
configure:7328: checking for Roxen/Pike support
configure:7577: checking for Servlet support
configure:8055: checking for thttpd
configure:8261: checking for TUX
configure:8475: checking for webjames
configure:8876: checking for chosen SAPI module
configure:9781: checking for missing declarations of reentrant functions
configure:9790: gcc -c -g -O2 conftest.c 1>&5
configure:9815: gcc -c -g -O2 conftest.c 1>&5
configure:9840: gcc -c -g -O2 conftest.c 1>&5
configure:9865: gcc -c -g -O2 conftest.c 1>&5
configure:9890: gcc -c -g -O2 conftest.c 1>&5
configure:9914: checking for sendmail
configure:9955: checking whether system uses EBCDIC
configure:9974: gcc -o conftest -g -O2 conftest.c 1>&5
configure: failed program was:
#line 9966 "configure"
#include "confdefs.h"
int main(void) {
return (unsigned char)'A' != (unsigned char)0xC1;
}
configure

checking for socket
configure

gcc -o conftest -g -O2 conftest.c 1>&5
configure

checking for htonl
configure

gcc -o conftest -g -O2 conftest.c 1>&5
configure

checking for gethostname
configure

gcc -o conftest -g -O2 conftest.c 1>&5
configure

checking for gethostbyaddr
configure

gcc -o conftest -g -O2 conftest.c 1>&5
configure

checking for yp_get_default_domain
configure

gcc -o conftest -g -O2 conftest.c 1>&5
/tmp/ccKKdmVW.o: In function `main':
/usr/local/src/dist/php-4.3.3/configure

undefined reference to `yp_get_default_domain'
collect2: ld returned 1 exit status
configure: failed program was:
#line 11081 "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

checking for __yp_get_default_domain
configure

gcc -o conftest -g -O2 conftest.c 1>&5
/tmp/ccMCEOHb.o: In function `main':
/usr/local/src/dist/php-4.3.3/configure

undefined reference to `__yp_get_default_domain'
collect2: ld returned 1 exit status
configure: failed program was:
#line 11127 "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

checking for yp_get_default_domain in -lnsl
configure

gcc -o conftest -g -O2 conftest.c -lnsl 1>&5
configure

gcc -o conftest -g -O2 conftest.c -lnsl 1>&5
configure

checking for dlopen
configure

gcc -o conftest -g -O2 conftest.c -lnsl 1>&5
/tmp/ccCusvxU.o: In function `main':
/usr/local/src/dist/php-4.3.3/configure

undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure: failed program was:
#line 11339 "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

checking for __dlopen
configure

gcc -o conftest -g -O2 conftest.c -lnsl 1>&5
/tmp/ccckBZG9.o: In function `main':
/usr/local/src/dist/php-4.3.3/configure

undefined reference to `__dlopen'
collect2: ld returned 1 exit status
configure: failed program was:
#line 11385 "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

checking for dlopen in -ldl
configure

gcc -o conftest -g -O2 conftest.c -ldl -lnsl 1>&5
configure

gcc -o conftest -g -O2 conftest.c -lnsl -ldl 1>&5
configure

checking for sin in -lm
configure

gcc -o conftest -g -O2 conftest.c -lm -ldl -lnsl 1>&5
configure

warning: conflicting types for built-in function `sin'
configure

checking for res_search
configure

gcc -o conftest -g -O2 conftest.c -lm -ldl -lnsl 1>&5
/tmp/ccg82BxS.o: In function `main':
/usr/local/src/dist/php-4.3.3/configure

undefined reference to `res_search'
collect2: ld returned 1 exit status
configure: failed program was:
#line 11650 "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

checking for __res_search
configure

gcc -o conftest -g -O2 conftest.c -lm -ldl -lnsl 1>&5
/tmp/ccgjDpQ8.o: In function `main':
/usr/local/src/dist/php-4.3.3/configure

undefined reference to `__res_search'
collect2: ld returned 1 exit status
configure: failed program was:
#line 11696 "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

checking for res_search in -lresolv
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

gcc -o conftest -g -O2 conftest.c -lm -ldl -lnsl -lresolv 1>&5
configure

checking for inet_aton
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for dn_skipname
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
/tmp/ccYlQyad.o: In function `main':
/usr/local/src/dist/php-4.3.3/configure

undefined reference to `dn_skipname'
collect2: ld returned 1 exit status
configure: failed program was:
#line 12582 "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

checking for __dn_skipname
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for ANSI C header files
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for dirent.h that defines DIR
configure

gcc -c -g -O2 conftest.c 1>&5
configure

checking for opendir in -ldir
configure

gcc -o conftest -g -O2 conftest.c -ldir -lresolv -lm -ldl -lnsl 1>&5
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../../i486-suse-linux/bin/ld: cannot find -ldir
collect2: ld returned 1 exit status
configure: failed program was:
#line 13127 "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

checking for fclose declaration
configure

gcc -c -g -O2 conftest.c 1>&5
configure

checking for ApplicationServices/ApplicationServices.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

53: ApplicationServices/ApplicationServices.h: No such file or directory
configure: failed program was:
#line 13333 "configure"
#include "confdefs.h"
#include <ApplicationServices/ApplicationServices.h>
configure

checking for sys/param.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for sys/types.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for sys/time.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for netinet/in.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for alloca.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for arpa/inet.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for arpa/nameser.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for assert.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for crypt.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for fcntl.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for grp.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for ieeefp.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

20: ieeefp.h: No such file or directory
configure: failed program was:
#line 13333 "configure"
#include "confdefs.h"
#include <ieeefp.h>
configure

checking for langinfo.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for limits.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for locale.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for monetary.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for mach-o/dyld.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

25: mach-o/dyld.h: No such file or directory
configure: failed program was:
#line 13333 "configure"
#include "confdefs.h"
#include <mach-o/dyld.h>
configure

checking for netdb.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for pwd.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for resolv.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for signal.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for stdarg.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for stdlib.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for string.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for syslog.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for sysexits.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for sys/file.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for sys/mman.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for sys/mount.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for sys/poll.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for sys/resource.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for sys/select.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for sys/socket.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for sys/statfs.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for sys/statvfs.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for sys/vfs.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for sys/sysexits.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

26: sys/sysexits.h: No such file or directory
configure: failed program was:
#line 13333 "configure"
#include "confdefs.h"
#include <sys/sysexits.h>
configure

checking for sys/varargs.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

25: sys/varargs.h: No such file or directory
configure: failed program was:
#line 13333 "configure"
#include "confdefs.h"
#include <sys/varargs.h>
configure

checking for sys/wait.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for unistd.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for unix.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

18: unix.h: No such file or directory
configure: failed program was:
#line 13333 "configure"
#include "confdefs.h"
#include <unix.h>
configure

checking for utime.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for sys/utsname.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for sys/ipc.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for dlfcn.h
configure

gcc -E conftest.c >/dev/null 2>conftest.out
configure

checking for fopencookie
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

gcc -c -g -O2 conftest.c 1>&5
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for broken getcwd
configure

checking for broken libc stdio
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking whether struct tm is in sys/time.h or time.h
configure

gcc -c -g -O2 conftest.c 1>&5
configure

checking for tm_zone in struct tm
configure

gcc -c -g -O2 conftest.c 1>&5
configure

checking for tm_gmtoff in struct tm
configure

gcc -c -g -O2 conftest.c 1>&5
configure

checking for struct flock
configure

gcc -c -g -O2 conftest.c 1>&5
configure

checking for socklen_t
configure

gcc -c -g -O2 conftest.c 1>&5
configure

checking size of long
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking size of int
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for st_blksize in struct stat
configure

gcc -c -g -O2 conftest.c 1>&5
configure

checking for st_blocks in struct stat
configure

gcc -c -g -O2 conftest.c 1>&5
configure

checking for st_rdev in struct stat
configure

gcc -c -g -O2 conftest.c 1>&5
configure

checking for size_t
configure

checking for uid_t in sys/types.h
configure

checking for struct sockaddr_storage
configure

gcc -c -g -O2 conftest.c 1>&5
configure

gcc -c -g -O2 conftest.c 1>&5
configure: In function `main':
configure

structure has no member named `sa_len'
configure: failed program was:
#line 14162 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/socket.h>
int main() {
static struct sockaddr sa; int n = (int) sa.sa_len; return n
; return 0; }
configure

checking for IPv6 support
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for vprintf
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for alphasort
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for asctime_r
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for chroot
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for ctime_r
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for cuserid
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for crypt
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
/tmp/cckkqPxA.o: In function `main':
/usr/local/src/dist/php-4.3.3/configure

undefined reference to `crypt'
collect2: ld returned 1 exit status
configure: failed program was:
#line 14394 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char crypt(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char crypt();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_crypt) || defined (__stub___crypt)
choke me
#else
crypt();
#endif
; return 0; }
configure

checking for flock
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for ftok
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for funopen
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
/tmp/cckv2cJp.o: In function `main':
/usr/local/src/dist/php-4.3.3/configure

undefined reference to `funopen'
collect2: ld returned 1 exit status
configure: failed program was:
#line 14394 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char funopen(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char funopen();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_funopen) || defined (__stub___funopen)
choke me
#else
funopen();
#endif
; return 0; }
configure

checking for gai_strerror
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for gcvt
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for getlogin
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for getprotobyname
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for getprotobynumber
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for getservbyname
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for getservbyport
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for getrusage
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for gettimeofday
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for gmtime_r
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for isascii
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for link
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for localtime_r
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for lockf
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for lrand48
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for memcpy
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

warning: conflicting types for built-in function `memcpy'
configure

checking for memmove
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for mkstemp
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for mmap
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for nl_langinfo
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for perror
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for poll
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for putenv
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for realpath
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for random
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for rand_r
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for regcomp
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for res_search
configure

checking for scandir
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for setitimer
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for setlocale
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for localeconv
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for setsockopt
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for setvbuf
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for shutdown
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for sin
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

warning: conflicting types for built-in function `sin'
configure

checking for snprintf
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for srand48
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for srandom
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for statfs
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for statvfs
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for std_syslog
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
/tmp/ccICAIZH.o: In function `main':
/usr/local/src/dist/php-4.3.3/configure

undefined reference to `std_syslog'
collect2: ld returned 1 exit status
configure: failed program was:
#line 14394 "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

checking for strcasecmp
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for strcoll
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for strdup
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for strerror
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for strftime
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for strstr
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

warning: conflicting types for built-in function `strstr'
configure

checking for strtok_r
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for symlink
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for tempnam
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
/tmp/ccmdGo0T.o: In function `main':
/usr/local/src/dist/php-4.3.3/configure

the use of `tempnam' is dangerous, better use `mkstemp'
configure

checking for tzset
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for unsetenv
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for usleep
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for utime
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for vsnprintf
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for getaddrinfo
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for strlcat
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
/tmp/ccu2m5fD.o: In function `main':
/usr/local/src/dist/php-4.3.3/configure

undefined reference to `strlcat'
collect2: ld returned 1 exit status
configure: failed program was:
#line 14483 "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

checking for strlcpy
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
/tmp/ccKjuVVT.o: In function `main':
/usr/local/src/dist/php-4.3.3/configure

undefined reference to `strlcpy'
collect2: ld returned 1 exit status
configure: failed program was:
#line 14483 "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

checking for getopt
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking whether utime accepts a null argument
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for working alloca.h
configure

checking for alloca
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking whether sprintf is broken
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking whether snprintf is broken
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for declared timezone
configure

gcc -c -g -O2 conftest.c 1>&5
configure

checking for type of reentrant time-related functions
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure: In function `main':
configure

warning: assignment makes integer from pointer without a cast
configure

too many arguments to function `asctime_r'
configure: failed program was:
#line 14984 "configure"
#include "confdefs.h"
#include <time.h>
main() {
char buf[27];
struct tm t;
time_t old = 0;
int r, s;
s = gmtime_r(&old, &t);
r = (int) asctime_r(&t, buf, 26);
if (r == s && s == 0) return (0);
return (1);
}
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure: In function `main':
configure

too many arguments to function `asctime_r'
configure: failed program was:
#line 15016 "configure"
#include "confdefs.h"
#include <time.h>
main() {
struct tm t, *s;
time_t old = 0;
char buf[27], *p;
s = gmtime_r(&old, &t);
p = asctime_r(&t, buf, 26);
if (p == buf && s == &t) return (0);
return (1);
}
configure

checking for readdir_r
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking for type of readdir_r
configure

gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure

checking whether to include debugging symbols
configure

checking layout of installed files
configure

checking path to configuration file
configure

checking directory to be scanned for configuration files
configure

checking whether to install PEAR, and where
configure

checking whether to enable safe mode by default
configure

checking for safe mode exec dir
configure

checking whether to enable PHP's own SIGCHLD handler
configure

checking whether to enable magic quotes by default
configure

checking whether to enable runpaths
configure

checking whether to explicitly link against libgcc
configure

checking whether to enable short tags by default
configure

checking whether to enable dmalloc
configure

checking whether to enable IPv6 support
configure

checking for OpenSSL support
configure

checking for OpenSSL version
cpp0: warning: changing search order for system directory "/usr/include"
cpp0: warning: as it has already been specified as a non-system directory
configure

checking for CRYPTO_free in -lcrypto
configure

gcc -o conftest -g -O2 conftest.c -lcrypto -lresolv -lm -ldl -lnsl 1>&5
configure

checking for SSL_CTX_set_ssl_version in -lssl
configure

gcc -o conftest -g -O2 conftest.c -lssl -lcrypto -lresolv -lm -ldl -lnsl 1>&5
configure

checking for ZLIB support
configure

checking if the location of ZLIB install directory is defined
configure

checking for gzgets in -lz
configure

gcc -o conftest -g -O2 conftest.c -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl 1>&5
configure

checking whether to enable bc style precision math functions
configure

checking for BZip2 support
configure

checking for BZip2 in default path
configure

checking for BZ2_bzerror in -lbz2
configure

gcc -o conftest -g -O2 conftest.c -lbz2 -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl 1>&5
configure

checking whether to enable calendar conversion support
configure

checking for cpdflib support
configure

checking for CRACKlib support
configure

checking whether to enable ctype functions
configure

checking for CURL support
configure

checking for CURL in default path
configure

checking for cURL 7.9.8 or greater
configure

checking for curl_easy_perform in -lcurl
configure

gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -lcurl -lssl -lcrypto -ldl conftest.c -lcurl -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl 1>&5
configure

checking for curl_version_info in -lcurl
configure

gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -lcurl -lssl -lcrypto -ldl conftest.c -lcurl -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl 1>&5
/tmp/ccGTsomC.o: In function `main':
/usr/local/src/dist/php-4.3.3/configure

undefined reference to `curl_version_info'
collect2: ld returned 1 exit status
configure: failed program was:
#line 20132 "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 curl_version_info();
int main() {
curl_version_info()
; return 0; }
configure

checking for cyrus imap support
configure

checking for xDBM support
configure

checking whether to enable DBA
configure

checking for gdbm_open in -lgdbm
configure

gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib conftest.c -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl 1>&5
configure

checking for GDBM support
configure

checking for dbm_open in -lndbm
configure

gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib conftest.c -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl 1>&5
configure

checking for NDBM support
configure

checking for Berkeley DB4 support
configure

checking for Berkeley DB3 support
configure

checking for Berkeley DB2 support
configure

checking for DBM support
configure

checking for CDB support
configure

checking for INI File support
configure

checking for FlatFile support
configure

checking whether to enable DBA interface
configure

checking whether to enable dbase support
configure

checking whether to enable dbx support
configure

checking whether to enable direct I/O support
configure

checking for DOM support
configure

checking for libxml version
configure

checking for DOM XSLT support
configure

checking for DOM EXSLT support
configure

checking whether to enable EXIF (metadata from images) support
configure

checking for FrontBase SQL92 (fbsql) support
configure

checking for FDF support
configure

checking whether to enable the bundled filePro support
configure

checking for FriBidi support
configure

checking whether to enable FTP support
configure

checking for GD support
configure

checking for the location of libjpeg
configure

checking for the location of libpng
configure

checking for the location of libXpm
configure

checking for FreeType 1.x support
configure

checking for FreeType 2
configure

checking for T1lib support
configure

checking whether to enable truetype string function in GD
configure

checking whether to enable JIS-mapped Japanese font support in GD
configure

checking for fabsf
configure

gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configure

warning: conflicting types for built-in function `fabsf'
configure

checking for floorf
configure

gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configure

checking for jpeg_read_header in -ljpeg
configure

gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configure

checking for png_write_image in -lpng
configure

gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -lz conftest.c -lpng -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configure

checking for XpmFreeXpmImage in -lXpm
configure

gcc -o conftest -g -O2 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -lX11 conftest.c -lXpm -lpng -lz -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configure

checking for T1_LoadFont in -lt1
configure

gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configure

checking for GNU gettext support
configure

checking for bindtextdomain in -lintl
configure

gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -L/usr/lib conftest.c -lintl -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../../i486-suse-linux/bin/ld: cannot find -lintl
collect2: ld returned 1 exit status
configure: failed program was:
#line 36048 "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 bindtextdomain();
int main() {
bindtextdomain()
; return 0; }
configure

checking for bindtextdomain in -lc
configure

gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -L/usr/lib conftest.c -lc -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configure

checking for ngettext in -lc
configure

gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lc -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configure

checking for dngettext in -lc
configure

gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lc -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configure

checking for dcngettext in -lc
configure

gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lc -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configure

checking for bind_textdomain_codeset in -lc
configure

gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lc -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configure

checking for GNU MP support
configure

checking for hwapi support
configure

checking for Hyperwave support
configure

checking for iconv support
configure

checking for IMAP support
configure

checking for pam_start in -lpam
configure

gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lpam -lgmp -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../../i486-suse-linux/bin/ld: cannot find -lpam
collect2: ld returned 1 exit status
configure: failed program was:
#line 39414 "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 pam_start();
int main() {
pam_start()
; return 0; }
configure

checking for crypt in -lcrypt
configure

gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lcrypt -lgmp -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configure

checking whether SSL libraries are needed for c-client
configure:40008: gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lc-client -lssl -lcrypto -lcrypt -lgmp -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
/tmp/ccisK3zk.o: In function `main':
/usr/local/src/dist/php-4.3.3/configure:40002: undefined reference to `auth_gssapi_valid'
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../libc-client.so: undefined reference to `pam_end'
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../libc-client.so: undefined reference to `pam_authenticate'
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../libc-client.so: undefined reference to `pam_setcred'
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../libc-client.so: undefined reference to `pam_acct_mgmt'
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../libc-client.so: undefined reference to `pam_start'
collect2: ld returned 1 exit status
configure: failed program was:
#line 39983 "configure"
#include "confdefs.h"
void mm_log(void){}
void mm_dlog(void){}
void mm_flags(void){}
void mm_fatal(void){}
void mm_critical(void){}
void mm_nocritical(void){}
void mm_notify(void){}
void mm_login(void){}
void mm_diskerror(void){}
void mm_status(void){}
void mm_lsub(void){}
void mm_list(void){}
void mm_exists(void){}
void mm_searched(void){}
void mm_expunged(void){}
char auth_gssapi_valid();
int main() {
auth_gssapi_valid();
return 0;
}
configure:40034: checking whether IMAP works
configure:40067: gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lc-client -lssl -lcrypto -lcrypt -lgmp -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../libc-client.so: undefined reference to `pam_end'
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../libc-client.so: undefined reference to `pam_authenticate'
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../libc-client.so: undefined reference to `pam_setcred'
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../libc-client.so: undefined reference to `pam_acct_mgmt'
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../libc-client.so: undefined reference to `pam_start'
collect2: ld returned 1 exit status
configure: failed program was:
#line 40042 "configure"
#include "confdefs.h"
void mm_log(void){}
void mm_dlog(void){}
void mm_flags(void){}
void mm_fatal(void){}
void mm_critical(void){}
void mm_nocritical(void){}
void mm_notify(void){}
void mm_login(void){}
void mm_diskerror(void){}
void mm_status(void){}
void mm_lsub(void){}
void mm_list(void){}
void mm_exists(void){}
void mm_searched(void){}
void mm_expunged(void){}
char mail_newbody();
int main() {
mail_newbody();
return 0;
}