- every time you have
error while loading shared libraries: libXXX.so.XXX: cannot open shared object file: No such file or directory
for build from source programs you have to rebuild it
Search Criteria
Package Details: lgogdownloader 3.15-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/lgogdownloader.git (read-only, click to copy) |
---|---|
Package Base: | lgogdownloader |
Description: | Open source downloader for GOG.com games, uses the GOG.com API |
Upstream URL: | https://sites.google.com/site/gogdownloader/ |
Keywords: | games gaming gog gog.com |
Licenses: | WTFPL |
Submitter: | tea |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 75 |
Popularity: | 0.68 |
First Submitted: | 2012-08-01 22:40 (UTC) |
Last Updated: | 2024-09-29 13:40 (UTC) |
Dependencies (12)
- boost-libs
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- libboost_filesystem.so (boost183-libsAUR, boost-libs)
- rhash (rhash-gitAUR)
- tidy (tidy-html5-gitAUR)
- tinyxml2 (tinyxml2-gitAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
Required by (50)
- day-of-the-tentacle-remastered-bin (make)
- gog-7-billion-humans (make)
- gog-book-of-hours (make)
- gog-book-of-hours-perpetual-edition-dlc (make)
- gog-dandara-trials-of-fear-edition (make)
- gog-darkest-dungeon (make)
- gog-drova-forsaken-kin (make)
- gog-factorio (make)
- gog-ftl (make)
- gog-heroes-of-might-and-magic-3-complete-edition (make)
- gog-inscryption (make)
- gog-inscryption-demo (make)
- gog-kingdoms-and-castles (make)
- gog-moo (make)
- gog-moo-ii (make)
- gog-night-in-the-woods (make)
- gog-pepper-grinder (make)
- gog-pine (make)
- gog-pony-island (make)
- gog-powers-in-the-basement (make)
- Show 30 more...
Sources (1)
FabioLolix commented on 2023-10-03 22:03 (UTC)
onlybugreports commented on 2023-10-03 22:02 (UTC) (edited on 2023-10-03 22:04 (UTC) by onlybugreports)
Fails to find boost libs during install.
ldd /usr/bin/lgogdownloader
libboost_filesystem.so.1.81.0 => not found
libboost_program_options.so.1.81.0 => not found
libboost_iostreams.so.1.81.0 => not found
pacman -Q boost{,-libs}
boost 1.83.0-2
boost-libs 1.83.0-2
nirnakinho commented on 2021-07-17 12:04 (UTC)
boost libs got updated again, I guess this needs a version bump again?
Regards,
andrewpye commented on 2021-07-08 00:07 (UTC)
Oops, gotta use g++ as my default C++ compiler. Problem solved.
andrewpye commented on 2021-06-30 23:40 (UTC)
Error building:
-- Build files have been written to: /home/apye/AUR/lgogdownloader/src/lgogdownloader-3.7/build [ 8%] Building CXX object CMakeFiles/lgogdownloader.dir/main.cpp.o [ 16%] Building CXX object CMakeFiles/lgogdownloader.dir/src/blacklist.cpp.o [ 25%] Building CXX object CMakeFiles/lgogdownloader.dir/src/downloader.cpp.o [ 33%] Building CXX object CMakeFiles/lgogdownloader.dir/src/galaxyapi.cpp.o [ 41%] Building CXX object CMakeFiles/lgogdownloader.dir/src/gamedetails.cpp.o [ 50%] Building CXX object CMakeFiles/lgogdownloader.dir/src/gamefile.cpp.o [ 58%] Building CXX object CMakeFiles/lgogdownloader.dir/src/progressbar.cpp.o [ 66%] Building CXX object CMakeFiles/lgogdownloader.dir/src/util.cpp.o [ 75%] Building CXX object CMakeFiles/lgogdownloader.dir/src/website.cpp.o [ 83%] Building CXX object CMakeFiles/lgogdownloader.dir/src/ziputil.cpp.o [ 91%] Linking CXX executable lgogdownloader /usr/bin/ld: CMakeFiles/lgogdownloader.dir/src/blacklist.cpp.o: undefined reference to symbol '_ZNSt15basic_streambufIcSt11char_traitsIcEE8overflowEi@@GLIBCXX_3.4' /usr/bin/ld: /usr/lib/libstdc++.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[2]: [CMakeFiles/lgogdownloader.dir/build.make:256: lgogdownloader] Error 1 make[1]: [CMakeFiles/Makefile2:100: CMakeFiles/lgogdownloader.dir/all] Error 2 make: *** [Makefile:136: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
LuckyTurtleDev commented on 2021-01-25 07:51 (UTC)
Why did you disable the reCAPTCHA feature? Exist some issues with it?
LuckyTurtleDev commented on 2020-08-20 21:25 (UTC)
@maln0ir I got the same error. A clean build of lgogdownloader did fix it. It seems you musst rebuild lgogdownloader, because the jsoncpp libary has been changed.
<deleted-account> commented on 2020-07-25 12:18 (UTC)
FabioLolix commented on 2020-04-12 15:17 (UTC)
I'm interested in maintaining lgogdownloader pkgbuilds
Pinned Comments
FabioLolix commented on 2023-10-03 22:03 (UTC)
error while loading shared libraries: libXXX.so.XXX: cannot open shared object file: No such file or directory
for build from source programs you have to rebuild it