You are not logged in.
When I want to start adb with
adb shell
I get the following error message:
adb: error while loading shared libraries: libprotobuf.so.27.3.0: cannot open shared object file: No such file or directory
I have checked, and the protobuf package is installed.
What can I do?
Offline
What can I do?
Update your system.
Offline
Please post the output from the following commands:
$ pacman -Qikk protobuf android-tools
$ pacman -Si protobuf android-tools
Last edited by WorMzy (2024-09-01 15:18:44)
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
[stealth@stealth-arch pacman.d]$ pacman -Qkk protobuf android-tools
protobuf: 467 total files, 0 altered files
android-tools: 35 total files, 0 altered files
[stealth@stealth-arch pacman.d]$ pacman -Si protobuf android-tools
Repository : extra
Name : protobuf
Version : 27.3-2
Description : Protocol Buffers - Google's data interchange format
Architecture : x86_64
URL : https://developers.google.com/protocol-buffers/
Licenses : BSD
Groups : None
Provides : libprotoc.so=27.3.0-64 libprotobuf.so=27.3.0-64 libprotobuf-lite.so=27.3.0-64
Depends On : gcc-libs glibc zlib abseil-cpp
Optional Deps : None
Conflicts With : None
Replaces : protobuf-cpp
Download Size : 2.94 MiB
Installed Size : 14.50 MiB
Packager : Christian Heusel <gromit@archlinux.org>
Build Date : Sat 17 Aug 2024 04:13:55 PM +07
Validated By : SHA-256 Sum Signature
Repository : extra
Name : android-tools
Version : 35.0.1-3
Description : Android platform tools
Architecture : x86_64
URL : http://tools.android.com/
Licenses : Apache MIT
Groups : None
Provides : None
Depends On : libusb protobuf brotli zstd android-udev pcre2
Optional Deps : python: {mk,unpack_,repack_}bootimg and mkdtboimg support
Conflicts With : None
Replaces : None
Download Size : 2033.09 KiB
Installed Size : 6400.25 KiB
Packager : Christian Heusel <gromit@archlinux.org>
Build Date : Mon 05 Aug 2024 10:20:08 PM +07
Validated By : SHA-256 Sum Signature
[stealth@stealth-arch pacman.d]$ adb
adb: error while loading shared libraries: libprotobuf.so.27.3.0: cannot open shared object file: No such file or directory
Offline
adb: error while loading shared libraries: libprotobuf.so.27.3.0: cannot open shared object file: No such file or directory
Update your system.
Offline
[stealth@stealth-arch pacman.d]$ pacman -Qkk protobuf android-tools protobuf: 467 total files, 0 altered files android-tools: 35 total files, 0 altered files [stealth@stealth-arch pacman.d]$ pacman -Si protobuf android-tools Repository : extra Name : protobuf Version : 27.3-2 Description : Protocol Buffers - Google's data interchange format Architecture : x86_64 URL : https://developers.google.com/protocol-buffers/ Licenses : BSD Groups : None Provides : libprotoc.so=27.3.0-64 libprotobuf.so=27.3.0-64 libprotobuf-lite.so=27.3.0-64 Depends On : gcc-libs glibc zlib abseil-cpp Optional Deps : None Conflicts With : None Replaces : protobuf-cpp Download Size : 2.94 MiB Installed Size : 14.50 MiB Packager : Christian Heusel <gromit@archlinux.org> Build Date : Sat 17 Aug 2024 04:13:55 PM +07 Validated By : SHA-256 Sum Signature Repository : extra Name : android-tools Version : 35.0.1-3 Description : Android platform tools Architecture : x86_64 URL : http://tools.android.com/ Licenses : Apache MIT Groups : None Provides : None Depends On : libusb protobuf brotli zstd android-udev pcre2 Optional Deps : python: {mk,unpack_,repack_}bootimg and mkdtboimg support Conflicts With : None Replaces : None Download Size : 2033.09 KiB Installed Size : 6400.25 KiB Packager : Christian Heusel <gromit@archlinux.org> Build Date : Mon 05 Aug 2024 10:20:08 PM +07 Validated By : SHA-256 Sum Signature [stealth@stealth-arch pacman.d]$ adb adb: error while loading shared libraries: libprotobuf.so.27.3.0: cannot open shared object file: No such file or directory
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline