Ich bin neu in diesem Forum und auc neu auf dem Gebiet Linux, Apache, PHP, etc.
Ich möchte auf unseren bestehenden Webserver die PHP Version 4.3.8 installieren. Viele Beiträge haben bereits geholfen, die richtigen Einstellungen, Pakete, etc. downzuladen und zu installieren (ua. via YAST) die fehlednen Devel-Module.
Wenn ich jetzt den configure für 4.3.8 starte, läuft er zwa durch, meldet jedoch Fehler, die in config.log protokolliert sind. Allerdings kan ich aus diesen Fehler nicht erkennen, was ich tun muß um sie zu beheben.
Das config.log sieht wie folgt aus:
Für Tipps, wie ich die neue PHP version ans Fliegen bringe bin ich dankbar.This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configurechecking host system type
configurechecking for gcc
configurechecking whether the C compiler (gcc ) works
configuregcc -o conftest conftest.c 1>&5
configurechecking whether the C compiler (gcc ) is a cross-compiler
configurechecking whether we are using GNU C
configurechecking whether gcc accepts -g
configurechecking whether gcc and cc understand -c and -o together
configurechecking how to run the C preprocessor
configurechecking for AIX
configurechecking if compiler supports -R
configurechecking if compiler supports -Wl,-rpath,
configurechecking for re2c
configurechecking for ranlib
configurechecking whether ln -s works
configurechecking for mawk
configurechecking for bison
configurechecking bison version
configurechecking for flex
configurechecking for yywrap in -lfl
configurechecking lex output file root
configurechecking whether yytext is a pointer
configurechecking for working const
configurechecking flex version
configuregcc -o conftest -g -O2 -pthread conftest.c 1>&5
configurechecking for pthreads_cflags
configurechecking for pthreads_lib
configurechecking for AOLserver support
configurechecking for Apache 1.x module support via DSO through APXS
configurechecking for Apache 1.x module support
configure:4199: checking for member fd in BUFF *
configure:4242: checking for mod_charset compatibility option
configure:4309: checking for Apache 2.0 filter-module support via DSO through APXS
configure:5045: checking for Apache 2.0 handler-module support via DSO through APXS
configure:5782: checking for Caudium support
configure:6092: checking for CLI build
configure:6152: checking for embedded SAPI library support
configure:6335: checking for Zeus ISAPI support
configure:6545: checking for NSAPI support
configure:6866: checking for PHTTPD support
configure:7075: checking for Pi3Web support
configure:7384: checking for Roxen/Pike support
configure:7633: checking for Servlet support
configure:8111: checking for thttpd
configure:8317: checking for TUX
configure:8531: checking for webjames
configure:8605: checking for CGI build
configure:8629: checking whether writing to stdout works
configure:8687: checking whether to force Apache CGI redirect
configure:8701: checking whether to discard path_info + path_translated
configure:8714: checking whether to enable path info checking
configure:8727: checking whether to enable fastcgi support
configure:8932: checking for chosen SAPI module
configure:9837: checking for missing declarations of reentrant functions
configure:9846: gcc -c -g -O2 conftest.c 1>&5
configure:9871: gcc -c -g -O2 conftest.c 1>&5
configure:9896: gcc -c -g -O2 conftest.c 1>&5
configure:9921: gcc -c -g -O2 conftest.c 1>&5
configure:9946: gcc -c -g -O2 conftest.c 1>&5
configure:9970: checking for sendmail
configurechecking whether system uses EBCDIC
configurechecking for socket
configuregcc -o conftest -g -O2 conftest.c 1>&5
configurechecking for htonl
configuregcc -o conftest -g -O2 conftest.c 1>&5
configurechecking for gethostname
configuregcc -o conftest -g -O2 conftest.c 1>&5
configurechecking for gethostbyaddr
configuregcc -o conftest -g -O2 conftest.c 1>&5
configurechecking for yp_get_default_domain
configuregcc -o conftest -g -O2 conftest.c 1>&5
/tmp/cc0EXV6Y.o: In function `main':
/usr/php438/php-4.3.8/configureundefined reference to `yp_get_default_domain'
collect2: ld returned 1 exit status
configure: failed program was:
#line 11137 "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; }
configurechecking for __yp_get_default_domain
configuregcc -o conftest -g -O2 conftest.c 1>&5
/tmp/ccckwhTd.o: In function `main':
/usr/php438/php-4.3.8/configureundefined reference to `__yp_get_default_domain'
collect2: ld returned 1 exit status
configure: failed program was:
#line 11183 "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; }
configurechecking for yp_get_default_domain in -lnsl
configuregcc -o conftest -g -O2 conftest.c -lnsl 1>&5
configuregcc -o conftest -g -O2 conftest.c -lnsl 1>&5
configurechecking for dlopen
configuregcc -o conftest -g -O2 conftest.c -lnsl 1>&5
/tmp/cc6rwcxW.o: In function `main':
/usr/php438/php-4.3.8/configureundefined reference to `dlopen'
collect2: ld returned 1 exit status
configure: failed program was:
#line 11395 "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; }
configurechecking for __dlopen
configuregcc -o conftest -g -O2 conftest.c -lnsl 1>&5
/tmp/ccitG9Hb.o: In function `main':
/usr/php438/php-4.3.8/configureundefined reference to `__dlopen'
collect2: ld returned 1 exit status
configure: failed program was:
#line 11441 "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; }
configurechecking for dlopen in -ldl
configuregcc -o conftest -g -O2 conftest.c -ldl -lnsl 1>&5
configuregcc -o conftest -g -O2 conftest.c -lnsl -ldl 1>&5
configurechecking for sin in -lm
configurechecking for res_search
configuregcc -o conftest -g -O2 conftest.c -lm -ldl -lnsl 1>&5
/tmp/ccKtdFUF.o: In function `main':
/usr/php438/php-4.3.8/configureundefined reference to `res_search'
collect2: ld returned 1 exit status
configure: failed program was:
#line 11706 "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; }
configurechecking for __res_search
configuregcc -o conftest -g -O2 conftest.c -lm -ldl -lnsl 1>&5
/tmp/ccasLfgW.o: In function `main':
/usr/php438/php-4.3.8/configureundefined reference to `__res_search'
collect2: ld returned 1 exit status
configure: failed program was:
#line 11752 "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; }
configurechecking for res_search in -lresolv
configuregcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configuregcc -o conftest -g -O2 conftest.c -lm -ldl -lnsl -lresolv 1>&5
configurechecking for inet_aton
configuregcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configurechecking for dn_skipname
configuregcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
/tmp/ccKqaSp0.o: In function `main':
/usr/php438/php-4.3.8/configureundefined reference to `dn_skipname'
collect2: ld returned 1 exit status
configure: failed program was:
#line 12638 "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; }
configurechecking for __dn_skipname
configuregcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configurechecking for ANSI C header files
configurechecking for dirent.h that defines DIR
configurechecking for opendir in -ldir
configurechecking for fclose declaration
configuregcc -c -g -O2 conftest.c 1>&5
configurechecking for dirent.h
configurechecking for ApplicationServices/ApplicationServices.h
configurechecking for sys/param.h
configurechecking for sys/types.h
configurechecking for sys/time.h
configurechecking for netinet/in.h
configurechecking for alloca.h
configurechecking for arpa/inet.h
configurechecking for arpa/nameser.h
configurechecking for assert.h
configurechecking for crypt.h
configurechecking for fcntl.h
configurechecking for grp.h
configurechecking for ieeefp.h
configurechecking for langinfo.h
configurechecking for limits.h
configurechecking for locale.h
configurechecking for monetary.h
configurechecking for mach-o/dyld.h
configurechecking for netdb.h
configurechecking for pwd.h
configurechecking for resolv.h
configurechecking for signal.h
configurechecking for stdarg.h
configurechecking for stdlib.h
configurechecking for string.h
configurechecking for syslog.h
configurechecking for sysexits.h
configurechecking for sys/file.h
configurechecking for sys/mman.h
configurechecking for sys/mount.h
configurechecking for sys/poll.h
configurechecking for sys/resource.h
configurechecking for sys/select.h
configurechecking for sys/socket.h
configurechecking for sys/statfs.h
configurechecking for sys/statvfs.h
configurechecking for sys/vfs.h
configurechecking for sys/sysexits.h
configurechecking for sys/varargs.h
configurechecking for sys/wait.h
configurechecking for unistd.h
configurechecking for unix.h
configurechecking for utime.h
configurechecking for sys/utsname.h
configurechecking for sys/ipc.h
configurechecking for dlfcn.h
configurechecking for fopencookie
configuregcc -c -g -O2 conftest.c 1>&5
configuregcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configurechecking for broken getcwd
configurechecking for broken libc stdio
configuregcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configurechecking whether struct tm is in sys/time.h or time.h
configurechecking for tm_zone in struct tm
configurechecking for tm_gmtoff in struct tm
configurechecking for struct flock
configurechecking for socklen_t
configurechecking size of long
configurechecking size of int
configurechecking for st_blksize in struct stat
configurechecking for st_blocks in struct stat
configurechecking for st_rdev in struct stat
configurechecking for size_t
configurechecking for uid_t in sys/types.h
configurechecking for struct sockaddr_storage
configuregcc -c -g -O2 conftest.c 1>&5
configure: In function `main':
configurestructure has no member named `sa_len'
configure: failed program was:
#line 14176 "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; }
configurechecking for IPv6 support
configurechecking for vprintf
configurechecking for alphasort
configurechecking for asctime_r
configurechecking for chroot
configurechecking for ctime_r
configurechecking for cuserid
configurechecking for crypt
configurechecking for flock
configurechecking for ftok
configurechecking for funopen
configurechecking for gai_strerror
configurechecking for gcvt
configurechecking for getlogin
configurechecking for getprotobyname
configurechecking for getprotobynumber
configurechecking for getservbyname
configurechecking for getservbyport
configurechecking for getrusage
configurechecking for gettimeofday
configurechecking for gmtime_r
configurechecking for isascii
configurechecking for link
configurechecking for localtime_r
configurechecking for lockf
configurechecking for lrand48
configurechecking for memcpy
configurechecking for memmove
configurechecking for mkstemp
configurechecking for mmap
configurechecking for nl_langinfo
configurechecking for perror
configurechecking for poll
configurechecking for putenv
configurechecking for realpath
configurechecking for random
configurechecking for rand_r
configurechecking for regcomp
configurechecking for res_search
configurechecking for scandir
configurechecking for setitimer
configurechecking for setlocale
configurechecking for localeconv
configurechecking for setsockopt
configurechecking for setvbuf
configurechecking for shutdown
configurechecking for sin
configurechecking for snprintf
configurechecking for srand48
configurechecking for srandom
configurechecking for statfs
configurechecking for statvfs
configurechecking for std_syslog
configurechecking for strcasecmp
configurechecking for strcoll
configurechecking for strdup
configurechecking for strerror
configurechecking for strftime
configurechecking for strstr
configurechecking for strtok_r
configurechecking for symlink
configurechecking for tempnam
configurechecking for tzset
configurechecking for unsetenv
configurechecking for usleep
configurechecking for utime
configurechecking for vsnprintf
configurechecking for getaddrinfo
configurechecking for strlcat
configurechecking for strlcpy
configurechecking for getopt
configurechecking whether utime accepts a null argument
configurechecking for working alloca.h
configurechecking for alloca
configurechecking whether sprintf is broken
configurechecking whether snprintf is broken
configurechecking for declared timezone
configurechecking for type of reentrant time-related functions
configurechecking for readdir_r
configurechecking for type of readdir_r
configurechecking whether to include debugging symbols
configurechecking layout of installed files
configurechecking path to configuration file
configurechecking directory to be scanned for configuration files
configurechecking whether to enable safe mode by default
configurechecking for safe mode exec dir
configurechecking whether to enable PHP's own SIGCHLD handler
configurechecking whether to enable magic quotes by default
configurechecking whether to enable runpaths
configurechecking whether to explicitly link against libgcc
configurechecking whether to enable short tags by default
configurechecking whether to enable dmalloc
configurechecking whether to enable IPv6 support
configurechecking whether to enable versioning
configurechecking for OpenSSL support
configurechecking for pkg-config
configurechecking 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
configurechecking for CRYPTO_free in -lcrypto
configuregcc -o conftest -g -O2 conftest.c -lcrypto -lresolv -lm -ldl -lnsl 1>&5
configurechecking for SSL_CTX_set_ssl_version in -lssl
configuregcc -o conftest -g -O2 conftest.c -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcrypto 1>&5
configurechecking for ZLIB support
configurechecking if the location of ZLIB install directory is defined
configurechecking for gzgets in -lz
configuregcc -o conftest -g -O2 conftest.c -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl 1>&5
configurechecking whether to enable bc style precision math functions
configurechecking for BZip2 support
configurechecking for BZip2 in default path
configurechecking for BZ2_bzerror in -lbz2
configuregcc -o conftest -g -O2 conftest.c -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl 1>&5
configurechecking whether to enable calendar conversion support
configurechecking for cpdflib support
configurechecking for CRACKlib support
configurechecking whether to enable ctype functions
configurechecking for CURL support
configurechecking for CURL in default path
configurechecking for cURL 7.9.8 or greater
configurechecking for curl_easy_perform in -lcurl
configuregcc -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
configurechecking for curl_version_info in -lcurl
configuregcc -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/ccEtHYVP.o: In function `main':
/usr/php438/php-4.3.8/configureundefined reference to `curl_version_info'
collect2: ld returned 1 exit status
configure: failed program was:
#line 20693 "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; }
configurechecking for cyrus imap support
configurechecking for xDBM support
configurechecking whether to enable DBA
configurechecking for gdbm_open in -lgdbm
configuregcc -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
configurechecking for GDBM support
configurechecking for dbm_open in -lndbm
configuregcc -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
configurechecking for NDBM support
configurechecking for Berkeley DB4 support
configurechecking for Berkeley DB3 support
configurechecking for Berkeley DB2 support
configurechecking for DBM support
configurechecking for CDB support
configurechecking for INI File support
configurechecking for FlatFile support
configurechecking whether to enable DBA interface
configurechecking whether to enable dbase support
configurechecking whether to enable dbx support
configurechecking whether to enable direct I/O support
configurechecking for DOM support
configurechecking for libxml version
configurechecking for DOM XSLT support
configurechecking for DOM EXSLT support
configurechecking whether to enable EXIF (metadata from images) support
configurechecking for FrontBase SQL92 (fbsql) support
configurechecking for FDF support
configurechecking whether to enable the bundled filePro support
configurechecking for FriBidi support
configurechecking whether to enable FTP support
configurechecking for GD support
configurechecking for the location of libjpeg
configurechecking for the location of libpng
configurechecking for the location of libXpm
configurechecking for FreeType 1.x support
configurechecking for FreeType 2
configurechecking for T1lib support
configurechecking whether to enable truetype string function in GD
configurechecking whether to enable JIS-mapped Japanese font support in GD
configurechecking for fabsf
configuregcc -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
configurewarning: conflicting types for built-in function `fabsf'
configurechecking for floorf
configuregcc -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
configurechecking for jpeg_read_header in -ljpeg
configuregcc -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
configurechecking for png_write_image in -lpng
configuregcc -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 -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configurechecking for XpmFreeXpmImage in -lXpm
configuregcc -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 -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configurechecking for T1_LoadFont in -lt1
configuregcc -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 -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configurechecking for GNU gettext support
configurechecking for bindtextdomain in -lintl
configuregcc -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 -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 36754 "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; }
configurechecking for bindtextdomain in -lc
configuregcc -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 -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configurechecking for ngettext in -lc
configuregcc -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 -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configurechecking for dngettext in -lc
configuregcc -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 -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configurechecking for dcngettext in -lc
configuregcc -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 -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configurechecking for bind_textdomain_codeset in -lc
configuregcc -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 -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configurechecking for GNU MP support
configurechecking for __gmp_randinit_lc_2exp_size in -lgmp
configuregcc -o conftest -g -O2 -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lgmp -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
configurechecking for hwapi support
configurechecking for Hyperwave support
configurechecking for iconv support
configurechecking for IMAP support
configure:40447: checking for pam_start in -lpam
configure:40466: 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 -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 40455 "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:40604: checking for crypt in -lcrypt
configure:41054: checking whether SSL libraries are needed for c-client
configure:41184: 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 -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm 1>&5
/tmp/ccrksr7g.o: In function `main':
/usr/php438/php-4.3.8/configure:41178: 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 41159 "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:41210: checking whether IMAP works
configure:41243: 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 -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 41218 "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;
}
