Hemant, had some issue the first time i installed on 10.04 LTS, the same issue.
this is what i needed to do to get a clean install, it was missing a library from multiverse, and the install directory do not have permission to execute the scripts completely.
echo "deb http://us.archive.ubuntu.com/ubuntu/ lucid multiverse" | sudo tee -a /etc/apt/sources.list
apt-get update
chmod -R 777 airtime-1.9.4
cd ~/airtime-x.x.x/install_full/ubuntu/
sudo ./airtime-full-install
Make sure you set timezone on server and airtime, or ON AIR wont work.
apt-get install tzdata
dpkg-reconfigure tzdata
Then vi /usr/share/airtime/public/.htaccess
php_value date.timezone "America/Toronto"
Login as admin/admin and your good to go.
regards,
Stephen
It looks like you're new here. If you want to get involved, click one of these buttons!