SCIENTIFIC-LINUX-USERS Archives

May 2010

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Chris Tooley <[log in to unmask]>
Reply To:
Chris Tooley <[log in to unmask]>
Date:
Wed, 5 May 2010 10:04:45 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (56 lines)
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
>
> ======================================
> [root@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"
>
> ================================
> [root@csd2 nautilus-dropbox-0.6.2]# grep nautilus /usr/lib/pkgconfig/*
> [root@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

ATOM RSS1 RSS2