-
Notifications
You must be signed in to change notification settings - Fork 33
Dylib not loaded #42
Comments
Full log please. |
If error occurs in my fork you must open issue in my fork. Looks like issue with portable binaries that I provided. |
Ok Thanks. I'll open an issue over there. :) |
I can't open an issue over there, there is nowhere to open the issue. I think that this is missing some dependancies, I ran the command to install the dependencies, but some are still missing(I think, I don't know for sure.) Full log here: ./bundlegen -d iPhone9,4 -i 11.4.1 |
I don't see dylib problems, it was my bad that I didn't provide dylib for something. Looks like you already installed all dependencies, nice! Now the problem is in xdelta3 library. It's outdated. To fix this problem please use only Python 3.9.0, not 3.10. I already fixed this library but the author sent me fuck and he don't want to merge PR samuelcolvin/xdelta3-python#13 |
Thanks for the reply! I uninstalled Python 3.10 and installed Python 3.9.0, and I'm still getting the same error. Log: Restoring custom IPSW Although now I'm trying to restore a custom IPSW instead of create a bundle, so maybe I'm doing something wrong... EDIT: I just tried creating a bundle using bundlegen, the out put looks the same as before... ./bundlegen -d iPhone9,4 -i 11.4.1 Never mind, just looked at the log and realized it's still trying to use Python 3.10 for some reason... Will try to comletely uninstall... |
There! Uninstalled Python 3.10, and tried again. This time it gave me another module not found error. Log: ./bundlegen -d iPhone9,4 -i 11.4.1 |
|
Sorry, I thought that I had installed the dependencies. Thanks for the fix :). |
It still says that I am missing libreadline.8.dylib. EDIT: I did a bunch of research online about libreadline, and it looks like something that should only be required in Linux distros, such a Debian or Arch Linux. It sounds like macos should not need this... |
I'll do a small script to properly install Inferius. Go to https://github.com/vadimszzz/Inferius and click „Watch“. It will be soon. I plan to do something better over this project with blackjack and hookers! |
Many thanks! I will go over there and watch it, best of luck with your coding! |
I can't figure out what dependancy this is:
/opt/local/lib/libreadline.8.dylib
Any help would be appreciated
Thanks :)
The text was updated successfully, but these errors were encountered: