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

Fresh build fails with "cannot open shared object" #200

Open
bricechart opened this issue Oct 8, 2022 · 2 comments
Open

Fresh build fails with "cannot open shared object" #200

bricechart opened this issue Oct 8, 2022 · 2 comments

Comments

@bricechart
Copy link

I'm trying to build the latest 1.1.2 of usbmuxd but I'm running into an error with libimobiledevice-glue. I'm getting the following error.

error while loading shared libraries: libimobiledevice-glue-1.0.so.0: cannot open share object

I built libimobiledevice-glue the from latest git repo before building usbmuxd since it has a dependency on usbmuxd. The build of usbmuxd appears to build without errors. Any thoughts on what I might be doing wrong or is this a bug? I'm running this all on a Raspberry Pi model B.

@nikias
Copy link
Member

nikias commented Oct 8, 2022

Have you tried to run

sudo ldconfig

?

@bricechart
Copy link
Author

Have you tried to run

sudo ldconfig

?

That worked! Thanks! Now the next step is get my iPhone to appear as a network adapter. I think this may be a bug with iOS 16, because I'm having the same issue in Windows 11.

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