-
Notifications
You must be signed in to change notification settings - Fork 995
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prebuilt Linux binaries are unusable on any modern system #1187
Comments
Actually this is worse, because the DT_NEEDED entries for the binaries refer directly to |
Okay after downloading the zip file with the prebuilt binaries it's possible to fix this with patchelf:
|
Nah, this is all broken, there's no way to get this to run on any modern system. I believe the prebuilt binaries shouldn't be pushed at all, and the installation instructions updated accordingly. |
For myself, I ended up building from source, but the mentioned .deb files would have been nice. https://facebook.github.io/watchman/docs/install#ubuntu-prebuilt-debs |
I agree! Overall, it appears that the project has been abandoned. https://facebook.github.io/watchman/docs/install#fedora-prebuilt-rpms Unfortunately, Fedora 39 does not yet have an RPM package available. When you install the Linux binaries that are given via release, the app will fail. |
When downloading the prebuild Linux binary, it will not work as is because of the missing libraries.
While LD_LIBRARY_PATH can be set to address that, it might be worth setting the correct RPATH instead.
The text was updated successfully, but these errors were encountered: