Help! I’m struggling with a clean install of cyrus-sasl
2.1.22 on AIX 5.3. I’m really just trying to create the libraries
so I can satisfy a PHP-LDAP install that is insisting on sasl. Any help would be appreciated. I have include the config.log
down to the first signs of trouble: 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.57. Invocation command
line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = de08u2018 uname -m = 000811EFD600 uname -r = 3 uname -s = AIX uname -v = 5 /usr/bin/uname -p = powerpc /bin/uname -X = unknown /bin/arch
= unknown /usr/bin/arch -k =
unknown /usr/convex/getsysinfo = unknown hostinfo
= unknown /bin/machine
= unknown /usr/bin/oslevel =
5.3.0.0 /bin/universe
= unknown PATH: /usr/bin PATH: /etc PATH: /usr/ccs/bin PATH: /usr/lbin/ PATH: /usr/local/bin PATH: /usr/bin/X11 PATH: /usr/sbin PATH: /opt/freeware/bin PATH: . ## ----------- ## ## Core tests. ## ## ----------- ## configure:1343: loading cache ./config.cache configure:1389: checking build system type configure:1407: result: powerpc-ibm-aix5.3.0.0 configure:1415: checking host system type configure:1429: result: powerpc-ibm-aix5.3.0.0 configure:1437: checking target system type configure:1451: result: powerpc-ibm-aix5.3.0.0 configure:1479: checking for a BSD-compatible install configure:1533: result: /opt/freeware/bin/install -c configure:1544: checking whether build environment is sane configure:1587: result: yes configure:1620: checking for gawk configure:1646: result: nawk configure:1656: checking whether make sets $(MAKE) configure:1676: result: yes configure:1901: checking for gcc configure:1927: result: gcc configure:2171: checking for C compiler version configure:2174: gcc --version </dev/null >&5 gcc (GCC) 4.2.0 Copyright (C) 2007 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:2177: $? = 0 configure:2179: gcc -v </dev/null >&5 Using built-in specs. Target: powerpc-ibm-aix5.3.0.0 Configured with: ../configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld
--enable-languages=c,c++,java --prefix=/opt/freeware --enable-threads
--enable-version-specific-runtime-libs --host=powerpc-ibm-aix5.3.0.0
--target=powerpc-ibm-aix5.3.0.0 --build=powerpc-ibm-aix5.3.0.0
--disable-libjava-multilib Thread model: aix gcc version 4.2.0 configure:2182: $? = 0 configure:2184: gcc -V </dev/null >&5 gcc: '-V' option must have argument configure:2187: $? = 1 configure:2211: checking for C compiler default output configure:2214: gcc conftest.c
>&5 configure:2217: $? = 0 configure:2263: result: a.out configure:2268: checking whether the C compiler works configure:2274: ./a.out configure:2277: $? = 0 configure:2294: result: yes configure:2301: checking whether we are cross compiling configure:2303: result: no configure:2306: checking for suffix of executables configure:2308: gcc -o conftest
conftest.c >&5 configure:2311: $? = 0 configure:2336: result: configure:2342: checking for suffix of object files configure:2389: result: o configure:2393: checking whether we are using the GNU C
compiler configure:2440: result: yes configure:2446: checking whether gcc accepts -g configure:2488: result: yes configure:2505: checking for gcc option to accept ANSI C configure:2593: result: none needed configure:2611: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'me' configure:2614: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2742: checking for style of include used by make configure:2770: result: GNU configure:2798: checking dependency style of gcc configure:2860: result: gcc3 configure:2882: checking how to run the C preprocessor configure:3000: result: gcc -E configure:3025: gcc -E conftest.c configure:3031: $? = 0 configure:3063: gcc -E conftest.c configure:3064:28: error: ac_nonexistent.h: No such file or
directory configure:3069: $? = 1 configure: failed program was: | #line 3054 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.22" | /* end confdefs.h. */ | #include <ac_nonexistent.h> |