[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: heimdl 1.2rc1
Alec Kloss wrote:
> On 2008-04-18 20:11, Love H?rnquist ?strand wrote:
>> Hello,
>>
>>> I compiled on FreeBSD 7-stable and 5.5-stable.
>> Thanks for testing !
>>
>> Does "make check" pass ?
>
> Yes, on both.
I've compiled 1.2rc1 on openSUSE 10.3 with OpenLDAP separately installed
under /opt/openldap-RE24. I used
configure --with-openldap=/opt/openldap-RE24
to reflect this which seems ok in config.log.
But make check fails because it doesn't find OpenLDAP's header files
(see end of log below).
Ciao, Michael.
-------------------------- excerpt config.log --------------------------
configure:12422: checking for openldap
configure:12567: gcc -c -I/opt/openldap-RE24/include -O4
-D_LARGE_FILES= -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:12574: $? = 0
configure:12613: gcc -o conftest -I/opt/openldap-RE24/include -O4
-D_LARGE_FILES= -D_FILE_OFFSET_BITS=64 conftest.c
-L/opt/openldap-RE24/lib -lldap -llber >&5
configure:12620: $? = 0
configure:12644: result: headers /opt/openldap-RE24/include, libraries
/opt/openldap-RE24/lib
----------------------------- make check -----------------------------
Making check in hdb
make[2]: Entering directory `/home/michael/src/heimdal-1.2rc1/lib/hdb'
make check-am
make[3]: Entering directory `/home/michael/src/heimdal-1.2rc1/lib/hdb'
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I../../include -DHDB_DB_DIR=\"/var/heimdal\" -I/usr/include/et
-D_LARGE_FILES= -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes
-Wpointer-arith -Wbad-function-cast -Wmissing-declarations
-Wnested-externs -O4 -MT libhdb_la-hdb-ldap.lo -MD -MP -MF
.deps/libhdb_la-hdb-ldap.Tpo -c -o libhdb_la-hdb-ldap.lo `test -f
'hdb-ldap.c' || echo './'`hdb-ldap.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I../../include
-DHDB_DB_DIR=\"/var/heimdal\" -I/usr/include/et -D_LARGE_FILES=
-D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -Wpointer-arith
-Wbad-function-cast -Wmissing-declarations -Wnested-externs -O4 -MT
libhdb_la-hdb-ldap.lo -MD -MP -MF .deps/libhdb_la-hdb-ldap.Tpo -c
hdb-ldap.c -fPIC -DPIC -o .libs/libhdb_la-hdb-ldap.o
hdb-ldap.c:41:18: error: lber.h: No such file or directory
hdb-ldap.c:42:18: error: ldap.h: No such file or directory
[..]