Testing the solution right now. I will give feedback.
Edit: 1
I get another error
[QUOTE]* Setting up and building UDPCastcp: cannot stat ‘…/packages/udpcast-20071228.tar.gz’: No such file or directory
…/lib/common/functions.sh: line 130: cd: udpcast-20120424: No such file or directory
…Failed!
./configure failed!
[/QUOTE]
When I execute your script this is the result:
[QUOTE] wget [url]https://svn.code.sf.net/p/freeghost/code/trunk/packages/udpcast-20120424.tar.gz[/url]
–2014-01-22 15:08:10-- [url]https://svn.code.sf.net/p/freeghost/code/trunk/packages/udpcast-20120424.tar.gz[/url]
Resolving svn.code.sf.net (svn.code.sf.net)… 216.34.181.157
Connecting to svn.code.sf.net (svn.code.sf.net)|216.34.181.157|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 189526 (185K) [application/octet-stream]
Saving to: ‘udpcast-20120424.tar.gz.1’
100%[=============================================================================================================>] 189.526 252KB/s in 0,7s
2014-01-22 15:08:11 (252 KB/s) - ‘udpcast-20120424.tar.gz.1’ saved [189526/189526]
root@monitpc:/home/duda/Desktop/fog_0.32/packages# rm -f udpcast-20071228.tar.gz
root@monitpc:/home/duda/Desktop/fog_0.32/packages# sed -i ‘s/udpcastout=“udpcast-20071228”/udpcastout=“udpcast-20120424”/’ …/lib/common/config.sh
root@monitpc:/home/duda/Desktop/fog_0.32/packages# sed -i ‘s/udpcastsrc=“…/packages/udpcast-20071228.tar.gz”/udpcastsrc=“…/packages/udpcast-20120424.tar.gz”/’ …/lib/common/config.sh
[B]sed: -e expression #1, char 27: unknown option to `s’[/B]
root@monitpc:/home/duda/Desktop/fog_0.32/packages# cd …/bin
root@monitpc:/home/duda/Desktop/fog_0.32/bin# ./installfog.sh
[/QUOTE]
My Distro is Ubunto based Lubunto.
EDIT2: We manually finished the second step replacing [FONT=Consolas]udpcastsrc=“udpcast-20120424.tar.gz” in file …/lib/common/config.sh[/FONT]
[FONT=Consolas]Installation Completed. Thank you the solution WORKS!![/FONT]