Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libssl.so.1.0.0 deprecated #126

Closed
mgarces opened this issue Oct 3, 2019 · 9 comments
Closed

libssl.so.1.0.0 deprecated #126

mgarces opened this issue Oct 3, 2019 · 9 comments

Comments

@mgarces
Copy link

mgarces commented Oct 3, 2019

When trying to "dockerize" mbt, I'm having troubles using it, because it was built to the deprecated libssl.so.1.0.0; can you please release the binary with updated support? In Debian is possible to use a custom install, but in CentOS I'm having issues going around this.

  • mbt version: 0.23
  • os: CentOS 7.7 or Debian 10 (inside a container)
  • arch: x86_64
@buddhike
Copy link
Member

buddhike commented Oct 6, 2019

@mgarces Thanks for reporting this.
We could not keep up with libgit2 for a while due to a bug in libgit2 that got fixed recently.
Could you please check if latest nightly build is working?
https://bintray.com/buddyspike/bin/mbt_dev_linux_x86_64/dev-e1ffe970#files/mbt_dev_linux_x86_64/dev-e1ffe970/dev-e1ffe970

@mgarces
Copy link
Author

mgarces commented Oct 9, 2019

will give it a spin

@mgarces
Copy link
Author

mgarces commented Oct 9, 2019

It seem that it's still trying to get older libs:
mbt: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

@buddhike
Copy link
Member

It seem that it's still trying to get older libs:
mbt: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

Thanks, I will take a look.

@buddhike
Copy link
Member

buddhike commented Nov 2, 2019

/cc @dillondesilva

@buddhike
Copy link
Member

buddhike commented Nov 2, 2019

@mgarces Apologies for the lag in my response on this one. I believe that this is happening because build servers have libssl 1.0. We need to produce a new artefact targetting newer version of libssl. Until this is done, you should be able to build it from source.

@buddhike
Copy link
Member

@mgarces We have recently upgraded our build infrastructure. Latest release should be linked with fresher libssl. you should be able to use the latest build from https://github.com/mbtproject/mbt/releases/tag/v0.24

Please re-open this issue if you are having further issues.

@sirianni
Copy link

sirianni commented Aug 6, 2020

I am seeing the same issue with v0.24

$ curl -L -o mbt 'https://bintray.com/buddyspike/bin/download_file?file_path=mbt_linux_x86_64%2F0.23.0%2F0.23.0%2Fmbt_linux_x86_64'

$ chmod +x mbt

$ ldd ./mbt
	linux-vdso.so.1 (0x00007fff321d5000)
	librt.so.1 => /usr/lib/librt.so.1 (0x00007fb849433000)
	libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007fb849411000)
	libssl.so.1.0.0 => not found
	libcrypto.so.1.0.0 => not found
	libz.so.1 => /usr/lib/libz.so.1 (0x00007fb8493f7000)
	libc.so.6 => /usr/lib/libc.so.6 (0x00007fb849230000)
	/lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007fb84947a000)

@sirianni
Copy link

sirianni commented Aug 6, 2020

Actually looks like I was using v0.23. So I think the problem is that the links on the README badges need to be updated (or removed). Seems like the project is now using GitHub releases instead of bintray.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants