Index of /archives/NetBSD/NetBSD-release-9/src/external/bsd/openldap/dist/contrib/ldapc++

Icon  Name                                                                      Last modified      Size  Description
[PARENTDIR] Parent Directory - [   ] AUTHORS 2008-05-22 23:20 32 [TXT] COPYRIGHT 2019-08-10 15:17 234 [DIR] CVS/ 2024-02-15 03:51 - [TXT] Makefile.am 2019-08-10 15:17 225 [TXT] Makefile.in 2019-08-10 15:17 19K [TXT] README 2008-05-22 23:20 1.4K [TXT] TODO 2008-05-22 23:20 1.0K [TXT] aclocal.m4 2008-07-17 13:32 264K [TXT] config.guess 2017-02-01 18:26 43K [TXT] config.sub 2017-02-01 18:26 36K [TXT] configure 2019-08-10 15:17 665K [TXT] configure.in 2019-08-10 15:17 2.9K [TXT] depcomp 2008-05-22 23:20 16K [TXT] doxygen.rc 2014-05-28 18:58 54K [DIR] examples/ 2024-02-15 03:46 - [TXT] install-sh 2008-05-22 23:20 9.0K [   ] ltmain.sh 2008-05-22 23:20 192K [TXT] missing 2008-05-22 23:20 11K [DIR] src/ 2024-02-15 03:46 - [   ] version.sh 2019-08-10 15:17 351 [TXT] version.var 2019-08-10 15:17 274
This is an unstable development release of a LDAPv3 C++ Class Library.
It was created as the diploma thesis (final project) of my computer 
science studies.
It is based upon the OpenLDAP C-API and so it needs the C-library and
Headerfiles installed.

Installation:
=============
Just run the "configure" script with the apropriate options. Especially
these two options can be imported, if you didn't install the OpenLDAP-
libraries in the default place:

--with-libldap=<path to libldap> : To tell configure where the OpenLDAP
        C-libraries are located.
--with-ldap-includes=<path to ldap include files> : To tell configure
        where the OpenLDAP include files are located.
--enable-debug to enable compliation with debugging symbols and stderr
        output
(run "configure --help" to see all possible command line options)

If configure finishes without problems. You can simply call "make" to 
build the library and "make install" to install it.

Documentation:
==============
Docs are very incomplete. You can either look in the source files for 
the documentation comment of generate documentation  using "doxygen"
or any other javadoc compatible documentation generator.

Bugreports and other feedback:
==============================
If you find bugs please feel free to send me a detailed report. All 
other kinds of feedback are welcomed as well.


	Ralf Haferkamp <[email protected]>