BB Unix Network Monitor - Message
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: {bb} new error loading bbgen 2.16
In <CCE0D6BC217E0042B396FD6FCCF3D83FF26652@mail-ncemc-a.raleigh.ncemcs.com> "Ingersoll, Rick" <rick.ingersoll@ncemcs.com> writes:
>Here's what I'm getting while running the make
>In file included from bbtest-net.c:35:
>ldaptest.h:19:18: lber.h: No such file or directory
>ldaptest.h:20:18: ldap.h: No such file or directory
You have enabled LDAP testing in bbgen, but the LDAP development files
cannot be found. In the bbgen Makefile there are some lines like:
# OpenLDAP settings
LDAPFLAGS = -DBBGEN_LDAP -DBBGEN_LDAP_USESTARTTLS
LDAPINCDIR = -I/usr/include
LDAPLIBS = -L/usr/lib -lldap -llber
Make sure that the LDAPINCDIR and LDAPLIBS point to the directory
where you have the OpenLDAP include- and library-files (note that many
Linux distributions install the run-time library, but not the
development header-files and such that bbgen needs to compile - they
are in a separate package).
If you don't want LDAP testing, just delete those lines with "LDAP..."
from the Makefile.
Henrik
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.
Home |
Main Index |
Thread Index