[PHP] Upgraden naar 4.3.3 op linux

Pagina: 1
Acties:
  • 108 views sinds 30-01-2008

  • BacardiBreezer
  • Registratie: September 2003
  • Laatst online: 19-06-2005

BacardiBreezer

Breezing Bacardi ?

Topicstarter
Ik ben bezig met mijn php-versie te upgraden aan de hand van een tut :) Het gata eigenlijk allemaal best redelijk en goed, maar ik loop tegen een probleemje aan.

Als ik onderstaand doe en na de laaste regel op enter druk dan gaat ie allemaal leuke dingen checken enzo, en hij doorloopt vanalles. Totdat hij op een vreemde manier vastloopt.

./configure \
--prefix=/usr \
--with-apxs=/usr/sbin/apxs \
--with-config-file-path=/etc/httpd/4.3.3/ \
--with-exec-dir=/usr/bin \
--with-gettext=shared \
--with-jpeg-dir=/usr \
--with-mcrypt=shared \
--with-png-dir=/usr \
--with-regex=system \
--disable-debug \
--disable-mbstr-enc-trans \
--enable-calendar \
--enable-ftp \
--enable-magic-quotes \
--enable-mbstring \
--enable-safe-mode \
--enable-sockets \
--enable-track-vars \
--enable-xml \
--with-gd \
--with-iconv \
--with-imap \
--with-imap-ssl \
--with-interbase=shared \
--with-ldap \
--with-mysql \
--with-openssl=/usr \
--with-pgsql=shared \
--with-zlib

Het configgen (want dat is wat je doet neem ik aan) loop vast en ik krijg de volgende regel te zien:

configure: error: build test failed. Please check the config.log for details.

Ik doe de upgrade op een Raq550, nu neem ik aan dat de linux 7.0 versie er geen problemen mee zal hebben ?? Het is een tut die zou moeten werken, iemand een idee ?

[EDIT] typevoudjes eruit gehaald :p

[ Voor 3% gewijzigd door BacardiBreezer op 02-10-2003 17:47 ]

Jij bent misschien belangrijk, maar ik ben aardig ;)


  • G33rt
  • Registratie: Februari 2002
  • Laatst online: 22-06-2022
wat is een linux 7.0 versie? :?

en wat staat er in je config.log?

[ Voor 38% gewijzigd door G33rt op 02-10-2003 17:41 ]


  • BacardiBreezer
  • Registratie: September 2003
  • Laatst online: 19-06-2005

BacardiBreezer

Breezing Bacardi ?

Topicstarter
Ow mijn excuses..... RedHat 7.0 want linux 7.0 bestaat nog niet....... ik wil die log hier wel even neerzetten maar die is oh zo groot :(

Jij bent misschien belangrijk, maar ik ben aardig ;)


  • PeetR
  • Registratie: Februari 2002
  • Laatst online: 13-09-2025
dan upload je hem ff ergens en post je een linkje :)

Your time as a student is the best time of your life


  • BacardiBreezer
  • Registratie: September 2003
  • Laatst online: 19-06-2005

BacardiBreezer

Breezing Bacardi ?

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

