error upgrading from 2.0 to 2.2
Created by: 1stevengrant
Hi folks, I was running 2.0 successfully until today. Tried to add a new user to my system and it failed.
I thought I could upgrade from 2.0 to 2.2 by following the instructions.
Unfortunately I'm failing here: 1 gem installed Installing ri documentation for charlock_holmes-0.6.8... unable to convert "\xC7" from ASCII-8BIT to UTF-8 for ext/charlock_holmes/dst/bin/file, skipping unable to convert "\xE1" from ASCII-8BIT to UTF-8 for ext/charlock_holmes/src/file-5.08/ChangeLog, skipping unable to convert "\xEE" from ASCII-8BIT to UTF-8 for ext/charlock_holmes/src/file-5.08/magic/Magdir/wordprocessors, skipping unable to convert "\xE5" from ASCII-8BIT to UTF-8 for ext/charlock_holmes/src/file-5.08/magic/Magdir/riff, skipping unable to convert "\xE1" from ASCII-8BIT to UTF-8 for ext/charlock_holmes/src/file-5.08/magic/Magdir/linux, skipping unable to convert "\xE1" from ASCII-8BIT to UTF-8 for ext/charlock_holmes/src/file-5.08/magic/Magdir/natinst, skipping unable to convert "\xBD" from ASCII-8BIT to UTF-8 for ext/charlock_holmes/src/file-5.08/magic/Magdir/filesystems, skipping unable to convert "\xC7" from ASCII-8BIT to UTF-8 for ext/charlock_holmes/src/file-5.08/src/file, skipping Installing RDoc documentation for charlock_holmes-0.6.8... unable to convert "\xC7" from ASCII-8BIT to UTF-8 for ext/charlock_holmes/dst/bin/file, skipping unable to convert "\xE1" from ASCII-8BIT to UTF-8 for ext/charlock_holmes/src/file-5.08/ChangeLog, skipping unable to convert "\xEE" from ASCII-8BIT to UTF-8 for ext/charlock_holmes/src/file-5.08/magic/Magdir/wordprocessors, skipping unable to convert "\xE5" from ASCII-8BIT to UTF-8 for ext/charlock_holmes/src/file-5.08/magic/Magdir/riff, skipping unable to convert "\xE1" from ASCII-8BIT to UTF-8 for ext/charlock_holmes/src/file-5.08/magic/Magdir/linux, skipping unable to convert "\xE1" from ASCII-8BIT to UTF-8 for ext/charlock_holmes/src/file-5.08/magic/Magdir/natinst, skipping unable to convert "\xBD" from ASCII-8BIT to UTF-8 for ext/charlock_holmes/src/file-5.08/magic/Magdir/filesystems, skipping unable to convert "\xC7" from ASCII-8BIT to UTF-8 for ext/charlock_holmes/src/file-5.08/src/file, skipping
I assume that part is just the documentation?
From there when I run the last command
bundle exec rake db:migrate RAILS_ENV=production
I get this:
rake aborted! no such file to load -- openssl
(See full trace by running task with --trace)
Would love someone to help me fix this...
Thanks, Steven