Hi, That script is intended to install the components on a vanilla CentOS dev test installation as is described in the documentation, not on Ubuntu. At the beginning of the document you will find: First, download the clean CentOS LAMP stack from CentOS: http://dev.centos.org/~tru/vmware/centos-5-20100321/CentOS-5_lamp.x86_64.zip The content of the script are as follows and would need to be modified by you to fit your Ubuntu environment: #!/bin/bash rm -rf /var/www/html mv var/www/html /var/www/html mysqladmin drop msspan -f mysqladmin create msspan -f mysql msspan < /var/www/html/SQL/msspan.sql rm -rf var cp /var/www/html/os/root.cron /var/spool/cron/root service crond restart Best Regards, Marc
... View more