configure:1618: checking host system type
configure:1706: checking for gcc
configure:1819: checking whether the C compiler (gcc ) works
configure:1835: gcc -o conftest conftest.c 1>&5
configure:1861: checking whether the C compiler (gcc ) is a cross-compiler
configure:1866: checking whether we are using GNU C
configure:1875: gcc -E conftest.c
configure:1894: checking whether gcc accepts -g
configure:1927: checking whether gcc and cc understand -c and -o together
configure:1942: gcc -c conftest.c -o conftest.o 1>&5
configure:1943: gcc -c conftest.c -o conftest.o 1>&5
configure:1948: cc -c conftest.c 1>&5
configure:1950: cc -c conftest.c -o conftest.o 1>&5
configure:1951: cc -c conftest.c -o conftest.o 1>&5
configure:1978: checking how to run the C preprocessor
configure:1999: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2059: checking for AIX
configure:2086: checking if compiler supports -R
configure:2101: 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:2119: checking if compiler supports -Wl,-rpath,
configure:2134: gcc -o conftest -g -O2 conftest.c -Wl,-rpath,/usr/lib 1>&5
configure:2159: checking for ranlib
configure:2187: checking whether ln -s works
configure:2212: checking for gawk
configure:2246: checking for bison
configure:2280: checking bison version
configure:2290: checking for flex
configure:2324: checking for yywrap in -lfl
configure:2343: gcc -o conftest -g -O2 conftest.c -lfl 1>&5
configure:2367: checking lex output file root
configure:2388: checking whether yytext is a pointer
configure:2407: gcc -o conftest -g -O2 conftest.c -lfl 1>&5
configure:2431: checking for working const
configure:2485: gcc -c -g -O2 conftest.c 1>&5
configure:2510: checking flex version
configure:2650: gcc -o conftest -g -O2 conftest.c 1>&5
/tmp/cclfeJOB.o: In function `main':
/usr/src/php-4.3.3/configure:2645: undefined reference to `pthread_mutexattr_init'
/usr/src/php-4.3.3/configure:2646: 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:2670: checking for pthreads_cflags
configure:2703: gcc -o conftest -g -O2 -kthread conftest.c 1>&5
gcc: unrecognized option `-kthread'
/tmp/ccY6JEfA.o: In function `main':
/usr/src/php-4.3.3/configure:2698: undefined reference to `pthread_mutexattr_init'
/usr/src/php-4.3.3/configure:2699: 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:2703: gcc -o conftest -g -O2 -pthread conftest.c 1>&5
configure:2733: checking for pthreads_lib
configure:2859: checking for AOLserver support
configure:3079: 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:10048: checking for socket
configure:10076: gcc -o conftest -g -O2 conftest.c 1>&5
configure:10305: checking for htonl
configure:10333: gcc -o conftest -g -O2 conftest.c 1>&5
configure:10562: checking for gethostname
configure:10590: gcc -o conftest -g -O2 conftest.c 1>&5
configure:10819: checking for gethostbyaddr
configure:10847: gcc -o conftest -g -O2 conftest.c 1>&5
configure:11076: checking for yp_get_default_domain
configure:11104: gcc -o conftest -g -O2 conftest.c 1>&5
/tmp/ccq54QbN.o: In function `main':
/usr/src/php-4.3.3/configure:11098: 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:11122: checking for __yp_get_default_domain
configure:11150: gcc -o conftest -g -O2 conftest.c 1>&5
/tmp/ccMciWql.o: In function `main':
/usr/src/php-4.3.3/configure:11144: 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:11188: checking for yp_get_default_domain in -lnsl
configure:11207: gcc -o conftest -g -O2 conftest.c -lnsl 1>&5
configure:11282: gcc -o conftest -g -O2 conftest.c -lnsl 1>&5
configure:11334: checking for dlopen
configure:11362: gcc -o conftest -g -O2 conftest.c -lnsl 1>&5
/tmp/ccB9H78Y.o: In function `main':
/usr/src/php-4.3.3/configure:11356: 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:11380: checking for __dlopen
configure:11408: gcc -o conftest -g -O2 conftest.c -lnsl 1>&5
/tmp/cc29mXRo.o: In function `main':
/usr/src/php-4.3.3/configure:11402: 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:11446: checking for dlopen in -ldl
configure:11465: gcc -o conftest -g -O2 conftest.c -ldl -lnsl 1>&5
configure:11540: gcc -o conftest -g -O2 conftest.c -lnsl -ldl 1>&5
configure:11592: checking for sin in -lm
configure:11611: gcc -o conftest -g -O2 conftest.c -lm -ldl -lnsl 1>&5
configure:11604: warning: conflicting types for built-in function `sin'
configure:11645: checking for res_search
configure:11673: gcc -o conftest -g -O2 conftest.c -lm -ldl -lnsl 1>&5
/tmp/ccCgf26E.o: In function `main':
/usr/src/php-4.3.3/configure:11667: 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:11691: checking for __res_search
configure:11719: gcc -o conftest -g -O2 conftest.c -lm -ldl -lnsl 1>&5
/tmp/ccS3VSxx.o: In function `main':
/usr/src/php-4.3.3/configure:11713: 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:11757: checking for res_search in -lresolv
configure:11776: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:11851: gcc -o conftest -g -O2 conftest.c -lm -ldl -lnsl -lresolv 1>&5
configure:12181: checking for inet_aton
configure:12209: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:12577: checking for dn_skipname
configure:12605: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
/tmp/cc9Tp0DW.o: In function `main':
/usr/src/php-4.3.3/configure:12599: 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:12623: checking for __dn_skipname
configure:12651: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:12971: checking for ANSI C header files
configure:12984: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13051: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:13081: checking for dirent.h that defines DIR
configure:13094: gcc -c -g -O2 conftest.c 1>&5
configure:13119: checking for opendir in -ldir
configure:13138: gcc -o conftest -g -O2 conftest.c -ldir -lresolv -lm -ldl -lnsl 1>&5
/usr/bin/ld: cannot find -ldir
collect2: ld returned 1 exit status
configure: failed program was:
#line 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:13245: checking for fclose declaration
configure:13254: gcc -c -g -O2 conftest.c 1>&5
configure:13328: checking for ApplicationServices/ApplicationServices.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13334: ApplicationServices/ApplicationServices.h: No such file or directory
configure: failed program was:
#line 13333 "configure"
#include "confdefs.h"
#include <ApplicationServices/ApplicationServices.h>
configure:13328: checking for sys/param.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for sys/types.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for sys/time.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for netinet/in.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for alloca.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for arpa/inet.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for arpa/nameser.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for assert.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for crypt.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for fcntl.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for grp.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for ieeefp.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13334: ieeefp.h: No such file or directory
configure: failed program was:
#line 13333 "configure"
#include "confdefs.h"
#include <ieeefp.h>
configure:13328: checking for langinfo.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for limits.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for locale.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for monetary.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for mach-o/dyld.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13334: 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:13328: checking for netdb.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for pwd.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for resolv.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for signal.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for stdarg.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for stdlib.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for string.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for syslog.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for sysexits.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for sys/file.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for sys/mman.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for sys/mount.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for sys/poll.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for sys/resource.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for sys/select.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for sys/socket.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for sys/statfs.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for sys/statvfs.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for sys/vfs.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for sys/sysexits.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13334: sys/sysexits.h: No such file or directory
configure: failed program was:
#line 13333 "configure"
#include "confdefs.h"
#include <sys/sysexits.h>
configure:13328: checking for sys/varargs.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13334: sys/varargs.h: No such file or directory
configure: failed program was:
#line 13333 "configure"
#include "confdefs.h"
#include <sys/varargs.h>
configure:13328: checking for sys/wait.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for unistd.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for unix.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13334: unix.h: No such file or directory
configure: failed program was:
#line 13333 "configure"
#include "confdefs.h"
#include <unix.h>
configure:13328: checking for utime.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for sys/utsname.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for sys/ipc.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13328: checking for dlfcn.h
configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out
configure:13367: checking for fopencookie
configure:13395: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:13426: gcc -c -g -O2 conftest.c 1>&5
configure:13478: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:13539: checking for broken getcwd
configure:13554: checking for broken libc stdio
configure:13615: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:13643: checking whether struct tm is in sys/time.h or time.h
configure:13656: gcc -c -g -O2 conftest.c 1>&5
configure:13677: checking for tm_zone in struct tm
configure:13690: gcc -c -g -O2 conftest.c 1>&5
configure:13749: checking for tm_gmtoff in struct tm
configure:13762: gcc -c -g -O2 conftest.c 1>&5
configure:13785: checking for struct flock
configure:13800: gcc -c -g -O2 conftest.c 1>&5
configure:13827: checking for socklen_t
configure:13844: gcc -c -g -O2 conftest.c 1>&5
configure:13870: checking size of long
configure:13889: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:13909: checking size of int
configure:13928: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:13949: checking for st_blksize in struct stat
configure:13962: gcc -c -g -O2 conftest.c 1>&5
configure:13984: checking for st_blocks in struct stat
configure:13997: gcc -c -g -O2 conftest.c 1>&5
configure:14024: checking for st_rdev in struct stat
configure:14037: gcc -c -g -O2 conftest.c 1>&5
configure:14059: checking for size_t
configure:14092: checking for uid_t in sys/types.h
configure:14127: checking for struct sockaddr_storage
configure:14140: gcc -c -g -O2 conftest.c 1>&5
configure:14172: gcc -c -g -O2 conftest.c 1>&5
configure: In function `main':
configure:14168: 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:14185: checking for IPv6 support
configure:14199: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14217: checking for vprintf
configure:14245: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for alphasort
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for asctime_r
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for chroot
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for ctime_r
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for cuserid
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for crypt
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
/tmp/ccp0czfw.o: In function `main':
/usr/src/php-4.3.3/configure:14411: 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:14389: checking for flock
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for ftok
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for funopen
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
/tmp/ccjz4uxy.o: In function `main':
/usr/src/php-4.3.3/configure:14411: 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:14389: checking for gai_strerror
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for gcvt
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for getlogin
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for getprotobyname
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for getprotobynumber
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for getservbyname
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for getservbyport
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for getrusage
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for gettimeofday
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for gmtime_r
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for isascii
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for link
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for localtime_r
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for lockf
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for lrand48
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for memcpy
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14401: warning: conflicting types for built-in function `memcpy'
configure:14389: checking for memmove
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for mkstemp
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for mmap
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for nl_langinfo
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for perror
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for poll
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for putenv
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for realpath
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for random
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for rand_r
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for regcomp
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for res_search
configure:14389: checking for scandir
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for setitimer
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for setlocale
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for localeconv
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for setsockopt
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for setvbuf
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for shutdown
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for sin
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14401: warning: conflicting types for built-in function `sin'
configure:14389: checking for snprintf
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for srand48
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for srandom
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for statfs
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for statvfs
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for std_syslog
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
/tmp/ccEAkUuC.o: In function `main':
/usr/src/php-4.3.3/configure:14411: 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:14389: checking for strcasecmp
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for strcoll
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for strdup
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for strerror
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for strftime
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for strstr
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for strtok_r
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for symlink
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for tempnam
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
/tmp/cc1YjpWv.o: In function `main':
/usr/src/php-4.3.3/configure:14411: the use of `tempnam' is dangerous, better use `mkstemp'
configure:14389: checking for tzset
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for unsetenv
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for usleep
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for utime
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14389: checking for vsnprintf
configure:14417: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14443: checking for getaddrinfo
configure:14455: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14478: checking for strlcat
configure:14506: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
/tmp/cc4pJ2S2.o: In function `main':
/usr/src/php-4.3.3/configure:14500: 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:14478: checking for strlcpy
configure:14506: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
/tmp/ccG8zVgf.o: In function `main':
/usr/src/php-4.3.3/configure:14500: 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:14478: checking for getopt
configure:14506: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14533: checking whether utime accepts a null argument
configure:14554: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14580: checking for working alloca.h
configure:14613: checking for alloca
configure:14646: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14813: checking whether sprintf is broken
configure:14828: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14862: checking whether snprintf is broken
configure:14892: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:14926: checking for declared timezone
configure:14947: gcc -c -g -O2 conftest.c 1>&5
configure:14973: checking for type of reentrant time-related functions
configure:15002: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure: In function `main':
configure:14994: warning: assignment makes integer from pointer without a cast
configure:14995: 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:15032: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure: In function `main':
configure:15025: 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:15070: checking for readdir_r
configure:15098: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:15120: checking for type of readdir_r
configure:15156: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:15274: checking whether to include debugging symbols
configure:15307: checking layout of installed files
configure:15341: checking path to configuration file
configure:15377: checking directory to be scanned for configuration files
configure:15410: checking whether to install PEAR, and where
configure:15470: checking whether to enable safe mode by default
configure:15505: checking for safe mode exec dir
configure:15546: checking whether to enable PHP's own SIGCHLD handler
configure:15583: checking whether to enable magic quotes by default
configure:15620: checking whether to enable runpaths
configure:15645: checking whether to explicitly link against libgcc
configure:15724: checking whether to enable short tags by default
configure:15761: checking whether to enable dmalloc
configure:15849: checking whether to enable IPv6 support
configure:15882: checking for OpenSSL support
configure:15952: checking for OpenSSL version
configure:16125: checking for CRYPTO_free in -lcrypto
configure:16144: gcc -o conftest -g -O2 conftest.c -lcrypto -lresolv -lm -ldl -lnsl 1>&5
configure:16269: checking for SSL_CTX_set_ssl_version in -lssl
configure:16288: gcc -o conftest -g -O2 conftest.c -lssl -lcrypto -lresolv -lm -ldl -lnsl 1>&5
configure:16370: checking for ZLIB support
configure:16416: checking if the location of ZLIB install directory is defined
configure:16756: checking for gzgets in -lz
configure:16775: gcc -o conftest -g -O2 conftest.c -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl 1>&5
configure:16913: checking whether to enable bc style precision math functions
configure:17194: checking for BZip2 support
configure:17646: checking whether to enable calendar conversion support
configure:17910: checking for cpdflib support
configure:18946: checking for CRACKlib support
configure:19357: checking whether to enable ctype functions
configure:19619: checking for CURL support
configure:20397: checking for cyrus imap support
configure:21309: checking for xDBM support
configure:21927: checking whether to enable DBA
configure:22253: checking for GDBM support
configure:22558: checking for NDBM support
configure:22857: checking for Berkeley DB4 support
configure:23177: checking for Berkeley DB3 support
configure:23497: checking for Berkeley DB2 support
configure:23817: checking for DBM support
configure:24158: checking for CDB support
configure:24212: checking for INI File support
configure:24266: checking for FlatFile support
configure:24281: checking whether to enable DBA interface
configure:24523: checking whether to enable dbase support
configure:24785: checking whether to enable dbx support
configure:25043: checking whether to enable direct I/O support
configure:25303: checking for DOM support
configure:25963: checking for DOM XSLT support
configure:25988: checking for DOM EXSLT support
configure:26631: checking whether to enable EXIF (metadata from images) support
configure:26893: checking for FrontBase SQL92 (fbsql) support
configure:27314: checking for FDF support
configure:28032: checking whether to enable the bundled filePro support
configure:28294: checking for FriBidi support
configure:28736: checking whether to enable FTP support
configure:28999: checking for GD support
configure:29046: checking for the location of libjpeg
configure:29073: checking for the location of libpng
configure:29126: checking for the location of libXpm
configure:29151: checking for FreeType 1.x support
configure:29176: checking for FreeType 2
configure:29201: checking for T1lib support
configure:29226: checking whether to enable truetype string function in GD
configure:29251: checking whether to enable JIS-mapped Japanese font support in GD
configure:29305: checking for fabsf
configure:29333: gcc -o conftest -g -O2 conftest.c -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl 1>&5
configure:29317: warning: conflicting types for built-in function `fabsf'
configure:29305: checking for floorf
configure:29333: gcc -o conftest -g -O2 conftest.c -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl 1>&5
configure:29465: checking for jpeg_read_header in -ljpeg
configure:29484: gcc -o conftest -g -O2 conftest.c -ljpeg -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl 1>&5
configure:29748: checking for png_write_image in -lpng
configure:29767: gcc -o conftest -g -O2 -lz conftest.c -lpng -ljpeg -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl 1>&5
configure:35980: checking for GNU gettext support
configure:36040: checking for bindtextdomain in -lintl
configure:36059: gcc -o conftest -g -O2 -L/usr/lib conftest.c -lintl -lpng -lz -ljpeg -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl 1>&5
/usr/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:36081: checking for bindtextdomain in -lc
configure:36100: gcc -o conftest -g -O2 -L/usr/lib conftest.c -lc -lpng -lz -ljpeg -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl 1>&5
configure:36479: checking for ngettext in -lc
configure:36498: gcc -o conftest -g -O2 conftest.c -lc -lpng -lz -ljpeg -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl 1>&5
configure:36522: checking for dngettext in -lc
configure:36541: gcc -o conftest -g -O2 conftest.c -lc -lpng -lz -ljpeg -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl 1>&5
configure:36565: checking for dcngettext in -lc
configure:36584: gcc -o conftest -g -O2 conftest.c -lc -lpng -lz -ljpeg -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl 1>&5
configure:36608: checking for bind_textdomain_codeset in -lc
configure:36627: gcc -o conftest -g -O2 conftest.c -lc -lpng -lz -ljpeg -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl 1>&5
configure:36657: checking for GNU MP support
configure:37060: checking for hwapi support
configure:37772: checking for Hyperwave support
configure:38014: checking for iconv support
configure:38065: checking for iconv
configure:38093: gcc -o conftest -g -O2 conftest.c -lpng -lz -ljpeg -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl 1>&5
configure:38637: checking if iconv is glibc's
configure:38646: gcc -o conftest -I/usr/include -g -O2 -L/usr/lib conftest.c -lpng -lz -ljpeg -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl 1>&5
configure:38749: checking if iconv supports errno
configure:38775: gcc -o conftest -I/usr/include -g -O2 -L/usr/lib conftest.c -lpng -lz -ljpeg -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl 1>&5
configure:39048: checking for IMAP support
configure:39406: checking for pam_start in -lpam
configure:39425: gcc -o conftest -g -O2 conftest.c -lpam -lpng -lz -ljpeg -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl 1>&5
configure:39453: checking for crypt in -lcrypt
configure:39472: gcc -o conftest -g -O2 conftest.c -lcrypt -lpam -lpng -lz -ljpeg -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl 1>&5
configure:39878: checking whether SSL libraries are needed for c-client
configure:40008: gcc -o conftest -g -O2 conftest.c -lc-client -lssl -lcrypto -lcrypt -lpam -lpng -lz -ljpeg -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl 1>&5
/tmp/ccQU4evw.o: In function `main':
/usr/src/php-4.3.3/configure:40002: undefined reference to `auth_gssapi_valid'
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 conftest.c -lc-client -lssl -lcrypto -lcrypt -lpam -lpng -lz -ljpeg -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl 1>&5
/usr/lib/libc-client.a(osdep.o): In function `ssl_onceonlyinit':
/usr/src/redhat/BUILD/imap-2000c/c-client/auth_ssl.c:153: the use of `tmpnam' is dangerous, better use `mkstemp'
/usr/lib/libc-client.a(mail.o): In function `mm_cache':
/usr/src/redhat/BUILD/imap-2000c/c-client/mail.c:185: undefined reference to `__canary_death_handler'
/usr/lib/libc-client.a(mail.o): In function `mail_parameters':
/usr/src/redhat/BUILD/imap-2000c/c-client/mail.c:459: undefined reference to `__canary_death_handler'
/usr/lib/libc-client.a(mail.o): In function `mail_valid':
/usr/src/redhat/BUILD/imap-2000c/c-client/mail.c:490: undefined reference to `__canary_death_handler'
/usr/lib/libc-client.a(mail.o): In function `mail_valid_net':
/usr/src/redhat/BUILD/imap-2000c/c-client/mail.c:508: undefined reference to `__canary_death_handler'
/usr/lib/libc-client.a(mail.o): In function `mail_valid_net_parse':
/usr/src/redhat/BUILD/imap-2000c/c-client/mail.c:619: undefined reference to `__canary_death_handler'
/usr/lib/libc-client.a(mail.o):/usr/src/redhat/BUILD/imap-2000c/c-client/mail.c:677: more undefined references to `__canary_death_handler' follow
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;
}

Jij bent misschien belangrijk, maar ik ben aardig ;)


  • Kees
  • Registratie: Juni 1999
  • Laatst online: 30-04 11:24

Kees

Serveradmin / BOFH / DoC
--> NOS

"Een serveradmin, voluit een serveradministrator, is dan weer een slavenbeheerder oftewel een slavendrijver" - Rataplan


  • Rafe
  • Registratie: Mei 2002
  • Laatst online: 27-06-2025
RedHat 7.0 is erg oud, Redhat 9.0 is bijvoorbeeld al een tijdje uit... misschien is je GCC compiler "te oud" oid?

Ik heb geen verstand van Linux, dus ik kan er compleet naastzitten :o

edit:
Help?! Ik zit in NOS :'(

[ Voor 8% gewijzigd door Rafe op 02-10-2003 17:58 ]


  • BacardiBreezer
  • Registratie: September 2003
  • Laatst online: 19-06-2005

BacardiBreezer

Breezing Bacardi ?

Topicstarter
Rafe schreef op 02 October 2003 @ 17:57:
RedHat 7.0 is erg oud, Redhat 9.0 is bijvoorbeeld al een tijdje uit... misschien is je GCC compiler "te oud" oid?

Ik heb geen verstand van Linux, dus ik kan er compleet naastzitten :o
Een Raq550 draait allen maar RH7.0, RH9.0 zou wel kunnen maar dan moet je gaan klojoen. :)

Je zit er dus iets naast :p maar niet erg want alle info is welkom :D

Jij bent misschien belangrijk, maar ik ben aardig ;)


  • PeetR
  • Registratie: Februari 2002
  • Laatst online: 13-09-2025
heb eerder het idee dat er is fout gaat in een padverwijzing oid. zoek is of confdefs.h wel bestaat.

Your time as a student is the best time of your life


  • MikeN
  • Registratie: April 2001
  • Laatst online: 29-04 19:16
Hij lijkt vast te lopen op je SSL voor je c-client en even later op je SSL voor IMAP. Aangezien je c-client de IMAP verzorgt lijkt het erop dat je _of_ de --with-imap-ssl weg moet halen, of daar een path moet toevoegen (naar je openssl libs) of dat je gewoon de c-client opnieuw moet ocmpilen.

  • G33rt
  • Registratie: Februari 2002
  • Laatst online: 22-06-2022
volgens mij crasht ie hier:
/tmp/ccQU4evw.o: In function `main':
/usr/src/php-4.3.3/configure:40002: undefined reference to `auth_gssapi_valid'
collect2: ld returned 1 exit status
configure: failed program was:
#line 39983 "configure"
#include "confdefs.h"
dus kijk inderdaad of confdefs.h er uberhaupt wel is :)
Rafe schreef op 02 October 2003 @ 17:57:
RedHat 7.0 is erg oud, Redhat 9.0 is bijvoorbeeld al een tijdje uit... misschien is je GCC compiler "te oud" oid?

Ik heb geen verstand van Linux, dus ik kan er compleet naastzitten :o

edit:
Help?! Ik zit in NOS :'(
configure:1706: checking for gcc
configure:1819: checking whether the C compiler (gcc ) works
dat van die gcc kan dus niet :+

[ Voor 47% gewijzigd door G33rt op 02-10-2003 18:22 ]


  • MikeN
  • Registratie: April 2001
  • Laatst online: 29-04 19:16
Iets verder gezocht: http://bugs.php.net/bug.php?id=22381
**UPDATE** **UPDATE** **UPDATE**

I managed to fix the issue on my raq 550. This fix might be useful for
others running into this same issue. ON the Raq 550 imap and other
binaries have been compiled using "Stackguard" which causes these
"canary_death_handler" errors when you try to compile anything
referencing these libraries with anything other than the stackguard gcc
compiler.

In the case of the raq 550 the stackguard gcc compiler is located in
/usr/sg/bin/ In order to get php to compile properly on this raq 550 I
had to hand edit configure searching for where it looks for gcc and
change this first reference to /usr/sg/bin/gcc then all worked
wonderfully. I assume that this also has the added benifit of then
being protected by stackguard's system.
Suc6 :)

[edit] De oplossing is dus voordat je gaat compilen en configuren even
code:
1
export CC=/usr/sg/bin/gcc
te doen.

[ Voor 9% gewijzigd door MikeN op 02-10-2003 18:24 ]


  • BacardiBreezer
  • Registratie: September 2003
  • Laatst online: 19-06-2005

BacardiBreezer

Breezing Bacardi ?

Topicstarter
He dat is gaaf !!! Het werkt ! Thnx !

Nu het volgende probleem:

configure: error: mcrypt.h not found. Please reinstall libmcrypt.

Ik hbe deze module nooit geinstalleerd staan, maar kan ik nu door dit in die config-regel te zetten zorgen dat hij standaard gedisabled staat ??

--disable-libmcrypt \

Jij bent misschien belangrijk, maar ik ben aardig ;)


  • MikeN
  • Registratie: April 2001
  • Laatst online: 29-04 19:16
Je hebt --with-mcrypt=shared staan, maar blijkbaar heb je libmcrypt niet geinstalleerd of kan hij hem niet vinden. Doe eens een "locate mcrypt.h" (als dat werkt op een RaQ) en zet dan het path daarnaartoe (niet de filenaam zelf, en misschien de laatste dirnaam ook niet) achter de configure directive. Dus dan krijg je iets als --with-mcrypt=shared,/usr/local/lib/ ofzo. Kan je mcrypt.h niet vinden, dan kun je ervoor kiezen geen mcrypt support in je php te gooien (door de --with-mcrypt=shared regel weg te halen) of mcrypt zelf te installen in een dir en php daarnaartoe te laten verwijzen.

  • BacardiBreezer
  • Registratie: September 2003
  • Laatst online: 19-06-2005

BacardiBreezer

Breezing Bacardi ?

Topicstarter
Ieks !!! Idd, ik zie het nu zelf ook pas, maar dan kan ik toch net zo goed die regel weghalen ??

Ik kan later toch gewoon de .so-file toevoegen en in de php.ini hem toekennen en dan werkt het toch ook weer ?? Of gaat het niet zo makkelijk ??

[ Voor 44% gewijzigd door BacardiBreezer op 02-10-2003 19:23 ]

Jij bent misschien belangrijk, maar ik ben aardig ;)


  • MikeN
  • Registratie: April 2001
  • Laatst online: 29-04 19:16
Als jij mcrypt helemaal niet gebruikt kun je het rustig weglaten. Mijn PHP install draait ook prima zonder :)

  • BacardiBreezer
  • Registratie: September 2003
  • Laatst online: 19-06-2005

BacardiBreezer

Breezing Bacardi ?

Topicstarter
Ik gebruik het idd helemaal niet :) maar zoals ik hieronder vertel kun je het toch ook toevoegen ?? Of moet het echt in de install al gezet zijn ?

Jij bent misschien belangrijk, maar ik ben aardig ;)


  • MikeN
  • Registratie: April 2001
  • Laatst online: 29-04 19:16
Je kan de .so later weliswaar toevoegen, maar daarvoor moet je die wel eerst hebben = PHP compilen :)
Maar mocht je het later nodig hebben is PHP compilen ook niet zo'n probleem meer, kwestie van config.nice aanpassen en draaien (die krijg je automatisch na een geslaagde configure) en dan weer make && make install draaien.

  • BacardiBreezer
  • Registratie: September 2003
  • Laatst online: 19-06-2005

BacardiBreezer

Breezing Bacardi ?

Topicstarter
:) gaaf !! Dus ik ben nu echt ene diehard compiler :p het is echt voor het eerst maar allemaal wel heel duidelijk zoals je het uitlegt !

Ik kan de mcrypt.h alleen in de map vinden vanwaar ik uit ga installen........

Standaard staat het dus echt uit neem ik aan :)

Jij bent misschien belangrijk, maar ik ben aardig ;)


  • MikeN
  • Registratie: April 2001
  • Laatst online: 29-04 19:16
Mja, het is niet echt standaard nee :) Als je het nodig hebt merk je het vanzelf wel :+

Iig mooi dat het verder gelukt is :)

  • BacardiBreezer
  • Registratie: September 2003
  • Laatst online: 19-06-2005

BacardiBreezer

Breezing Bacardi ?

Topicstarter
GELUKT !!!!!!!! Thnx !! Ik ben happy, ik ga even verder klooien :)

Jij bent misschien belangrijk, maar ik ben aardig ;)


  • BacardiBreezer
  • Registratie: September 2003
  • Laatst online: 19-06-2005

BacardiBreezer

Breezing Bacardi ?

Topicstarter
Het werkt allemaal helemaal goed maar het includen alleen niet en een stukje DB-werk, maar dat heeft met het includen temaken :)

Ik kijk in mijn info.php en daar staat dat in deze dir mijn php.ini zou moeten staan:

/etc/httpd/4.3.3/

Nu bestaat die dir niet eens..........

Ik ben van menig dat hij nu in de /etc/admserv/ staat. Kan iemand dat verifieren ?

Jij bent misschien belangrijk, maar ik ben aardig ;)


  • MikeN
  • Registratie: April 2001
  • Laatst online: 29-04 19:16
Makkelijkste manier om dat te verifieren lijkt mij gewoon even iets te wijzigen in die file (een klein dingetje, wat verder niet echt belangrijk is) en apache te reloaden. Kijk of de wijzigingen worden meegenomen. Zo niet dan zou ik /etc/httpd/4.3.3 even een symlink naar /etc/admserv maken :) (of php recompilen, of ergens aangeven welke configfile je wilt gebruiken (kan dit in httpd.conf?))

[ Voor 15% gewijzigd door MikeN op 02-10-2003 22:35 ]


  • BacardiBreezer
  • Registratie: September 2003
  • Laatst online: 19-06-2005

BacardiBreezer

Breezing Bacardi ?

Topicstarter
OK, maar stel ik ga recomplilen dan had jij het over een file die aangemaakt wordt na de eerste keer compilen. Hiermee vergemakkelijk je het compilen de opeenvolgende keer vertelde je, maar hoe ga ik die file gebruiken ?

Jij bent misschien belangrijk, maar ik ben aardig ;)


  • moto-moi
  • Registratie: Juli 2001
  • Laatst online: 09-06-2011

moto-moi

Ja, ik haat jou ook :w

Tsja, misschien wordt het eens tijd om even zelf na te gaan denken, voordat je (no offence) hele simpele vragen hier aan ons gaat stellen ? ;)

Lees ook eens NOS policy - updated 01/04/03 goed door, want om voor elke vraag hier naar ons te komen rennen is voor ons niet echt leuk, en zelf wordt je er ook niet wijzer van denk ik.. ;)

God, root, what is difference? | Talga Vassternich | IBM zuigt

Pagina: 1

Dit topic is gesloten.