Difference between revisions of "Setting up and building UDPCast...Failed"

From FOG Project
Jump to: navigation, search
(Created page with "Log into the FOG Server as root and go to your installation folder. Something like: <pre>cd /opt/fog_0.32</pre> Then cd into the packages folder <pre>cd packages</pre> Then ru...")
 
(No difference)

Latest revision as of 12:49, 22 January 2014

Log into the FOG Server as root and go to your installation folder. Something like:

cd /opt/fog_0.32

Then cd into the packages folder

cd packages

Then run these commands:

wget https://svn.code.sf.net/p/freeghost/code/trunk/packages/udpcast-20120424.tar.gz
rm -f udpcast-20071228.tar.gz
sed -i 's/udpcastout="udpcast-20071228"/udpcastout="udpcast-20120424"/' ../lib/common/config.sh
sed -i 's/udpcastsrc="../packages/udpcast-20071228.tar.gz"/udpcastsrc="../packages/udpcast-20120424.tar.gz"/' ../lib/common/config.sh
cd ../bin
./installfog.sh