Skip to content
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

Configure error #707

Open
plinytheelder opened this issue Oct 2, 2018 · 4 comments
Open

Configure error #707

plinytheelder opened this issue Oct 2, 2018 · 4 comments

Comments

@plinytheelder
Copy link

trying to set this up again on another computer, but when I install libimobiledevice I get this error:
configure: error: Package requirements (libusbmuxd >= 1.1.0) were not met:

Requested 'libusbmuxd >= 1.1.0' but version of libusbmuxd is 1.0.10

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables libusbmuxd_CFLAGS
and libusbmuxd_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

I looked at your GitHub and commit f1ee0fd recently changed libusbmuxd version from 1.0.9 to 1.1.0. But when I check your website, only 1.0.10 is available. so I don't think it's me...

@mexmer
Copy link

mexmer commented Oct 2, 2018

download, compile and install libusmuxd from github from HEAD revision, then download and compile libimobiledevice.

@plinytheelder
Copy link
Author

nope. same error. I've installed this on few instances the past few weeks and haven't had a problem up until now. my friend reported the same.

@mexmer
Copy link

mexmer commented Oct 2, 2018

first uninstall any libusbmux and libusbmux-dev you have already

then download head revision from git, it will generate version 1.1.0, of course you need to do clean build, then install compiled version

if configure still cannot find libusmux, you can manually set path to libusbmux compiled from source

@plinytheelder
Copy link
Author

git pulled libusbmuxd and ran set-up, still didn't work.
but brew install --HEAD usbmuxd installed it correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants