Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
Patchelf Alternatives
Similar projects and alternatives to patchelf
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
serverless-application-model
The AWS Serverless Application Model (AWS SAM) transform is a AWS CloudFormation macro that transforms SAM templates into CloudFormation templates.
-
vscode-remote-release
Visual Studio Code Remote Development: Open any folder in WSL, in a Docker container, or on a remote machine using SSH and take advantage of VS Code's full feature set.
-
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
-
-
-
-
-
dotfiles
i3 + Plasma: using the i3 window manager on the top of KDE Plasma and other dotfiles, configurations, scripts, workarounds and practises from my Debian Sid machines. (by avivace)
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
patchelf discussion
patchelf reviews and mentions
-
Debian pauses /usr merge file moves
I mean, we don't have to hack the elf loader if we just rewrite every elf binary using patchelf: https://github.com/NixOS/patchelf
The parent commenter is already suggesting "just run a regex", so it seems like a trivial extension to their simple solution to "just run patchelf on every binary on your system"
-
How does Nix make sure binaries can access their runtime dependencies?
Patching paths in text files typically used substituteInPlace (including in cowsay). For dynamic libraries, patchelf is typically used.
-
"Discord installation is corrupt" on Ubuntu Linux.
Install patchelf.
-
Invalid or corrupted package (PGP signature)
Thank you! I followed the instruction here, but it looks like I didn't actually install it, because my pacman -Q patchelf did not find anything. Maybe I was missing a dependency. Also, it was late so I didn't pay attention to warnings at the time.
-
Rpath, or why lld doesn’t work on NixOS
How does an article on NixOS talk about the `rpath` issue without also mentioning the `patchelf` utility that NixOS developers created to solve this issue? It's a small tool that lets you modify ELF executables and binaries. It's also the recommended way for NixOS users to modify binaries to work properly.
https://github.com/NixOS/patchelf
-
cxfreeze error when compiling py to exe
So install it? https://github.com/NixOS/patchelf
- PatchELF: Simple utility for modifying existing ELF executables and libraries
-
Scala project (FIRRTL) failing to build on NixOS
NixOS doesn't have stable paths to shared libraries like macOS or other linux distributions (and this is the core feature) and always need to patch elf for current paths ( https://github.com/NixOS/patchelf ).
-
A note from our sponsor - InfluxDB
influxdata.com | 28 Apr 2025
Stats
NixOS/patchelf is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of patchelf is C.