Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2003 10:26:55 +0200
From:      Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
To:        dirk@freebsd.org, ports freebsd group <ports@FreeBSD.org>
Subject:   mod_php4 fails.
Message-ID:  <20030428082655.GA534@martin.kleinerdrache.org>

next in thread | raw e-mail | index | archive | help

--/04w6evG8XlLl3ft
Content-Type: text/plain; format=flowed; charset=ISO-8859-15
Content-Disposition: inline
Content-Transfer-Encoding: 8bit

Hello, as the Port want's, I send you this report.

configure: error: Problem with libjpeg.(a|so). Please check config.log 
for more information.
===>  Script "configure" failed unexpectedly.
       Please report the problem to dirk@FreeBSD.org [maintainer] and 
attach
       the "/var/tmp/usr/ports/www/mod_php4/work/php-4.3.1/config.log" 
including
       the output of the failure of your make command. Also, it might 
be a
       good idea to provide an overview of all packages installed on 
your
       system (e.g. an `ls /var/db/pkg`).
*** Error code 1

File is attached.

Martin
--/04w6evG8XlLl3ft
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="config.log"

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

configure:1550: checking for Cygwin environment
configure:1566: cc -c -O -pipe -march=pentiumpro -I/usr/local/include  conftest.c 1>&5
configure: In function `main':
configure:1562: `__CYGWIN32__' undeclared (first use in this function)
configure:1562: (Each undeclared identifier is reported only once
configure:1562: for each function it appears in.)
configure: failed program was:
#line 1555 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1583: checking for mingw32 environment
configure:1595: cc -c -O -pipe -march=pentiumpro -I/usr/local/include  conftest.c 1>&5
configure: In function `main':
configure:1591: `__MINGW32__' undeclared (first use in this function)
configure:1591: (Each undeclared identifier is reported only once
configure:1591: for each function it appears in.)
configure: failed program was:
#line 1588 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:1614: checking for working sed
configure:1737: checking host system type
configure:1826: checking for gcc
configure:1939: checking whether the C compiler (cc -O -pipe -march=pentiumpro -I/usr/local/include ) works
configure:1955: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include   conftest.c  1>&5
configure:1981: checking whether the C compiler (cc -O -pipe -march=pentiumpro -I/usr/local/include ) is a cross-compiler
configure:1986: checking whether we are using GNU C
configure:1995: cc -E conftest.c
configure:2014: checking whether cc accepts -g
configure:2050: checking whether cc understands -c and -o together
configure:2062: cc -c conftest.c -o conftest.o 1>&5
configure:2063: cc -c conftest.c -o conftest.o 1>&5
configure:2098: checking how to run the C preprocessor
configure:2119: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2179: checking for AIX
configure:2206: checking if compiler supports -R
configure:2221: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include   conftest.c -R /usr/lib  1>&5
configure:2279: checking for ranlib
configure:2307: checking whether ln -s works
configure:2332: checking for mawk
configure:2332: checking for gawk
configure:2366: checking for bison
configure:2400: checking bison version
configure:2410: checking for flex
configure:2444: checking for yywrap in -lfl
configure:2463: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include   conftest.c -lfl   1>&5
configure:2487: checking lex output file root
configure:2508: checking whether yytext is a pointer
configure:2527: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include   conftest.c  -lfl 1>&5
configure:2551: checking for working const
configure:2605: cc -c -O -pipe -march=pentiumpro -I/usr/local/include  conftest.c 1>&5
configure:2630: checking flex version
configure:2763: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include   conftest.c  1>&5
/tmp/cctAIrZP.o: In function `main':
/tmp/cctAIrZP.o(.text+0x21): undefined reference to `pthread_mutexattr_init'
/tmp/cctAIrZP.o(.text+0x35): undefined reference to `pthread_create'
configure: failed program was:
#line 2745 "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:2783: checking for pthreads_cflags
configure:2816: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include -kthread   conftest.c  1>&5
cc: unrecognized option `-kthread'
/tmp/ccmpJ4Ec.o: In function `main':
/tmp/ccmpJ4Ec.o(.text+0x21): undefined reference to `pthread_mutexattr_init'
/tmp/ccmpJ4Ec.o(.text+0x35): undefined reference to `pthread_create'
configure: failed program was:
#line 2798 "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:2816: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include -pthread   conftest.c  1>&5
configure:2846: checking for pthreads_lib
configure:2972: checking for AOLserver support
configure:3192: checking for Apache 1.x module support via DSO through APXS
configure:4524: checking for mod_charset compatibility option
configure:4591: checking for Apache 2.0 module support via DSO through APXS
configure:5350: checking for Caudium support
configure:5660: checking for CLI build
configure:5716: checking for embedded SAPI library support
configure:5899: checking for Zeus ISAPI support
configure:6109: checking for NSAPI support
configure:6430: checking for PHTTPD support
configure:6639: checking for Pi3Web support
configure:6948: checking for Roxen/Pike support
configure:7197: checking for Servlet support
configure:7665: checking for thttpd
configure:7871: checking for TUX
configure:8085: checking for webjames
configure:8483: checking for chosen SAPI module
configure:9388: checking for missing declarations of reentrant functions
configure:9397: cc -c -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c 1>&5
configure:9422: cc -c -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c 1>&5
configure:9447: cc -c -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c 1>&5
configure:9472: cc -c -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c 1>&5
configure:9497: cc -c -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c 1>&5
configure:9520: checking for sendmail
configure:9561: checking whether system uses EBCDIC
configure:9580: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c  1>&5
configure: failed program was:
#line 9572 "configure"
#include "confdefs.h"

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

configure:9654: checking for socket
configure:9682: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c  1>&5
configure:9911: checking for htonl
configure:9939: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c  1>&5
configure:10168: checking for gethostname
configure:10196: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c  1>&5
configure:10425: checking for gethostbyaddr
configure:10453: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c  1>&5
configure:10682: checking for yp_get_default_domain
configure:10710: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c  1>&5
configure:10940: checking for dlopen
configure:10968: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c  1>&5
configure:11198: checking for sin in -lm
configure:11217: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm   1>&5
configure:11210: warning: conflicting types for built-in function `sin'
configure:11251: checking for res_search
configure:11279: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:11787: checking for inet_aton
configure:11815: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:12183: checking for dn_skipname
configure:12211: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
/tmp/ccWSqxwW.o: In function `main':
/tmp/ccWSqxwW.o(.text+0x7): undefined reference to `dn_skipname'
configure: failed program was:
#line 12188 "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:12229: checking for __dn_skipname
configure:12257: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:12577: checking for ANSI C header files
configure:12590: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12657: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:12687: checking for dirent.h that defines DIR
configure:12700: cc -c -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c 1>&5
configure:12725: checking for opendir in -ldir
configure:12744: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -ldir  -lm  1>&5
/usr/libexec/elf/ld: cannot find -ldir
configure: failed program was:
#line 12733 "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:12851: checking for fclose declaration
configure:12860: cc -c -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c 1>&5
configure:12932: checking for ApplicationServices/ApplicationServices.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12938: ApplicationServices/ApplicationServices.h: No such file or directory
configure: failed program was:
#line 12937 "configure"
#include "confdefs.h"
#include <ApplicationServices/ApplicationServices.h>
configure:12932: checking for sys/types.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for sys/time.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for netinet/in.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for alloca.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12938: alloca.h: No such file or directory
configure: failed program was:
#line 12937 "configure"
#include "confdefs.h"
#include <alloca.h>
configure:12932: checking for arpa/inet.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for arpa/nameser.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for assert.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for crypt.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12938: crypt.h: No such file or directory
configure: failed program was:
#line 12937 "configure"
#include "confdefs.h"
#include <crypt.h>
configure:12932: checking for fcntl.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for grp.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for ieeefp.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for langinfo.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for limits.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for locale.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for monetary.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12938: monetary.h: No such file or directory
configure: failed program was:
#line 12937 "configure"
#include "confdefs.h"
#include <monetary.h>
configure:12932: checking for mach-o/dyld.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12938: mach-o/dyld.h: No such file or directory
configure: failed program was:
#line 12937 "configure"
#include "confdefs.h"
#include <mach-o/dyld.h>
configure:12932: checking for netdb.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for pwd.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for resolv.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for signal.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for stdarg.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for stdlib.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for string.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for syslog.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for sysexits.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for sys/file.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for sys/mman.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for sys/mount.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for sys/poll.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for sys/resource.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for sys/select.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for sys/socket.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for sys/statfs.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12938: sys/statfs.h: No such file or directory
configure: failed program was:
#line 12937 "configure"
#include "confdefs.h"
#include <sys/statfs.h>
configure:12932: checking for sys/statvfs.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12938: sys/statvfs.h: No such file or directory
configure: failed program was:
#line 12937 "configure"
#include "confdefs.h"
#include <sys/statvfs.h>
configure:12932: checking for sys/vfs.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12938: sys/vfs.h: No such file or directory
configure: failed program was:
#line 12937 "configure"
#include "confdefs.h"
#include <sys/vfs.h>
configure:12932: checking for sys/sysexits.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12938: sys/sysexits.h: No such file or directory
configure: failed program was:
#line 12937 "configure"
#include "confdefs.h"
#include <sys/sysexits.h>
configure:12932: checking for sys/varargs.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12938: sys/varargs.h: No such file or directory
configure: failed program was:
#line 12937 "configure"
#include "confdefs.h"
#include <sys/varargs.h>
configure:12932: checking for sys/wait.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for unistd.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for unix.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12938: unix.h: No such file or directory
configure: failed program was:
#line 12937 "configure"
#include "confdefs.h"
#include <unix.h>
configure:12932: checking for utime.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for sys/utsname.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12932: checking for sys/ipc.h
configure:12942: cc -E  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c >/dev/null 2>conftest.out
configure:12971: checking for fopencookie
configure:12999: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
/tmp/ccnEmqz7.o: In function `main':
/tmp/ccnEmqz7.o(.text+0x7): undefined reference to `fopencookie'
configure: failed program was:
#line 12976 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char fopencookie(); 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 fopencookie();

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_fopencookie) || defined (__stub___fopencookie)
choke me
#else
fopencookie();
#endif

; return 0; }
configure:13144: checking whether struct tm is in sys/time.h or time.h
configure:13157: cc -c -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c 1>&5
configure:13178: checking for tm_zone in struct tm
configure:13191: cc -c -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c 1>&5
configure:13250: checking for tm_gmtoff in struct tm
configure:13263: cc -c -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c 1>&5
configure:13286: checking for struct flock
configure:13301: cc -c -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c 1>&5
configure:13328: checking for socklen_t
configure:13345: cc -c -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c 1>&5
configure:13371: checking size of long
configure:13390: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13410: checking size of int
configure:13429: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13450: checking for st_blksize in struct stat
configure:13463: cc -c -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c 1>&5
configure:13485: checking for st_blocks in struct stat
configure:13498: cc -c -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c 1>&5
configure:13525: checking for st_rdev in struct stat
configure:13538: cc -c -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c 1>&5
configure:13560: checking for size_t
configure:13593: checking for uid_t in sys/types.h
configure:13628: checking for struct sockaddr_storage
configure:13641: cc -c -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c 1>&5
configure:13673: cc -c -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c 1>&5
configure:13686: checking for IPv6 support
configure:13700: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13718: checking for vprintf
configure:13746: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for asctime_r
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for chroot
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for ctime_r
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for cuserid
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
/tmp/ccb6EIsk.o: In function `main':
/tmp/ccb6EIsk.o(.text+0x7): undefined reference to `cuserid'
configure: failed program was:
#line 13892 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char cuserid(); 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 cuserid();

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_cuserid) || defined (__stub___cuserid)
choke me
#else
cuserid();
#endif

; return 0; }
configure:13887: checking for crypt
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
/tmp/ccCBnk89.o: In function `main':
/tmp/ccCBnk89.o(.text+0x7): undefined reference to `crypt'
configure: failed program was:
#line 13892 "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:13887: checking for flock
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for ftok
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for funopen
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for gai_strerror
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for gcvt
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
/tmp/ccns1FEk.o: In function `main':
/tmp/ccns1FEk.o(.text+0x7): undefined reference to `gcvt'
configure: failed program was:
#line 13892 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char gcvt(); 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 gcvt();

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_gcvt) || defined (__stub___gcvt)
choke me
#else
gcvt();
#endif

; return 0; }
configure:13887: checking for getlogin
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for getprotobyname
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for getprotobynumber
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for getservbyname
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for getservbyport
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for getrusage
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for gettimeofday
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for gmtime_r
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for isascii
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for link
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for localtime_r
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for lockf
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for lrand48
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for memcpy
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13899: warning: conflicting types for built-in function `memcpy'
configure:13887: checking for memmove
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for mkstemp
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for mmap
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for nl_langinfo
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for poll
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for putenv
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for realpath
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for random
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for rand_r
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for regcomp
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for res_search
configure:13887: checking for setitimer
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for setlocale
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for localeconv
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for setsockopt
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for setvbuf
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for shutdown
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for sin
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13899: warning: conflicting types for built-in function `sin'
configure:13887: checking for snprintf
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for srand48
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for srandom
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for statfs
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for statvfs
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
/tmp/ccbWLErB.o: In function `main':
/tmp/ccbWLErB.o(.text+0x7): undefined reference to `statvfs'
configure: failed program was:
#line 13892 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char statvfs(); 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 statvfs();

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_statvfs) || defined (__stub___statvfs)
choke me
#else
statvfs();
#endif

