You are not logged in.

#1 2008-11-29 06:05:39

Odd-rationale
Member
Registered: 2008-02-05
Posts: 102

Problem with tracker-search-tool

Hello! I am having some trouble starting tracker-search-tool:

[odd-rationale@evo ~]$ tracker-search-tool 
tracker-search-tool: error while loading shared libraries: libgnome-desktop-2.so.2: cannot open shared object file: No such file or directory
[odd-rationale@evo ~]$

I tried to search for libgnome-desktop-2.so.2 with pkgfile, but could not find any package.

The tracker daemon itself and the tracker preference utility both work fine. As does Nautilus search tool.

I don't recall having this issue on Gnome 2.22.

Any help would be appreciated!

Thanks!

Offline

#2 2008-12-04 00:19:30

Odd-rationale
Member
Registered: 2008-02-05
Posts: 102

Re: Problem with tracker-search-tool

Ok. I figured out a fix.

# ln -s /usr/lib/libgnome-desktop-2.so.7.2.5 /usr/lib/libgnome-desktop-2.so.2

Now everything starts fine.

Offline

#3 2008-12-21 21:26:52

Profjim
Member
From: NYC
Registered: 2008-03-24
Posts: 658

Re: Problem with tracker-search-tool

Others have emphasized many times on the forums that symlinking libraries is a bad idea. Usually you can just rebuild the problematic package from source (get rid of the symlink first) and it will use the libraries you've actually got installed. If you use yaourt, building from source is as easy as:

yaourt -Sb package

Otherwise, read on the wiki about ABS and makepkg.

Offline

#4 2008-12-21 21:29:34

Odd-rationale
Member
Registered: 2008-02-05
Posts: 102

Re: Problem with tracker-search-tool

Cool. I didn't know about that.

That seems like a better solution!

Thanks!

Offline

Board footer

Powered by FluxBB