为 kubuntu 14.10 构建 libimobiledevice 出错

为 kubuntu 14.10 构建 libimobiledevice 出错

我尝试按照该问题中给出的说明进行操作:适用于 Ubuntu 14.04 Trusty 的 libimobiledevice 1.2(支持 iOS 8) 但出了点问题,当我到达第八步时,我得到了以下结果:

~/src/libimobiledevice$ dpkg -L libimobiledevice dpkg-query: 未安装软件包“libimobiledevice” 使用 dpkg --info (= dpkg-deb --info) 检查存档文件,使用 dpkg --contents (= dpkg-deb --contents) 列出其内容。

是的,我不确定这意味着什么,因为我仍然无法连接我的 iPhone。我以为我正确地遵循了指示,所以不知道现在该怎么做。

答案1

脚本的输出./configure

checking for openssl... 
no configure: error: OpenSSL support explicitly requested but OpenSSL could not be found 

安装必要的开发库:

sudo apt-get install libssl-dev

然后...再做一次:

./autogen.sh

相关内容