This is an OpenLDAP installation on the following system:
System Configuration: Sun Microsystems sun4u
Memory size: 1024 Megabytes
Sun-Blade-100 (UltraSPARC-IIe)
Prerequisites:
Depending on the requirements, there may be a need to install some third party softwares:
- OpenSSl
- Kerberos
- SASL
- Berkeley DB
- TCP Wrappers
- and others
Need to make sure the following variables is set:
| Variable | Description |
| CC | Specify alternative C Compiler |
| CFLAGS | Specify additional compiler flags |
| CPPFLAGS | Specify C Preprocessor flags |
| LDFLAGS | Specify linker flags |
| LIBS | Specify additional libraries |
(additional: Need to install gcc, ar (binutils) libiconv libintl-3.4.0-sol8-sparc-l as well as Berkeley DB on server)
With the initial installation I will set it up using
# ./configure
# make depend
# make
# make test
Finally,
# su root -c ‘make install’
That’s it, hopefully all will go well.. If it doesn’t, we’ll post the error (and hopefully solution).
Cheers!
One Response to “OpenLDAP Installation on Sun Blade 100”
on August 29th, 2007 at 9:36 am #
[...] trying to install OpenLDAP ver 2.3.38 on a Sun-Blade-100 (UltraSPARC-IIe) but the stupid workstation’s OS installation [...]