On 07/03/2015 12:37 PM, Linus Torvalds wrote:
On Fri, Jul 3, 2015 at 12:29 PM, Steve Butler <[email protected]> wrote:
Compiled fine but attempting to run the local version give:
     install-root/bin/subsurface: error while loading shared libraries:
libGrantlee_Templates.so.5: cannot open shared object file: No such file or 
directory
Yeah, subsurface uses a shared library for its private grantlee link,

Ah. Private. That explains why having Software Center locate and install one just got me deeper in trouble. Let me see if I can back out from here.
which is kind of annoying, but some libraries really want to be
shared, whether it makes sense or not.

And since the library is in a non-standard place, the system doesn't find it.

You can work around it by doing something like

     sudo ldconfig full-path-to/install-root/lib

Will try that once I back out the two items I just installed.

to run stuff in place (or by just installing it all, but you'll still
need to then run "ldconfig" to let the system know about the new
library).

               Linus


-- Steve
_______________________________________________
subsurface mailing list
[email protected]
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to