-
Notifications
You must be signed in to change notification settings - Fork 311
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
Linux Ubuntu: Can't install libimobiledevice #175
Comments
Did you compile and install libplist? Your distro's package is most likely outdated. |
This happens when libplist is built from source and installed. |
I have similar trouble, just No package 'libplist' found , although libplist 2.0 is installed |
The configure output tells you what to do. Either you set
|
After run PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./autogen.sh I got error |
You need to install |
openssl contained libssl After trying Warning: Refusing to link macOS provided/shadowed software: [email protected] For compilers to find [email protected] you may need to set: For pkg-config to find [email protected] you may need to set: |
When following the README, I receive the following error:
The text was updated successfully, but these errors were encountered: