aclap-dev / vdhcoapp

Companion application for Video DownloadHelper browser add-on
GNU General Public License v2.0
1.72k stars 280 forks source link

Failed Aggregating: Can't Load libbz2.so.1.0 #15

Closed rgheck closed 6 years ago

rgheck commented 6 years ago

Error seen on Fedora 26. This particular link does not exist, though libbz2.so and libbz2.so.1 and libbz2.so.1.0.6 all do. Easy enough to fix by creating the symlink, but wonder if there is something else you could do here.... Maybe just load libbz2.so.1?

hvindin commented 6 years ago

I've just observed the same issue on RHEL7. Seems like it might be necessary to bundle the expected so's and build them as part of this project, or, as @rgheck mentioned, just point to the more generic so...

mi-g commented 6 years ago

vdhcoapp 1.2.1 includes its own libbz2 which solves the problem on linux distributions where this library is not installed by default.