Page 1 of 1

fehlermeldungbeim PHP kompilieren

Posted: 2004-02-22 14:44
by pyrogx
ich will meine PHP version auf die version 4.3.3 bringen und nebenbei noch ---enable-socktes fürden woltlabchat aktivieren

nachdem ich den kernel auf die version 2.4.25 gebracht habe (nach dieser anleitung:
http://www.serverkompetenz.de/config/te ... php#030216

danach habe ich folgende programm per yast installiert:

Code: Select all

Apache-devel 1.3.26 (Die Zahlen in der Suche nicht mit angeben !!)
Bison 1.35
Flex 2.5.4a
zlib-devel 1.1.4
libxml2-devel 2.4.23
libpng-devel 1.2.4
xdevel 4.2.0
t1lib-devel 1.3.1
openldap2-devel 2.1.4
libmcrypt-devel 2.5.2
curl-devel 7.9.8
freetype2-devel 2.0.9
imap-devel 2001a
postgresql-devel 7.2.2
ypbind 1.12
db-devel 4.0.14
danach habe ich das gemacht:

Code: Select all

cd /usr/local/src
wget ftp://ftp.sgi.com/sgi/graphics/grafica/flash/dist.99.linux.tar.Z
tar xzf dist.99.linux.tar.Z
cd dist
cp swf.h /usr/include
cp libswf.a /usr/lib
cd ..
dann:

Code: Select all

wget http://www.php.net/get/php-4.3.3.tar.gz/from/de3.php.net/mirror
tar xfvz php-4.3.3.tar.gz
cd php-4.3.3
bei folgender config:

Code: Select all

./configure --prefix=/usr/share --datadir=/usr/share/php --bindir=/usr/bin --libdir=/usr/share --includedir=/usr/include --with-_lib=lib --with-config-file-path=/etc --with-exec-dir=/usr/lib/php/bin --disable-debug --enable-bcmath --enable-calendar --enable-ctype --enable-dbase --enable-discard-path --enable-exif --enable-filepro --enable-force-cgi-redirect --enable-ftp --enable-gd-imgstrttf --enable-gd-native-ttf --enable-inline-optimization --enable-magic-quotes --enable-mbstr-enc-trans --enable-mbstring --enable-memory-limit --enable-safe-mode --enable-shmop --enable-sigchild --enable-sockets --enable-sysvsem --enable-sysvshm --enable-track-vars --enable-trans-sid --enable-versioning --enable-wddx --with-bz2 --with-dom=/usr/include/libxml2 --with-ftp --with-gdbm --with-gettext --with-gmp --with-imap --with-jpeg-dir=/usr --with-ldap --with-mcal=/usr --with-mcrypt --enable-yp --with-mysql=/usr --with-ndbm --with-pgsql=/usr --with-png-dir=/usr --with-snmp --with-t1lib --with-tiff-dir=/usr --with-ttf --with-freetype-dir --with-xml --with-swf=/usr/include/swf --with-xpm-dir=/usr/X11R6 --with-zlib --with-gd --with-openssl --with-curl --with-imap-ssl --with-mm --with-apxs=/usr/sbin/apxs i586-suse-linux
kommt folgende fehlermeldung:

Code: Select all

checking whether IMAP works... no
configure: error: build test failed. Please check the config.log for details.
wenn ich allerdings die beiden imap sachen weglasse klapt das kompilieren wunderbar

wo liegt da das problem?



ps es handelt sich um einen neuen rootserver SR von strato (heute nacht neu aufgesetzt)

Re: fehlermeldungbeim PHP kompilieren

Posted: 2004-02-22 14:48
by arty
Was steht denn in config.log?

bye
arty

Re: fehlermeldungbeim PHP kompilieren

Posted: 2004-02-22 14:50
by pyrogx
ups
das war ne "alte"
hier die neuste


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

configure: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/ccuvgsN6.o: In function `main':
/usr/local/src/dist/php-4.3.3/configure:2645: undefined reference to `pthread_mutexattr_init'
/usr/local/src/dist/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/cc2uVghm.o: In function `main':
/usr/local/src/dist/php-4.3.3/configure:2698: undefined reference to `pthread_mutexattr_init'
/usr/local/src/dist/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/ccKKdmVW.o: In function `main':
/usr/local/src/dist/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/ccMCEOHb.o: In function `main':
/usr/local/src/dist/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/ccCusvxU.o: In function `main':
/usr/local/src/dist/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/ccckBZG9.o: In function `main':
/usr/local/src/dist/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/ccg82BxS.o: In function `main':
/usr/local/src/dist/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/ccgjDpQ8.o: In function `main':
/usr/local/src/dist/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/ccYlQyad.o: In function `main':
/usr/local/src/dist/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/lib/gcc-lib/i486-suse-linux/3.2/../../../../i486-suse-linux/bin/ld: cannot find -ldir
collect2: ld returned 1 exit status
configure: failed program was:
#line 13127 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char opendir();

int main() {
opendir()
; return 0; }
configure: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:53: 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:20: 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:25: mach-o/dyld.h: No such file or directory
configure: failed program was:
#line 13333 "configure"
#include "confdefs.h"
#include <mach-o/dyld.h>
configure: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:26: 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:25: 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:18: 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/cckkqPxA.o: In function `main':
/usr/local/src/dist/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/cckv2cJp.o: In function `main':
/usr/local/src/dist/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/ccICAIZH.o: In function `main':
/usr/local/src/dist/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:14401: warning: conflicting types for built-in function `strstr'
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/ccmdGo0T.o: In function `main':
/usr/local/src/dist/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/ccu2m5fD.o: In function `main':
/usr/local/src/dist/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/ccKjuVVT.o: In function `main':
/usr/local/src/dist/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
cpp0: warning: changing search order for system directory "/usr/include"
cpp0: warning: as it has already been specified as a non-system directory
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:17242: checking for BZip2 in default path
configure:17388: checking for BZ2_bzerror in -lbz2
configure:17407: gcc -o conftest -g -O2 conftest.c -lbz2 -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl 1>&5
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:19668: checking for CURL in default path
configure:19686: checking for cURL 7.9.8 or greater
configure:19986: checking for curl_easy_perform in -lcurl
configure:20005: gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -lcurl -lssl -lcrypto -ldl conftest.c -lcurl -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl 1>&5
configure:20124: checking for curl_version_info in -lcurl
configure:20143: gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -lcurl -lssl -lcrypto -ldl conftest.c -lcurl -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl 1>&5
/tmp/ccGTsomC.o: In function `main':
/usr/local/src/dist/php-4.3.3/configure:20139: undefined reference to `curl_version_info'
collect2: ld returned 1 exit status
configure: failed program was:
#line 20132 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char curl_version_info();

int main() {
curl_version_info()
; return 0; }
configure:20397: checking for cyrus imap support
configure:21309: checking for xDBM support
configure:21927: checking whether to enable DBA
configure:22067: checking for gdbm_open in -lgdbm
configure:22086: gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib conftest.c -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl 1>&5
configure:22253: checking for GDBM support
configure:22368: checking for dbm_open in -lndbm
configure:22387: gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib conftest.c -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl 1>&5
configure: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:25397: checking for libxml version
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 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configure:29317: warning: conflicting types for built-in function `fabsf'
configure:29305: checking for floorf
configure:29333: gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configure:29465: checking for jpeg_read_header in -ljpeg
configure:29484: gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configure:29748: checking for png_write_image in -lpng
configure:29767: gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -lz conftest.c -lpng -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configure:30128: checking for XpmFreeXpmImage in -lXpm
configure:30147: gcc -o conftest -g -O2 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -lX11 conftest.c -lXpm -lpng -lz -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configure:30843: checking for T1_LoadFont in -lt1
configure:30862: gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configure:35980: checking for GNU gettext support
configure:36040: checking for bindtextdomain in -lintl
configure:36059: gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -L/usr/lib conftest.c -lintl -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../../i486-suse-linux/bin/ld: cannot find -lintl
collect2: ld returned 1 exit status
configure: failed program was:
#line 36048 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char bindtextdomain();

int main() {
bindtextdomain()
; return 0; }
configure:36081: checking for bindtextdomain in -lc
configure:36100: gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -L/usr/lib conftest.c -lc -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configure:36479: checking for ngettext in -lc
configure:36498: gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lc -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configure:36522: checking for dngettext in -lc
configure:36541: gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lc -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configure:36565: checking for dcngettext in -lc
configure:36584: gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lc -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configure:36608: checking for bind_textdomain_codeset in -lc
configure:36627: gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lc -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configure: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:39048: checking for IMAP support
configure:39406: checking for pam_start in -lpam
configure:39425: gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lpam -lgmp -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../../i486-suse-linux/bin/ld: cannot find -lpam
collect2: ld returned 1 exit status
configure: failed program was:
#line 39414 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char pam_start();

int main() {
pam_start()
; return 0; }
configure:39453: checking for crypt in -lcrypt
configure:39472: gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lcrypt -lgmp -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configure:39878: checking whether SSL libraries are needed for c-client
configure:40008: gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lc-client -lssl -lcrypto -lcrypt -lgmp -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
/tmp/ccisK3zk.o: In function `main':
/usr/local/src/dist/php-4.3.3/configure:40002: undefined reference to `auth_gssapi_valid'
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../libc-client.so: undefined reference to `pam_end'
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../libc-client.so: undefined reference to `pam_authenticate'
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../libc-client.so: undefined reference to `pam_setcred'
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../libc-client.so: undefined reference to `pam_acct_mgmt'
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../libc-client.so: undefined reference to `pam_start'
collect2: ld returned 1 exit status
configure: failed program was:
#line 39983 "configure"
#include "confdefs.h"

void mm_log(void){}
void mm_dlog(void){}
void mm_flags(void){}
void mm_fatal(void){}
void mm_critical(void){}
void mm_nocritical(void){}
void mm_notify(void){}
void mm_login(void){}
void mm_diskerror(void){}
void mm_status(void){}
void mm_lsub(void){}
void mm_list(void){}
void mm_exists(void){}
void mm_searched(void){}
void mm_expunged(void){}
char auth_gssapi_valid();
int main() {
auth_gssapi_valid();
return 0;
}

configure:40034: checking whether IMAP works
configure:40067: gcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lc-client -lssl -lcrypto -lcrypt -lgmp -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../libc-client.so: undefined reference to `pam_end'
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../libc-client.so: undefined reference to `pam_authenticate'
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../libc-client.so: undefined reference to `pam_setcred'
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../libc-client.so: undefined reference to `pam_acct_mgmt'
/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../libc-client.so: undefined reference to `pam_start'
collect2: ld returned 1 exit status
configure: failed program was:
#line 40042 "configure"
#include "confdefs.h"

void mm_log(void){}
void mm_dlog(void){}
void mm_flags(void){}
void mm_fatal(void){}
void mm_critical(void){}
void mm_nocritical(void){}
void mm_notify(void){}
void mm_login(void){}
void mm_diskerror(void){}
void mm_status(void){}
void mm_lsub(void){}
void mm_list(void){}
void mm_exists(void){}
void mm_searched(void){}
void mm_expunged(void){}
char mail_newbody();
int main() {
mail_newbody();
return 0;
}

Re: fehlermeldungbeim PHP kompilieren

Posted: 2004-02-22 16:31
by pyrogx
nachdem ich die imap sachen aus der config rausgenommen habe gings wunderbar

aber wenn cich dann den make befehl ausführe kommt folgendes:

Code: Select all

/usr/lib/gcc-lib/i486-suse-linux/3.2/../../../../i486-suse-linux/bin/ld: cannot find -lpam
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
sagt jemandem das etwas?

Re: fehlermeldungbeim PHP kompilieren

Posted: 2004-02-22 16:34
by arty
Da fehlen wohl noch dev-Dateien für PAM. Benötigst du denn IMAP-Support?

bye
arty

Re: fehlermeldungbeim PHP kompilieren

Posted: 2004-02-22 16:36
by pyrogx
nein, ich brauche erstmal kein imap

was ist PAM?

Re: fehlermeldungbeim PHP kompilieren

Posted: 2004-02-22 17:29
by pyrogx
nachdem ich per yast einfach mal pam installiert habe gings wunderbar
nun habe ich nen anderes problem
welches seht ihr im "500 Internal Server Error" thread