-
Notifications
You must be signed in to change notification settings - Fork 14
Use ldd instead of scanelf in install.sh #53
Comments
ldd
instead of scanelf
in install.sh
Hi Daniel! Thanks for your report. |
Hey bascht, thanks for the pointer, I didn't know there was a prior discussion on what tool to use to extract the built in python version. (Indeed, I even didn't know know about the security considerations around The discussion already provided an alternative ( The man page of
In any way: this issue is not that important, I just thought to share the idea of simplifying the install script, not realizing there was some prior discussion already covering it. So feel free to close this issue. :) Best, Daniel |
Edit: modern BSDs do indeed use ELF. |
@exot There is no
In fact, I can't understand, why are you trying to fetch python version in that way. Why don't you use
|
Hey,
I just figured that the
install.sh
script was not working properly for me, becausescanelf
is not present on my system. However, the script can easily be changed to work withldd
instead ofscanelf
like so:I do not know whether this works on all systems, but as far as I can see it should.
Best,
Daniel
The text was updated successfully, but these errors were encountered: