如果这有什么不同的话,我正在运行 Ubuntu 14.04 32 位的 VM...
我跟着这个问题的答案:
如何在 Ubuntu 15.04 上编译 libimobiledevice 1.2?
但是我在尝试时遇到了错误
./autogen.sh
Run Code Online (Sandbox Code Playgroud)
它说我需要更新版本的 libplist,所以我按照 libplist github 页面上的安装说明进行操作。这似乎安装没有问题,现在我解决了这个错误,./autogen.sh 抛出了这个错误......
这是它运行的最后一行,然后是我在终端中遇到的错误...
#define LT_OBJDIR ".libs/"
checking for libplist Cython bindings... no
configure: WARNING: cannot find libplist Cython bindings. You should
install your distribution specific libplist Cython bindings package.
checking for openssl... no
configure: error: OpenSSL support explicitly requested but OpenSSL could
not be found
Run Code Online (Sandbox Code Playgroud)
试图做一个 sudo apt-get install openssl 但它说它已经安装了..