nomadbsd / NomadBSD

Livesystem based on FreeBSD
http://nomadbsd.org
BSD 2-Clause "Simplified" License
361 stars 42 forks source link

Trouble with Viber run #68

Closed Ygarr closed 4 years ago

Ygarr commented 4 years ago
./Viber
./Viber: error while loading shared libraries: libqrencode.so: cannot open shared object file: No such file or directory

But

 lsd  /usr/local/lib | grep qrenc
libqrencode.so ⇒ libqrencode.so.4
libqrencode.so.4 ⇒ libqrencode.so.4.0.2
libqrencode.so.4.0.2

Linux support is installed
mrclksr commented 4 years ago

This is not a NomadBSD issue, and I can't find viber in the ports. Since this is a Linux binary, you have to get the RPMs containing the missing Linux libraries and install them under /compat/linux.

Ygarr commented 4 years ago

Оk maybe really someday later...

ldd /compat/linux/opt/viber/Viber
/compat/linux/opt/viber/Viber:
/compat/linux/opt/viber/Viber: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /compat/linux/opt/viber/Viber)
/compat/linux/opt/viber/Viber: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /compat/linux/opt/viber/Viber)
/compat/linux/opt/viber/Viber: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /compat/linux/opt/viber/Viber)
    linux_vdso.so.1 =>  (0x00007ffffffff000)
    libXss.so.1 => /lib64/libXss.so.1 (0x0000000803000000)
    libqrencode.so => not found
    libXext.so.6 => /lib64/libXext.so.6 (0x0000000803400000)
    libX11.so.6 => /lib64/libX11.so.6 (0x0000000803800000)
    libQt5Sql.so.5 => not found
    libQt5Multimedia.so.5 => not found
    libQt5WebSockets.so.5 => not found
    libQt5WebEngine.so.5 => not found
    libQt5DBus.so.5 => not found
    libpthread.so.0 => /lib64/libpthread.so.0 (0x0000000803c00000)
    libViberRTC.so => not found
    libicui18n.so.55 => not found
    libicuuc.so.55 => not found
    libQt5Quick.so.5 => not found
    libQt5Qml.so.5 => not found
    libQt5Network.so.5 => not found
    libQt5Widgets.so.5 => not found
    libQt5Gui.so.5 => not found
    libQt5Core.so.5 => not found
    libstdc++.so.6 => /lib64/libstdc++.so.6 (0x0000000804000000)
    libm.so.6 => /lib64/libm.so.6 (0x0000000804400000)
    libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x0000000804800000)
    libc.so.6 => /lib64/libc.so.6 (0x0000000804c00000)
    /lib64/ld-linux-x86-64.so.2 (0x0000000802d46000)
    libz.so.1 => /lib64/libz.so.1 (0x0000000805000000)
    libxcb.so.1 => /lib64/libxcb.so.1 (0x0000000805400000)
    libdl.so.2 => /lib64/libdl.so.2 (0x0000000805800000)
    libXau.so.6 => /lib64/libXau.so.6 (0x0000000805c00000)
Ygarr commented 4 years ago

With wine also no luck