[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: (ITS#4630) Make process ends with error
kjs.pub@gmail.com wrote:
> Full_Name: Karl J South
> Version: 2.3.25
> OS: AIX 5.3
> URL: ftp://ftp.openldap.org/incoming/kjs-errormessage.txt
> Submission from: (NULL) (193.10.23.37)
>
>
> The make process halts with a error message.
>
> OS:
> AIX 5.3
>
> Compiler:
> IBM(R) XL C/C++ Enterprise Edition V7.0
>
> Build flags:
> CC=xlc_r
> CPPFLAGS="-I/opt/freeware/include -I/opt/freeware/openssl/include \
> -I/opt/compiled/include/sasl \
> -I/opt/compiled/include/gssapi \
> -I/opt/freeware/include/openssl"
> LDFLAGS="-L/opt/freeware/lib \
> -L/opt/compiled/lib \
> -L/opt/compiled/lib/sasl2 \
> -lcrypto \
> -ldl \
> -lgssapi_krb5 \
> -lkrb5 \
> -lk5crypto \
> -lcom_err "
> MKDEP="/home/openldap-2.3.25/build/mkdep.aix \
> ac_cv_func_getaddrinfo=no"
>
> Configure string:
> ./configure --prefix=/opt/compiled \
> --with-cyrus-sasl \
> --with-tls=openssl \
> --disable-slapd \
> --disable-monitor \
> --disable-bdb \
> --with-kerberos
>
> The configure prodcess and the following make depend works fine.
>
Apparently, the linker is loading an earlier version of libldap which
doesn't contain the missing functions. Try removing any libldap/liblber
occurrence in the path you specified with LDFLAGS.
p.
Ing. Pierangelo Masarati
OpenLDAP Core Team
SysNet s.n.c.
Via Dossi, 8 - 27100 Pavia - ITALIA
http://www.sys-net.it
------------------------------------------
Office: +39.02.23998309
Mobile: +39.333.4963172
Email: pierangelo.masarati@sys-net.it
------------------------------------------