From: Ralph Boehme Date: Fri, 28 Jun 2013 14:23:44 +0000 (+0200) Subject: Update cmdline usage for tracker tools X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=83a42d568b564fb21b3f00da7313a98f7776f62b Update cmdline usage for tracker tools --- diff --git a/doc/manual/configuration.xml b/doc/manual/configuration.xml index eccae765..36e9dad3 100644 --- a/doc/manual/configuration.xml +++ b/doc/manual/configuration.xml @@ -518,17 +518,12 @@ WatchDirectoryRoots=/foo/bar;/another/volume Using Tracker commandline tools on the server - Netatalk must be running. Then setup relevant environment - variables, adjust the prefix /usr/local/netatalk to match your - configured paths:$ su -**** -# cat trackerenv.sh -export DBUS_SESSION_BUS_ADDRESS="unix:path=/tmp/spotlight.ipc" -export XDG_DATA_HOME=/usr/local/netatalk/var/netatalk -export XDG_CACHE_HOME=/usr/local/netatalk/var/netatalk -export XDG_CONFIG_HOME=/usr/local/netatalk/etc -# . trackerenv.sh -# + Netatalk must be running and the commands must be executed + as root:$ su +# export DBUS_SESSION_BUS_ADDRESS="unix:path=/tmp/spotlight.ipc" + + When using Tracker from OpenCSW you must also update + your PATH:# export PATH=/opt/csw/bin:$PATH Tracker SPARQL:# tracker-search QUERY ... diff --git a/doc/manual/install.xml b/doc/manual/install.xml index 2b3de4bd..cf4a7211 100644 --- a/doc/manual/install.xml +++ b/doc/manual/install.xml @@ -342,10 +342,10 @@ tracker-miner-0.16 tracker-miner - A library to develop tracker data miners$ ./configure --with-tracker-pkgconfig-version=0.16 ... If you're using Solaris and Tracker from OpenCSW, then you need - to set the PKG_CONFIG_PATH environment variable and add the - --with-tracker-prefix configure option + to set the PKG_CONFIG_PATH environment variable, add the + --with-tracker-prefix configure option and add LDFLAGS="-R/opt/csw/lib" - PKG_CONFIG_PATH=/opt/csw/lib/pkgconfig ./configure --with-tracker-prefix=/opt/csw --with-tracker-pkgconfig-version=0.16 ... + PKG_CONFIG_PATH=/opt/csw/lib/pkgconfig LDFLAGS="-R/opt/csw/lib" ./configure --with-tracker-prefix=/opt/csw --with-tracker-pkgconfig-version=0.16 ... Check the configure output whether the Tracker libs were found: