[Date Prev][Date Next] [Chronological] [Thread] [Top]

AC



Hi kids,

I just checked out OPELDAP_DEVEL_AC (Sat Sep 26 15:49:16 GMT 1998)
Wonderfull jub Kurt and others whoever else might have contributed. Two
problems though. Seems that the old curses problem with ud has crept up
(which as I recall was fixed a couple of weeks ago):
a bit of junk for your amusement....

make[2]: Entering directory `/usr/local/ldap/src/devel/ldap/clients/ud'
gcc -I/usr/local/kerberos  -I../../include        -I../../include
-DHAVE_CONFIG_H  -DLDAP_DEBUG -DLDAP_LIBUI -DLDAP_REFERRALS     -c util.c
-o util.o
util.c: In function `mygetpass':
util.c:74: storage size of `ttyb' isn't known
util.c:101: `TIOCGETP' undeclared (first use in this function)
util.c:101: (Each undeclared identifier is reported only once
util.c:101: for each function it appears in.)
util.c:105: `ECHO' undeclared (first use in this function)
util.c:107: `TIOCSETP' undeclared (first use in this function)
make[2]: *** [util.o] Error 1

So that's one..
and the other one..I don't know where to start copying but it seems this
is the first offending statement 

make[5]: Nothing to be done for `ldbm-tools'.
make[5]: Leaving directory
`/usr/local/ldap/src/devel/ldap/servers/slapd/tools'
run configure with --with-isode to build edb2ldif
run configure with --with-isode to build chlog2replog
make[4]: Leaving directory
`/usr/local/ldap/src/devel/ldap/servers/slapd/tools'
mkdir: cannot make directory `/usr/local/ldap/libexec': File exists
make[3]: [install-slapd] Error 1 (ignored)
/usr/bin/install -c  -m 755 slapd /usr/local/ldap/libexec
sed -e 's;%SYSCONFDIR%;/usr/local/ldap/etc/ldap;' slapd.conf >
/tmp/slapd.$
/usr/local/ldap/etc/ldap/slapd.conf /usr/local/ldap/etc/ldap/slapd.conf-
make[3]: /usr/local/ldap/etc/ldap/slapd.conf: Command not found
make[3]: [install-conf] Error 127 (ignored)
/usr/bin/install -c  -m 644 /tmp/slapd.$
/usr/local/ldap/etc/ldap/slapd.conf
rm -f -f /tmp/slapd.$
/usr/local/ldap/etc/ldap/slapd.at.conf
/usr/local/ldap/etc/ldap/slapd.at.conf-
make[3]: /usr/local/ldap/etc/ldap/slapd.at.conf: Command not found
make[3]: [install-conf] Error 127 (ignored)

and so on and so on...
sorry for the junk, but I really thought it was relevant.
And another thing for Kurt: think you could make the AC_CHECK_HEADERS
somehow accept either CFLAGS or INCLUDES or make configure accept
something like "--with-kerberos=/usr/local/kerberos" and then use that
path when checking for kerberos headers and libraries. I'd love to be able
to provide you some patches on this one but I'm not that good with
autoconf stuff (yet). 
And that's it...

Pele

P.S. and for all other people that might be interested: I'm preparing
(well, I think I allready have done so) a nice little admin/client written
in PHP3 to be run off an apache server. I've been coding this thingy for
the past week or so and I think it can allready do anything web500gw can.
And plus some more stuff. And it's fast..if there's any interest in this
tool then plese post a thread to openldap-devel to start talking about
it. I'd like it to be included in client or contrib.