Re: [Tracker] Proper development libraries to get PDF support [SOLVED]

2007-09-04 Thread Javier Kohen
El mar, 04-09-2007 a las 10:05 +0200, Michael Biebl escribió: > 2007/9/4, Amit <[EMAIL PROTECTED]>: > > I just tried installing but get this error. I also tried installing > > xdg-utils but still the same error as below. Note, I am not using > > GNOME or KDE so I probably do not have all these desk

Re: [Tracker] Proper development libraries to get PDF support [SOLVED]

2007-09-04 Thread Michael Biebl
2007/9/4, Amit <[EMAIL PROTECTED]>: > I just tried installing but get this error. I also tried installing > xdg-utils but still the same error as below. Note, I am not using > GNOME or KDE so I probably do not have all these desktop related > software. I am currently using DWM as my window manager.

Re: [Tracker] Proper development libraries to get PDF support [SOLVED]

2007-09-03 Thread Amit
I just tried installing but get this error. I also tried installing xdg-utils but still the same error as below. Note, I am not using GNOME or KDE so I probably do not have all these desktop related software. I am currently using DWM as my window manager. [EMAIL PROTECTED]:~/src/tracker-0.6.1$ sud

Re: [Tracker] Proper development libraries to get PDF support [SOLVED]

2007-09-03 Thread Amit
On 9/3/07, Michael Biebl <[EMAIL PROTECTED]> wrote: > 2007/9/3, Amit <[EMAIL PROTECTED]>: > > Hey guys, > > > > I found the problem. There was no library missing. It was just the > > configure options were wrong. > > > > According to README file, we should use ./configure --prefix=/usr > > --syscon

Re: [Tracker] Proper development libraries to get PDF support [SOLVED]

2007-09-03 Thread Michael Biebl
2007/9/3, Amit <[EMAIL PROTECTED]>: > Hey guys, > > I found the problem. There was no library missing. It was just the > configure options were wrong. > > According to README file, we should use ./configure --prefix=/usr > --sysconfdir=/etc or else things would go wrong. However, simply > running .

Re: [Tracker] Proper development libraries to get PDF support [SOLVED]

2007-09-03 Thread Amit
Hey guys, I found the problem. There was no library missing. It was just the configure options were wrong. According to README file, we should use ./configure --prefix=/usr --sysconfdir=/etc or else things would go wrong. However, simply running ./configure works! It picks up all the libraries.