How to compile Berkeley DB and OpenLDAP on linux
Hi,
Many times we need to install packages which are available only in form of source code. Or sometimes we need to install couple of different versions of packages on same server... what ever reason it may be, We can achieve this by compiling packages.
Here in this article I will just show you quick steps how to compile berkeley db and openldap.
First of all we need to download Berkeley DB and OpenLDAP. use following links to download latest stable versions.
To download Berkeley DB
http://www.oracle.com/technology/software/products/berkeley-db/index.htm...
To download openldap
http://www.openldap.org/software/download/
After downloading packages, we will first compile and install Berkeley DB and then Open LDAP.
1. Steps to compile and Berkeley DB.
2. Steps to compile and install OpenLDAP.
This step is required if your berkeley db libraries and other required libraries are not in path.
NOTE:
- Login to post comments