Giter Site home page Giter Site logo

configure: error: Package requirements (libimobiledevice-1.0 >= 1.2.0) were not met: Package 'openssl', required by 'libimobiledevice-1.0', not found about idevicelocation HOT 3 CLOSED

jongabilondoangulo avatar jongabilondoangulo commented on August 26, 2024
configure: error: Package requirements (libimobiledevice-1.0 >= 1.2.0) were not met: Package 'openssl', required by 'libimobiledevice-1.0', not found

from idevicelocation.

Comments (3)

jsveron23 avatar jsveron23 commented on August 26, 2024 16
export PATH="/usr/local/opt/openssl/bin:$PATH"
export LD_LIBRARY_PATH="/usr/local/opt/openssl/lib:$LD_LIBRARY_PATH"
export CPATH="/usr/local/opt/openssl/include:$CPATH"
export LIBRARY_PATH="/usr/local/opt/openssl/lib:$LIBRARY_PATH"
export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig"

from idevicelocation.

cod1ingcoding avatar cod1ingcoding commented on August 26, 2024 4

`brew update
brew uninstall --ignore-dependencies libimobiledevice
brew uninstall --ignore-dependencies usbmuxd
brew install --HEAD usbmuxd
brew unlink usbmuxd
brew link usbmuxd
brew install --HEAD libimobiledevice

git clone https://github.com/JonGabilondoAngulo/idevicelocation.git

./autogen.sh
make
sudo make install`

I hope this code can help you. 😀

from idevicelocation.

jnguyen19 avatar jnguyen19 commented on August 26, 2024

Everything is fine, until the 2nd last step:(

./autogen.sh ran successfully after hours of get all the flags set and proper dependencies resolved.

make
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in src
CC idevicelocation-idevicelocation.o
clang: error: /usr/local/Cellar/libplist/2.2.0/bin: 'linker' input unused [-Werror,-Wunused-command-line-argument]
make[2]: *** [idevicelocation-idevicelocation.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

from idevicelocation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.