Remix.run Logo
johnisgood 3 days ago

  $ ldd ./citybound-v0.1.2-685-g8a11e4d 
      linux-vdso.so.1 (0x00007f6f3c2d2000)
      libssl.so.1.0.0 => not found
      libcrypto.so.1.0.0 => not found
      libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f6f3c299000)
      librt.so.1 => /usr/lib/librt.so.1 (0x00007f6f3c294000)
      libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f6f3c28f000)
      libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007f6f3c260000)
      libc.so.6 => /usr/lib/libc.so.6 (0x00007f6f3aa16000)
      /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f6f3c2d4000)
      libm.so.6 => /usr/lib/libm.so.6 (0x00007f6f3a928000)
The workaround is copying the right lib{ssl,crypto}.so to lib{ssl,crypto}.so.1.0.0, but I do not have the time right now.

Looks good enough on the video.

em-bee 3 days ago | parent [-]

if you are trying to bend a different lib version then use a soft-link, so that you are not left wondering in the future which version of the library that actually is

johnisgood 3 days ago | parent [-]

Yes, of course.