abelsiqueira / gource

Automatically exported from code.google.com/p/gource
0 stars 0 forks source link

Error while loading shared libraries: libboost_system.so.1.53.0 #217

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. cd to desired folder
2. run 'gource' on the repo
3. I get this unexpected output in the terminal:
gource: error while loading shared libraries: libboost_system.so.1.53.0: cannot 
open shared object file: No such file or directory

I'm installing gource with:
sudo apt-get install gource
Get:1 http://bg.archive.ubuntu.com/ubuntu/ trusty/universe gource i386 
0.40-1ubuntu4 [316 kB]

on Ubuntu 14.04

Any help will be appreciated :)

Original issue reported on code.google.com by alt...@gmail.com on 15 Jun 2014 at 3:14

GoogleCodeExporter commented 8 years ago
Hi.

It looks like you need to install libboost_system version 1.53 as that is what 
that ubuntu package of gource has been built against.

You may find an apt-get update and upgrade fixes this.

Original comment by acaudw...@gmail.com on 15 Jun 2014 at 10:45