; return 0; }
configure:13887: checking for std_syslog
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
/tmp/cchzjiPC.o: In function `main':
/tmp/cchzjiPC.o(.text+0x7): undefined reference to `std_syslog'
configure: failed program was:
#line 13892 "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:13887: checking for strcasecmp
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for strcoll
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for strdup
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for strerror
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for strftime
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for strstr
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for strtok_r
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for symlink
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for tempnam
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
/tmp/ccmsiUlS.o: In function `main':
/tmp/ccmsiUlS.o(.text+0x7): warning: tempnam() possibly used unsafely; consider using mkstemp()
configure:13887: checking for tzset
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for unsetenv
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for usleep
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for utime
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13887: checking for vsnprintf
configure:13915: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13941: checking for getaddrinfo
configure:13953: cc -c -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c 1>&5
configure:13976: checking for strlcat
configure:14004: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13976: checking for strlcpy
configure:14004: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:13976: checking for getopt
configure:14004: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:14031: checking whether utime accepts a null argument
configure:14052: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:14078: checking for working alloca.h
configure:14111: checking for alloca
configure:14144: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:14311: checking whether sprintf is broken
configure:14326: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:14360: checking whether snprintf is broken
configure:14388: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:14422: checking for declared timezone
configure:14443: cc -c -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 conftest.c 1>&5
configure:14469: checking for type of reentrant time-related functions
configure:14498: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure: In function `main':
configure:14490: warning: assignment makes integer from pointer without a cast
configure:14491: too many arguments to function `asctime_r'
configure: failed program was:
#line 14480 "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:14528: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure: In function `main':
configure:14521: too many arguments to function `asctime_r'
configure: failed program was:
#line 14512 "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:14566: checking for readdir_r
configure:14594: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:14616: checking for type of readdir_r
configure:14652: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lm  1>&5
configure:14767: checking whether to include debugging symbols
configure:14800: checking layout of installed files
configure:14834: checking path to configuration file
configure:14870: checking directory to be scanned for configuration files
configure:14903: checking whether to install PEAR, and where
configure:14942: checking whether to enable safe mode by default
configure:14977: checking for safe mode exec dir
configure:15018: checking whether to enable PHP's own SIGCHLD handler
configure:15055: checking whether to enable magic quotes by default
configure:15092: checking whether to enable runpaths
configure:15117: checking whether to explicitly link against libgcc
configure:15196: checking whether to enable short tags by default
configure:15233: checking whether to enable dmalloc
configure:15321: checking whether to enable IPv6 support
configure:15354: checking for OpenSSL support
configure:15424: checking for OpenSSL version
configure:15522: checking for CRYPTO_free in -lcrypto
configure:15541: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 
    -L/usr/lib
    conftest.c -lcrypto  -lm  1>&5
configure:15588: checking for SSL_CTX_set_ssl_version in -lssl
configure:15607: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 
    -L/usr/lib
    conftest.c -lssl  -lcrypto -lm  1>&5
configure:15655: checking for crypt in -lcrypt
configure:15674: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lcrypt  -lssl -lcrypto -lm  1>&5
configure:15753: checking for ZLIB support
configure:15799: checking if the location of ZLIB install directory is defined
configure:16064: checking for gzgets in -lz
configure:16083: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 
    -L/usr/lib
    conftest.c -lz  -lcrypt -lssl -lcrypto -lm  -lcrypt 1>&5
configure:16218: checking whether to enable bc style precision math functions
configure:16499: checking for BZip2 support
configure:16693: checking for BZ2_bzerror in -lbz2
configure:16712: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512  conftest.c -lbz2  -lbz2 -lz -lcrypt -lssl -lcrypto -lm  -lcrypt 1>&5
configure:16951: checking whether to enable calendar conversion support
configure:17211: checking for cpdflib support
configure:18096: checking for CRACKlib support
configure:18507: checking whether to enable ctype functions
configure:18769: checking for CURL support
configure:19390: checking for cyrus imap support
configure:20302: checking for xDBM support
configure:20918: checking whether to enable DBA
configure:21174: checking for GDBM support
configure:21410: checking for NDBM support
configure:21660: checking for Berkeley DB2 support
configure:21905: checking for Berkeley DB3 support
configure:22130: checking for DBM support
configure:22401: checking for CDB support
configure:22451: checking for FlatFile support
configure:22463: checking whether to enable DBA interface
configure:22696: checking whether to enable dbase support
configure:22958: checking whether to enable dbx support
configure:23216: checking whether to enable direct I/O support
configure:23476: checking for DOM support
configure:23570: checking for libxml version
configure:24167: checking for DOM XSLT support
configure:24192: checking for DOM EXSLT support
configure:24835: checking whether to enable EXIF (metadata from images) support
configure:25097: checking for FrontBase SQL92 (fbsql) support
configure:25518: checking for FDF support
configure:26080: checking whether to enable the bundled filePro support
configure:26342: checking for FriBidi support
configure:26784: checking whether to enable FTP support
configure:27047: checking for GD support
configure:27094: checking for the location of libjpeg
configure:27121: checking for the location of libpng
configure:27174: checking for the location of libXpm
configure:27199: checking for FreeType 1.x support
configure:27224: checking for FreeType 2
configure:27249: checking for T1lib support
configure:27274: checking whether to enable truetype string function in GD
configure:28820: checking for jpeg_read_header in -ljpeg
configure:28839: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include  -DLOGIN_CAP -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 
      -L/usr/local/lib
      -R/usr/local/lib -L/usr/local/lib conftest.c -ljpeg  -lz -lcrack -lbz2 -lz -lcrypt -lssl -lcrypto -lm  -lcrypt -lxml2 -lz -liconv -lm 1>&5
/usr/local/lib/libxml2.so: undefined reference to `pthread_cond_signal'
/usr/local/lib/libxml2.so: undefined reference to `pthread_getspecific'
/usr/local/lib/libxml2.so: undefined reference to `pthread_equal'
/usr/local/lib/libxml2.so: undefined reference to `pthread_once'
/usr/local/lib/libxml2.so: undefined reference to `pthread_key_create'
/usr/local/lib/libxml2.so: undefined reference to `pthread_mutex_unlock'
/usr/local/lib/libxml2.so: undefined reference to `pthread_self'
/usr/local/lib/libxml2.so: undefined reference to `pthread_mutex_destroy'
/usr/local/lib/libxml2.so: undefined reference to `pthread_mutex_lock'
/usr/local/lib/libxml2.so: undefined reference to `pthread_cond_wait'
/usr/local/lib/libxml2.so: undefined reference to `pthread_mutex_init'
/usr/local/lib/libxml2.so: undefined reference to `pthread_setspecific'
configure: failed program was:
#line 28828 "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 jpeg_read_header();

int main() {
jpeg_read_header()
; return 0; }

--/04w6evG8XlLl3ft--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030428082655.GA534>