wget https://bigbluebutton.googlecode.com/files/ruby1.9.2_1.9.2-p290-1_amd64.deb
sudo dpkg -i ruby1.9.2_1.9.2-p290-1_amd64.deb
#it shows bellow
dpkg: error processing ruby1.9.2_1.9.2-p290-1_amd64.deb (--install):
package architecture (amd64) does not match system (i386)
Errors were encountered while processing:
ruby1.9.2_1.9.2-p290-1_amd64.deb
To resolve the dependencies, i tried
sudo apt-get install -f
Fine and finally i tried
sudo update-alternatives --install /usr/bin/ruby ruby /usr/bin/ruby1.9.2 500 \
--slave /usr/bin/ri ri /usr/bin/ri1.9.2 \
--slave /usr/bin/irb irb /usr/bin/irb1.9.2 \
--slave /usr/bin/erb erb /usr/bin/erb1.9.2 \
--slave /usr/bin/rdoc rdoc /usr/bin/rdoc1.9.2
sudo update-alternatives --install /usr/bin/gem gem /usr/bin/gem1.9.2 500
And I got output :update-alternatives: error: alternative path /usr/bin/gem1.9.2 doesn't exist.
SO, now i need help to proceed ahead.Please anybody faced this problem can comment here.Thanks in advance.Upen
uname -a
Result for 32-bit Ubuntu:
Linux discworld 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686 i686 i386 GNU/Linux
whereas the 64-bit Ubuntu will show:
Linux discworld 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-s...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at http://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/groups/opt_out.
chmod +x install-ffmpeg.sh
./install-ffmpeg.sh
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
Hi ASif
Actually we don't have support for Ubuntu 12.04. Please Use Ubuntu 10.04 64 bits