Thanks for the suggestion Achilleas. I had run bundle install first, but it appeared to run through very quickly, confirming that things were there rather than checking things through. Clearing out vendor/bundle and running it again built everything from scratch, and I'm now running 6.8 with no further problems. :)
Cheers! -- Mike Evans Tel. 01603 812495 Fax. 08721 150308 Heaser Business Consulting Ltd Registered Office 111 School Lane Little Melton Norwich NR9 3LA Company No. 4727238 Registered in England and Wales -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Achilleas Pipinellis Sent: 23 April 2014 11:40 To: [email protected] Subject: Re: Problem upgrading 6.7 -> 6.8 can't find charlock_holmes.so 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. -- 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.
