BBB install and resque 1.15.0

121 views
Skip to first unread message

James

unread,
Jan 9, 2013, 2:27:38 PM1/9/13
to bigbluebu...@googlegroups.com
during a fresh install of BBB on Ubuntu 10.04 (64 bit), I am receiving the following error message while installing resque:

ERROR:  While executing gem ... (ArgumentError)
    invalid byte sequence in US-ASCII


Am I going to have to download the source for the gem and compile it, or is there a workaround for this?

Thanks!

Fred Dixon

unread,
Jan 9, 2013, 2:41:47 PM1/9/13
to bigbluebu...@googlegroups.com
Hi James,

We've not seen this error message before, but I googled it and got a number of hits with others encountering similar problems.   See the following link for search results



Regards,... Fred
-- 
BigBlueButton Developer
BigBlueButton on twitter: @bigbluebutton

James

unread,
Jan 9, 2013, 3:11:11 PM1/9/13
to bigbluebu...@googlegroups.com
Finally was able to fix the issue.  I had to run the following commands from the console:

sudo locale-gen en_US en_US.UTF-8
sudo dpkg-reconfigure locales

then I was finally able to

gem install resque -v 1.15.0

whew!

Michael Roberts

unread,
May 15, 2013, 7:54:08 PM5/15/13
to bigbluebu...@googlegroups.com
I got the same exact error with risque.  I did not have success after trying:

sudo locale-gen en_US en_US.UTF-8
sudo dpkg-reconfigure locales

instead I then tried:

export LC_ALL="en_US.UTF-8"

Then:
apt-get -f install

Was finally able to complete the installation...
Reply all
Reply to author
Forward
0 new messages