February 2012
2 posts
7 tags
Ubuntu 10.04 LTS - FreeSwitch Install from source
Ok here is what I did to install FreeSwitch on Ubuntu 10.04 LTS
Lets get into super-user mode, this can be done by issuing the command
sudo su
After you have entered the password then do the obligatory:
apt-get update
apt-get upgrade
apt-get dist-upgrade
packages install YMMV
apt-get install php5 php5-xcache php5-xmlrpc php5-mysql php5-gd php5-cli build-essential git-core autoconf...
3 tags
Virtual ubuntu Reminder
As an aide de memoire, on the initial install screen press F4 and select Minimal Install.
After booting in and performing the normal apt-get update.
install the package that adds in the missing utilities such as nano.
apt-get install -y ubuntu-standard
add sudo as a prefix if you are not the root user.