This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --with-php-config=/usr/local/php/bin/php-config --with-libdir=lib64 --with-imap-ssl
## --------- ##
## Platform. ##
## --------- ##
hostname = devserver
uname -m = x86_64
uname -r = 3.1.10-1.16-desktop
uname -s = Linux
uname -v = #1 SMP PREEMPT Wed Jun 27 05:21:40 UTC 2012 (d016078)
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/wangye/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /usr/lib64/jvm/jre/bin
PATH: /usr/lib/mit/bin
PATH: /usr/lib/mit/sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2499: loading site script /usr/share/site/x86_64-unknown-linux-gnu
| #!/bin/sh
| # Site script for configure. It is resourced via \$CONFIG_SITE environment varaible.
|
| # If user did not specify libdir, guess the correct target:
| # Use lib64 for 64 bit targets, keep the default for the rest.
| if test "$libdir" = '${exec_prefix}/lib' ; then
|
| # We are trying to guess 32-bit target compilation. It's not as easy as
| # it sounds, as there is possible several intermediate combinations.
| ac_config_site_32bit_target=NONE
|
| # User defined -m32 in CFLAGS or CXXFLAGS:
| # (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.)
| case "$CFLAGS" in
| *-m32*)
| ac_config_site_32bit_target=YES
| ;;
| esac
| case "$CXXFLAGS" in
| *-m32*)
| ac_config_site_32bit_target=YES
| ;;
| esac
|
| # User explicitly specified counterpart --host:
| # (If cross toolchain is installed, generates 32-bit, else generates native.)
| case "$host" in
| *i[3456]86-* | ppc-* | s390-* )
| ac_config_site_32bit_target=YES
| ;;
| esac
|
| # Running with linux32:
| # (Changes detected platform, but not the toolchain target.)
| case "`/bin/uname -i`" in
| x86_64 | ppc64 | s390x )
| ;;
| * )
| ac_config_site_32bit_target=YES
| ;;
| esac
|
| if test "x$ac_config_site_32bit_target" = xNONE; then
| libdir='${exec_prefix}/lib64'
| fi
| fi
|
| # If user did not specify libexecdir, guess the correct target:
| # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib.
|
| libexecdir='${exec_prefix}/lib'
|
| # Continue with the standard behavior of configure defined in AC_SITE_LOAD:
| if test "x$prefix" != xNONE; then
| ac_site_file1=$prefix/share/config.site
| ac_site_file2=$prefix/etc/config.site
| else
| ac_site_file1=$ac_default_prefix/share/config.site
| ac_site_file2=$ac_default_prefix/etc/config.site
| fi
| for ac_site_file in "$ac_site_file1" "$ac_site_file2"
| do
| test "x$ac_site_file" = xNONE && continue
| if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
| { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script $ac_site_file" >&6;}
| sed 's/^/| /' "$ac_site_file" >&5
| . "$ac_site_file" \
| || { { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':" >&2;}
| as_fn_error $? "failed to load site script $ac_site_file
| See \`config.log' for more details" "$LINENO" 5; }
| fi
| done
configure:2596: checking for grep that handles long lines and -e
configure:2654: result: /usr/bin/grep
configure:2659: checking for egrep
configure:2721: result: /usr/bin/grep -E
configure:2726: checking for a sed that does not truncate output
configure:2780: result: /usr/bin/sed
configure:2912: checking for cc
configure:2928: found /usr/bin/cc
configure:2939: result: cc
configure:2970: checking for C compiler version
configure:2979: cc --version >&5
cc (SUSE Linux) 4.6.2
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2990: $? = 0
configure:2979: cc -v >&5
Using built-in specs.
COLLECT_GCC=cc
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.6/lto-wrapper
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.6 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.6 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux Thread model: posix
gcc version 4.6.2 (SUSE Linux)
configure:2990: $? = 0
configure:2979: cc -V >&5
cc: error: unrecognized option '-V'
cc: fatal error: no input files
compilation terminated.
configure:2990: $? = 1
configure:2979: cc -qversion >&5
cc: error: unrecognized option '-qversion'
cc: fatal error: no input files
compilation terminated.
configure:2990: $? = 1
configure:3010: checking whether the C compiler works
configure:3032: cc conftest.c >&5
configure:3036: $? = 0
configure:3084: result: yes
configure:3087: checking for C compiler default output file name
configure:3089: result: a.out
configure:3095: checking for suffix of executables
configure:3102: cc -o conftest conftest.c >&5
configure:3106: $? = 0
configure:3128: result:
configure:3150: checking whether we are cross compiling
configure:3158: cc -o conftest conftest.c >&5
configure:3162: $? = 0
configure:3169: ./conftest
configure:3173: $? = 0
configure:3188: result: no
configure:3193: checking for suffix of object files
configure:3215: cc -c conftest.c >&5
configure:3219: $? = 0
configure:3240: result: o
configure:3244: checking whether we are using the GNU C compiler
configure:3263: cc -c conftest.c >&5
configure:3263: $? = 0
configure:3272: result: yes
configure:3281: checking whether cc accepts -g
configure:3301: cc -c -g conftest.c >&5
configure:3301: $? = 0
configure:3342: result: yes
configure:3359: checking for cc option to accept ISO C89
configure:3423: cc -c -g -O2 conftest.c >&5
configure:3423: $? = 0
configure:3436: result: none needed
configure:3462: checking how to run the C preprocessor
configure:3493: cc -E conftest.c
configure:3493: $? = 0
configure:3507: cc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3507: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3532: result: cc -E
configure:3552: cc -E conftest.c
configure:3552: $? = 0
configure:3566: cc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3566: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3597: checking for icc
configure:3606: result: no
configure:3620: checking for suncc
configure:3629: result: no
configure:3647: checking whether cc understands -c and -o together
configure:3675: cc -c conftest.c -o conftest2.o >&5
configure:3679: $? = 0
configure:3685: cc -c conftest.c -o conftest2.o >&5
configure:3689: $? = 0
configure:3744: result: yes
configure:3758: checking for system library directory
configure:3773: result: lib64
configure:3780: checking if compiler supports -R
configure:3799: cc -o conftest -g -O2 conftest.c -R /usr/lib64 >&5
cc: error: unrecognized option '-R'
configure:3799: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3809: result: no
configure:3814: checking if compiler supports -Wl,-rpath,
configure:3833: cc -o conftest -g -O2 conftest.c -Wl,-rpath,/usr/lib64 >&5
configure:3833: $? = 0
configure:3843: result: yes
configure:3888: checking build system type
configure:3902: result: x86_64-unknown-linux-gnu
configure:3922: checking host system type
configure:3935: result: x86_64-unknown-linux-gnu
configure:3955: checking target system type
configure:3968: result: x86_64-unknown-linux-gnu
configure:4071: checking for PHP prefix
configure:4073: result: /usr/local/php
configure:4075: checking for PHP includes
configure:4077: result: -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib
configure:4079: checking for PHP extension directory
configure:4081: result: /usr/local/php/lib64/extensions/no-debug-non-zts-20090626
configure:4083: checking for PHP installed headers prefix
configure:4085: result: /usr/local/php/include/php
configure:4088: checking if debug is enabled
configure:4114: result: no
configure:4117: checking if zts is enabled
configure:4143: result: no
configure:4217: checking for re2c
configure:4247: result: no
configure:4272: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
configure:4286: checking for gawk
configure:4303: found /usr/bin/gawk
configure:4314: result: gawk
configure:4369: checking for IMAP support
configure:4409: result: yes, shared
configure:4418: checking for IMAP Kerberos support
configure:4433: result: no
configure:4442: checking for IMAP SSL support
configure:4457: result: yes
configure:4859: checking for utf8_mime2text signature
configure:4881: cc -c -I/usr/include/imap conftest.c >&5
conftest.c: In function 'main':
conftest.c:22:9: error: too few arguments to function 'utf8_mime2text'
/usr/include/imap/utf8aux.h:37:6: note: declared here
configure:4881: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define COMPILE_DL_IMAP 1
| #define HAVE_IMAP 1
| #define HAVE_IMAP2000 1
| #define HAVE_IMAP2004 1
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <c-client.h>
|
| int
| main ()
| {
|
| SIZEDTEXT *src, *dst;
| utf8_mime2text(src, dst);
|
| ;
| return 0;
| }
configure:4893: result: new
configure:4904: checking for U8T_DECOMPOSE
configure:4924: cc -c -I/usr/include/imap conftest.c >&5
configure:4924: $? = 0
configure:4936: result:
configure:5065: checking for pam_start in -lpam
configure:5090: cc -o conftest -g -O2 conftest.c -lpam >&5
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../x86_64-suse-linux/bin/ld: cannot find -lpam
collect2: ld returned 1 exit status
configure:5090: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define COMPILE_DL_IMAP 1
| #define HAVE_IMAP 1
| #define HAVE_IMAP2000 1
| #define HAVE_IMAP2004 1
| #define HAVE_NEW_MIME2TEXT 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pam_start ();
| int
| main ()
| {
| return pam_start ();
| ;
| return 0;
| }
configure:5099: result: no
configure:5239: checking for crypt in -lcrypt
configure:5264: cc -o conftest -g -O2 conftest.c -lcrypt >&5
configure:5264: $? = 0
configure:5273: result: yes
configure:5876: checking for pkg-config
configure:5894: found /usr/bin/pkg-config
configure:5907: result: /usr/bin/pkg-config
configure:6642: cc -o conftest -g -O2 conftest.c -lc-client -lcrypt -lssl -lcrypto -ldl -lz >&5
/tmp/cccJ1NIk.o: In function `main':
/home/wangye/ServerSoft/php/php-5.3.19/ext/imap/conftest.c:42: undefined reference to `auth_gssapi_valid'
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../lib64/libc-client.so: undefined reference to `pam_acct_mgmt'
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../lib64/libc-client.so: undefined reference to `pam_authenticate'
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../lib64/libc-client.so: undefined reference to `pam_setcred'
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../lib64/libc-client.so: undefined reference to `pam_end'
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../lib64/libc-client.so: undefined reference to `pam_start'
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../lib64/libc-client.so: undefined reference to `pam_set_item'
collect2: ld returned 1 exit status
configure:6642: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define COMPILE_DL_IMAP 1
| #define HAVE_IMAP 1
| #define HAVE_IMAP2000 1
| #define HAVE_IMAP2004 1
| #define HAVE_NEW_MIME2TEXT 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_IMAP_SSL 1
| /* end confdefs.h. */
|
|
| #if defined(__GNUC__) && __GNUC__ >= 4
| # define PHP_IMAP_EXPORT __attribute__ ((visibility("default")))
| #else
| # define PHP_IMAP_EXPORT
| #endif
|
| PHP_IMAP_EXPORT void mm_log(void){}
| PHP_IMAP_EXPORT void mm_dlog(void){}
| PHP_IMAP_EXPORT void mm_flags(void){}
| PHP_IMAP_EXPORT void mm_fatal(void){}
| PHP_IMAP_EXPORT void mm_critical(void){}
| PHP_IMAP_EXPORT void mm_nocritical(void){}
| PHP_IMAP_EXPORT void mm_notify(void){}
| PHP_IMAP_EXPORT void mm_login(void){}
| PHP_IMAP_EXPORT void mm_diskerror(void){}
| PHP_IMAP_EXPORT void mm_status(void){}
| PHP_IMAP_EXPORT void mm_lsub(void){}
| PHP_IMAP_EXPORT void mm_list(void){}
| PHP_IMAP_EXPORT void mm_exists(void){}
| PHP_IMAP_EXPORT void mm_searched(void){}
| PHP_IMAP_EXPORT void mm_expunged(void){}
|
| char auth_gssapi_valid();
| int main() {
| auth_gssapi_valid();
| return 0;
| }
|
configure:6706: cc -o conftest -g -O2 conftest.c -lc-client -lcrypt -lssl -lcrypto -ldl -lz >&5
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../lib64/libc-client.so: undefined reference to `pam_acct_mgmt'
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../lib64/libc-client.so: undefined reference to `pam_authenticate'
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../lib64/libc-client.so: undefined reference to `pam_setcred'
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../lib64/libc-client.so: undefined reference to `pam_end'
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../lib64/libc-client.so: undefined reference to `pam_start'
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../lib64/libc-client.so: undefined reference to `pam_set_item'
collect2: ld returned 1 exit status
configure:6706: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define COMPILE_DL_IMAP 1
| #define HAVE_IMAP 1
| #define HAVE_IMAP2000 1
| #define HAVE_IMAP2004 1
| #define HAVE_NEW_MIME2TEXT 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_IMAP_SSL 1
| /* end confdefs.h. */
|
|
| #if defined(__GNUC__) && __GNUC__ >= 4
| # define PHP_IMAP_EXPORT __attribute__ ((visibility("default")))
| #else
| # define PHP_IMAP_EXPORT
| #endif
|
| PHP_IMAP_EXPORT void mm_log(void){}
| PHP_IMAP_EXPORT void mm_dlog(void){}
| PHP_IMAP_EXPORT void mm_flags(void){}
| PHP_IMAP_EXPORT void mm_fatal(void){}
| PHP_IMAP_EXPORT void mm_critical(void){}
| PHP_IMAP_EXPORT void mm_nocritical(void){}
| PHP_IMAP_EXPORT void mm_notify(void){}
| PHP_IMAP_EXPORT void mm_login(void){}
| PHP_IMAP_EXPORT void mm_diskerror(void){}
| PHP_IMAP_EXPORT void mm_status(void){}
| PHP_IMAP_EXPORT void mm_lsub(void){}
| PHP_IMAP_EXPORT void mm_list(void){}
| PHP_IMAP_EXPORT void mm_exists(void){}
| PHP_IMAP_EXPORT void mm_searched(void){}
| PHP_IMAP_EXPORT void mm_expunged(void){}
|
| char utf8_to_mutf7();
| int main() {
| utf8_to_mutf7();
| return 0;
| }
|
configure:6728: checking whether rfc822_output_address_list function present
configure:6776: cc -o conftest -g -O2 conftest.c
-lc-client -lcrypt -lssl -lcrypto -ldl -lz
>&5
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../lib64/libc-client.so: undefined reference to `pam_acct_mgmt'
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../lib64/libc-client.so: undefined reference to `pam_authenticate'
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../lib64/libc-client.so: undefined reference to `pam_setcred'
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../lib64/libc-client.so: undefined reference to `pam_end'
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../lib64/libc-client.so: undefined reference to `pam_start'
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../lib64/libc-client.so: undefined reference to `pam_set_item'
collect2: ld returned 1 exit status
configure:6776: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define COMPILE_DL_IMAP 1
| #define HAVE_IMAP 1
| #define HAVE_IMAP2000 1
| #define HAVE_IMAP2004 1
| #define HAVE_NEW_MIME2TEXT 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_IMAP_SSL 1
| /* end confdefs.h. */
|
|
| #if defined(__GNUC__) && __GNUC__ >= 4
| # define PHP_IMAP_EXPORT __attribute__ ((visibility("default")))
| #else
| # define PHP_IMAP_EXPORT
| #endif
|
| PHP_IMAP_EXPORT void mm_log(void){}
| PHP_IMAP_EXPORT void mm_dlog(void){}
| PHP_IMAP_EXPORT void mm_flags(void){}
| PHP_IMAP_EXPORT void mm_fatal(void){}
| PHP_IMAP_EXPORT void mm_critical(void){}
| PHP_IMAP_EXPORT void mm_nocritical(void){}
| PHP_IMAP_EXPORT void mm_notify(void){}
| PHP_IMAP_EXPORT void mm_login(void){}
| PHP_IMAP_EXPORT void mm_diskerror(void){}
| PHP_IMAP_EXPORT void mm_status(void){}
| PHP_IMAP_EXPORT void mm_lsub(void){}
| PHP_IMAP_EXPORT void mm_list(void){}
| PHP_IMAP_EXPORT void mm_exists(void){}
| PHP_IMAP_EXPORT void mm_searched(void){}
| PHP_IMAP_EXPORT void mm_expunged(void){}
| void rfc822_output_address_list(void);
| void (*f)(void);
| char foobar () {f = rfc822_output_address_list;}
|
| char foobar();
| int main() {
| foobar();
| return 0;
| }
|
configure:6791: result: no
configure:6802: checking whether build with IMAP works
configure:6846: cc -o conftest -g -O2 conftest.c -lc-client -lcrypt -lssl -lcrypto -ldl -lz >&5
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../lib64/libc-client.so: undefined reference to `pam_acct_mgmt'
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../lib64/libc-client.so: undefined reference to `pam_authenticate'
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../lib64/libc-client.so: undefined reference to `pam_setcred'
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../lib64/libc-client.so: undefined reference to `pam_end'
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../lib64/libc-client.so: undefined reference to `pam_start'
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../lib64/libc-client.so: undefined reference to `pam_set_item'
collect2: ld returned 1 exit status
configure:6846: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define COMPILE_DL_IMAP 1
| #define HAVE_IMAP 1
| #define HAVE_IMAP2000 1
| #define HAVE_IMAP2004 1
| #define HAVE_NEW_MIME2TEXT 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_IMAP_SSL 1
| /* end confdefs.h. */
|
|
| #if defined(__GNUC__) && __GNUC__ >= 4
| # define PHP_IMAP_EXPORT __attribute__ ((visibility("default")))
| #else
| # define PHP_IMAP_EXPORT
| #endif
|
| PHP_IMAP_EXPORT void mm_log(void){}
| PHP_IMAP_EXPORT void mm_dlog(void){}
| PHP_IMAP_EXPORT void mm_flags(void){}
| PHP_IMAP_EXPORT void mm_fatal(void){}
| PHP_IMAP_EXPORT void mm_critical(void){}
| PHP_IMAP_EXPORT void mm_nocritical(void){}
| PHP_IMAP_EXPORT void mm_notify(void){}
| PHP_IMAP_EXPORT void mm_login(void){}
| PHP_IMAP_EXPORT void mm_diskerror(void){}
| PHP_IMAP_EXPORT void mm_status(void){}
| PHP_IMAP_EXPORT void mm_lsub(void){}
| PHP_IMAP_EXPORT void mm_list(void){}
| PHP_IMAP_EXPORT void mm_exists(void){}
| PHP_IMAP_EXPORT void mm_searched(void){}
| PHP_IMAP_EXPORT void mm_expunged(void){}
|
| char mail_newbody();
| int main() {
| mail_newbody();
| return 0;
| }
|
configure:6858: result: no
configure:6860: error: build test failed. Please check the config.log for details.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_crypt_crypt=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_cc_c_o=yes
ac_cv_prog_cc_g=yes
ac_cv_target=x86_64-unknown-linux-gnu
ac_cv_u8t_decompose=yes
ac_cv_utf8_mime2text=new
lt_cv_path_SED=/usr/bin/sed
php_cv_cc_dashr=no
php_cv_cc_rpath=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR=''
AWK='gawk'
CC='cc'
CFLAGS='-g -O2'
CONFIGURE_COMMAND=' '\''./configure'\'' '\''--with-php-config=/usr/local/php/bin/php-config'\'' '\''--with-libdir=lib64'\'' '\''--with-imap-ssl'\'''
CONFIGURE_OPTIONS=' '\''--with-php-config=/usr/local/php/bin/php-config'\'' '\''--with-libdir=lib64'\'' '\''--with-imap-ssl'\'''
CPP='cc -E'
CPPFLAGS=''
DEFS=''
DSYMUTIL=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
KRB5_CONFIG=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S=''
LTLIBOBJS=''
NMEDIT=''
OBJEXT='o'
OPENSSL_INCDIR_OPT='-I/usr/include'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
RANLIB=''
RE2C='exit 0;'
SED='/usr/bin/sed'
SHELL='/bin/sh'
SHLIB_DL_SUFFIX_NAME='so'
SHLIB_SUFFIX_NAME='so'
STRIP=''
ac_ct_CC='cc'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-unknown-linux-gnu'
host_alias='x86_64-unknown-linux-gnu'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib64'
libexecdir='${exec_prefix}/lib'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/php'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define COMPILE_DL_IMAP 1
#define HAVE_IMAP 1
#define HAVE_IMAP2000 1
#define HAVE_IMAP2004 1
#define HAVE_NEW_MIME2TEXT 1
#define HAVE_LIBCRYPT 1
#define HAVE_IMAP_SSL 1
configure: exit 1