How to build OpenLDAP 2.0.7/iX.1 The source code is packaged as a diff against the original OpenLDAP 2.0.7 sources. Please download openldap-2.0.7.tgz from one of the www.OpenLDAP.org mirror sites. Instructions below assume a OPENLDAP.ORG logon, because this is my porting setup. :hello manager.sys :newacct org,mgr :purgeuser mgr.org :purgegroup pub.org :altacct org; cap=+ph :newgroup openldap.org; access=(r,x:any; w,a,l,s:gl) :newuser openldap.org; pass=whatever; home=openldap :altuser openldap.org; cap=+ph,gl :hello openldap.org :xeq /bin/sh -L shell/iX> mkdir build; cd build shell/iX> gzip -dc /tmp/openldap-2.0.7.tgz | tar xvopf - shell/iX> cd openldap-2.0.7 shell/iX> tar xvzopf /tmp/ldap-207-ix1-delta.tar.Z shell/iX> tar xvzopf /tmp/ldap-207-ix1-c89-o.tar.Z shell/iX> cp /ORG/GNU/gdbm/v180/include/*dbm.h mpe shell/iX> cp /ORG/GNU/gdbm/v180/lib/libgdbm.a mpe shell/iX> cp /SYSLOG/PUB/syslog.h mpe shell/iX> cp /SYSLOG/PUB/libsyslog.a mpe shell/iX> mpe/patch.sh shell/iX> mpe/build.sh You are now ready to use the software in /ORG/OPENLDAP/v207 (bin, libexec, sbin, ...) Notice that I had to rename lib/liblber.a and lib/libldap.a to lib/libmylber.a and lib/libmyldap.a resepectively to avoid a linker collision with libraries of the same name that are supplied by HP as part of the LDAP C-SDK on Jazz or FOS. Have fun using OpenLDAP 2.0.7/iX, but keep in mind: *use at your own risk* Lars Appel, May 2001