git-time-metric / gtm

Simple, seamless, lightweight time tracking for Git
MIT License
973 stars 52 forks source link

Release 1.3.2 libssl.so.1.0.0 not found #78

Closed guenhter closed 6 years ago

guenhter commented 6 years ago

When I extract the gtm-tar 1.3.2-linux, and execute the ./gtm, I get:

./gtm: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

Note: This doesn't happen with older releases like 1.2.11-linux

mschenk42 commented 6 years ago

Sorry about that, try this release, https://github.com/git-time-metric/gtm/releases/tag/v1.3.3-beta

guenhter commented 6 years ago

Nope, still same problem.

mschenk42 commented 6 years ago

Looks like I may have fixed this in the past and inadvertently removed it. https://github.com/git-time-metric/gtm/commit/52da5ffacd1923488c42a266fd70c425db3e7286 I'll update the build and we can see if that works for you.

guenhter commented 6 years ago

If the library is needed by the plugin, I guess it's just a prerequisite for the plugin. In that case, it would be helpful to provide an installation instruction.

mschenk42 commented 6 years ago

I try to make sure all dependencies are statically compiled into the gtm executable. Please see if the latest release works for you https://github.com/git-time-metric/gtm/releases/tag/v1.3.3. I briefly tested this on Centos 7.4. Hopefully this resolves your issue.

guenhter commented 6 years ago

This fixed the problem. Thx