0
Step1
apt-get update
Step2
sudo apt-get install php5-ldap
Step3
sudo apache2ctl restart
Step4
sudo a2enmod authnz_ldap
If there is a requirement where you want to create multiple shipping categories in Oscommerce that a user can select like No Shipping : $0.00 Flat Rate Manhattan: $25.00 Flat Rate Overnight Manhattan: $30.00 Then just follow the steps given below: Create copy of “flat.php” Ex: flat2.php,flat3.php in catalog\includes\modules\shipping and catalog\includes\languages\english\modules\shipping. Open catalog\includes\languages\english\modules\shipping\flat2.php and replace lines with the following. [...]
Read more →Step1
apt-get update
Step2
sudo apt-get install php5-ldap
Step3
sudo apache2ctl restart
Step4
sudo a2enmod authnz_ldap
Step1.
sudo apt-get install apache2 php5 mysql-client-5.0 mysql-server-5.0 phpmyadmin libapache2-mod-php5 libapache2-mod-auth-mysql php5-mysql
Step2
sudo /etc/init.d/apache2 start
* Works in Ubuntu