我正在尝试安装 nautilus-dropbox-1.6.2.tar.bz2。我跑了./configure
,但得到了错误
configure: error: Package requirements (libnautilus-extension >= 2.16.0) were not met:
No package 'libnautilus-extension' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables NAUTILUS_CFLAGS
and NAUTILUS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Run Code Online (Sandbox Code Playgroud)
我在谷歌上搜索过这个,发现有人建议需要下载nautilus-devel。但是,我不知道那是什么以及如何下载它。我用谷歌搜索它,发现它适用于 Fedora。我不使用 Fedora。
无论如何,这是我需要做的吗?如果没有,那我还能做什么?
小智 10
这将有助于消除问题
sudo apt-get install libnautilus-extension-dev
Run Code Online (Sandbox Code Playgroud)
我建议您避免编译,除非您有具体且充分的理由。
您可以在dropbox 下载站点找到的预编译包应该可以开箱即用。
dpkg
可以使用您的发行版(或)的软件包系统来安装它们rpm
。
Scientific Linux 是 RHEL 的衍生产品,因此请从 Dropbox 下载 RPM,然后运行(以 root 身份):
rpm -ihv <rpm-file-name>
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
8945 次 |
最近记录: |