Issue installing onto Amazon ec2

466 views
Skip to first unread message

SpeakServeBen

unread,
Jun 14, 2013, 10:06:17 AM6/14/13
to bigbluebu...@googlegroups.com
Hi All,

Im having some weird issues installing BBB onto amazon EC2.  I'm following the instructions from here:
 and that refers me to:

From this second link, I get all the way to Step 2 - installing Ruby

Here is my output:
ubuntu@ip-172-31-30-42:~$ dpkg -l | grep ruby
ubuntu@ip-172-31-30-42:~$ ruby -v
The program 'ruby' can be found in the following packages:
 * ruby1.8
 * ruby1.9.1
Try: sudo apt-get install <selected package>


My version does not match so I run this command to install the pre-requisites:
sudo apt-get install zlib1g-dev libssl-dev libreadline5-dev libyaml-dev build-essential bison checkinstall libffi5 gcc checkinstall libreadline5 libyaml-0-2


I have three items out of the list that will not install ( went through item by item to get to the individual error reports:

Package 1
ubuntu@ip-172-31-30-42:~$ sudo apt-get install libreadline5-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libreadline5-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source
However the following packages replace it:
  libreadline-gplv2-dev:i386 lib64readline-gplv2-dev:i386 libreadline-gplv2-dev

E: Package 'libreadline5-dev' has no installation candidate

Package 2

ubuntu@ip-172-31-30-42:~$ sudo apt-get install lib64readline-gplv2-dev:i386

Reading package lists... Done

Building dependency tree       

Reading state information... Done

Some packages could not be installed. This may mean that you have

requested an impossible situation or if you are using the unstable

distribution that some required packages have not yet been created

or been moved out of Incoming.

The following information may help to resolve the situation:


The following packages have unmet dependencies:

 lib64readline-gplv2-dev:i386 : Depends: lib64readline5:i386 (= 5.2-11) but it is not going to be installed

                                Depends: lib64ncurses5-dev:i386 but it is not going to be installed

                                Depends: libc6-dev-amd64:i386 but it is not going to be installed

E: Unable to correct problems, you have held broken packages.

Package 3

ubuntu@ip-172-31-30-42:~$ sudo apt-get install libffi5

Reading package lists... Done

Building dependency tree       

Reading state information... Done

E: Unable to locate package libffi5 


Can anyone offer any guidance or assistance?


Thanks

Ben

Fred Dixon

unread,
Jun 14, 2013, 10:51:13 AM6/14/13
to bigbluebu...@googlegroups.com
Hi Ben,

Did you get any errors installing Ruby as per the instructions?

Regards,... Fred


--
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.
 
 



--
BigBlueButton Developer
BigBlueButton on twitter: @bigbluebutton

SpeakServeBen

unread,
Jun 14, 2013, 10:53:26 AM6/14/13
to bigbluebu...@googlegroups.com
Hey Fred, 

I watched the video and re-ran through just now.  The error that comes back at the end of the Ruby script it:

Selecting previously unselected package ruby1.9.2.
(Reading database ... 77484 files and directories currently installed.)
Unpacking ruby1.9.2 (from .../ruby1.9.2_1.9.2-p290-1_amd64.deb) ...
dpkg: dependency problems prevent configuration of ruby1.9.2:
 ruby1.9.2 depends on libffi5; however:
  Package libffi5 is not installed.
dpkg: error processing ruby1.9.2 (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db ...
Errors were encountered while processing:
 ruby1.9.2
/var/tmp/tmp.k4QfZhKkIf/dpkginstall.log 

SpeakServeBen

unread,
Jun 14, 2013, 10:55:57 AM6/14/13
to bigbluebu...@googlegroups.com
Arjun emailed me and said that the code:


sudo apt-get install zlib1g-dev libssl-dev libreadline5-dev libyaml-dev build-bison checkinstall libffi5 gcc checkinstall libreadline5 libyaml-0-2

is wrong that is old code kindly look the vedio http://www.youtube.com/watch?feature=player_embedded&v=A_rYw82-9Bs#! and get code from that vedio.

Fred Dixon

unread,
Jun 14, 2013, 10:55:46 AM6/14/13
to bigbluebu...@googlegroups.com
Can you post the output of the following two commands


   cat /etc/lsb-release

and

  uname -a

Regards,... Fred


--
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.
 
 

SpeakServeBen

unread,
Jun 14, 2013, 10:59:38 AM6/14/13
to bigbluebu...@googlegroups.com
ubuntu@ip-172-31-30-42:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.2 LTS"

ubuntu@ip-172-31-30-42:~$ uname -a
Linux ip-172-31-30-42 3.2.0-48-virtual #74-Ubuntu SMP Thu Jun 6 20:02:55 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

Fred Dixon

unread,
Jun 14, 2013, 11:02:54 AM6/14/13
to bigbluebu...@googlegroups.com
Hi Ben,

You are installing on Ubuntu 12.04 64-bit.  The instructions only work on Ubuntu 10.04 64-bit. 

Regards,... Fred
 


--
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.
 
 

Ben Pintilie

unread,
Jun 14, 2013, 11:14:35 AM6/14/13
to bigbluebu...@googlegroups.com
Thanks Fred, I must have had a mind freeze - I thought I had installed 10.04 64-Bit.

Thanks for such a fast reply.
Reply all
Reply to author
Forward
0 new messages