On 10-05-04 11:55 PM, Andrey Y. Shevel wrote:
Hello all,

during installation on my desktop the package dropbox (dropbox.com) I got
the message after ./configure

==================
checking for NAUTILUS... configure: error: Package requirements
(libnautilus-extension>= 2.16.0) were not met:

No package 'libnautilus-extension' found
==================

At the same time I see

======================================
[r...@csd2 nautilus-dropbox-0.6.2]# rpm -qa | grep nautilus-ext
nautilus-extensions-2.16.2-7.el5
=====================================

On other hand, yes, in the directory /usr/lib/pkgconfig/ I did not find
any package description with the substring "nautilus"

================================
[r...@csd2 nautilus-dropbox-0.6.2]# grep nautilus /usr/lib/pkgconfig/*
[r...@csd2 nautilus-dropbox-0.6.2]#
===============================

Can somebody explain why not all packages have the description ?

And how to bypass the problem with installation from source ?

Many thanks in advance,

Andrey


If you're compiling dropbox (i.e. installing from source), you need to make sure you have the right development files installed. In this case it would be nautilus-devel:

----
yum install nautilus-devel
----

Try installing that and then see if dropbox compiles.

On the other hand, looking dag's repo I can see that there is a dropbox package available.. perhaps you might wish to install that instead?

----
yum --enablerepo=dag install dropbox
----

-Chris

Reply via email to