-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
*** Note: libimobiledevice support has been disabled *** configure: error: wifi support requested but no wifi backend could not be found #37
Comments
If you look at the 4th line from the bottom it says you don't have the avahi-client library installed. It's required as a wifi backend. On Debian you can install it with |
thanks that fixed it. but there's another issue when i run |
You need to compile with CLANG and not gcc. Also you need to have the correct version of dependencies, one of which is the newest version of the |
What else do you have in addition to installing the avahi-client? Im currently stuck at
|
You need to install avahi-daemon: |
yes it worked, thanks. |
how do i resolve this error please
The text was updated successfully, but these errors were encountered: