On 04/23/2014 12:45 PM, Mike Evans wrote: > Executing this line: > sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production > > Gives this result: > rake aborted! > libicui18n.so.48: cannot open shared object file: No such file or > directory -
Probably you upgraded to a newer version of icu and charlock_holmes needs to be rebuilt. Did you run bundle install prior to db:migrate? You might want to delete vendor/bundle/ and run bundle install from the beginning. > > This on an Ubuntu 14.04 installation (just upgraded yesterday) that has > been running gitlab since version 2.9 > 2.9? wow! -- GPG : 0xABF99BE5 Blog: http://axilleas.me -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
