This package isn't working.
/usr/bin/grive: error while loading shared libraries: libboost_filesystem.so.1.81.0: cannot open shared object file: No such file or directory
boost: installed version:1.83.0-2
Git Clone URL: | https://aur.archlinux.org/grive.git (read-only, click to copy) |
---|---|
Package Base: | grive |
Description: | An open source Linux client for Google Drive with support for the new Drive REST API and partial sync |
Upstream URL: | https://github.com/vitalif/grive2 |
Keywords: | drive Google grive2 sync vitalif |
Licenses: | GPL2 |
Submitter: | mrbit |
Maintainer: | edh |
Last Packager: | edh |
Votes: | 283 |
Popularity: | 0.053166 |
First Submitted: | 2012-04-29 22:26 (UTC) |
Last Updated: | 2025-05-04 13:41 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 30 Next › Last »
This package isn't working.
/usr/bin/grive: error while loading shared libraries: libboost_filesystem.so.1.81.0: cannot open shared object file: No such file or directory
boost: installed version:1.83.0-2
I think this package needs a rebuild. It stopped working for me. It complained about "error while loading shared libraries: libsframe.so.0: cannot open shared object file: No such file or directory" Using grive-git did work for me.
@dweisser run pacman -Syu
to make sure binutils
is up to date. Updating from 2.40-1
to 2.40-2
fixed the issue for me.
For me the build fails with:
[ 98%] Linking CXX executable btest
/usr/bin/ld: /usr/lib/libbfd.a(compress.o): undefined reference to symbol 'ZSTD_compress'
/usr/bin/ld: /usr/lib/libzstd.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
@PillTime try temporarily downgrading boost-libs
to 1.80.0.
'grive' fails to run due to 'boost-libs' version:
grive: error while loading shared libraries: libboost_filesystem.so.1.80.0: cannot open shared object file: No such file or directory
.
EDIT: rebuilding the package fixes it.
Thank you @edh!
@jasper1378 Thanks. I added your patch to the package.
@edh here's a pull request I just created upstream that should fix the issue: https://github.com/vitalif/grive2/pull/371. Thanks for your help!
@edh Sounds good, I'll look into making a patch that you can apply to the package. If that gentoo bug that I linked is correct however, it may not actually be a problem with grive.
Pinned Comments
edh commented on 2023-10-11 23:00 (UTC)
If you encounter errors similar to
error [...] loading shared libraries
, you most likely need to rebuilt the grive package. Usually no further action is needed except for forcing a rebuilt.The error is due to grive having been built against an older version of the library mentioned in the error message. The library has likely since been updated by
pacman
and grive need to be made aware of this by rebuilding it.