Comment by [email protected]:
Couple notes (installed successfully on November 22, 2011):
1. Before you install, add the following to
{{{
/etc/apt/sources.list
}}}
{{{
# partner
deb http://archive.canonical.com/ lucid partner
# multi-verse
deb http://gb.archive.ubuntu.com/ubuntu/ lucid multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ lucid multiverse
deb http://gb.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
}}}
All packages will install without error. Otherwise you will have issues
with the video encoders like libfaac-dev libfaad-dev and lame.
2. Java does not configure properly after sun-java6 is installed, use the
following command to set the correct Java otherwise it defaults to the Java
1.4 which comes with Ubuntu and you get errors about XML etc.:
{{{
sudo update-alternatives --config java
}}}
3. Installation takes a very long time, almost 10-20 minutes after you
press INSTALL. On first install, launch OpenMeetings using:
{{{
sudo /opt/red5/red5.sh
}}}
and watch the log as the installation goes. The longest part is the
languages, there appear to be at least 32 of them.
For more information:
http://code.google.com/p/openmeetings/wiki/UbuntuLucidLTS
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.