]> arthur.barton.de Git - netatalk.git/commitdiff
Update cmdline usage for tracker tools
authorRalph Boehme <sloowfranklin@gmail.com>
Fri, 28 Jun 2013 14:23:44 +0000 (16:23 +0200)
committerRalph Boehme <sloowfranklin@gmail.com>
Fri, 28 Jun 2013 14:23:44 +0000 (16:23 +0200)
doc/manual/configuration.xml
doc/manual/install.xml

index eccae7654654294c5061263b1e2c0f5a0e86417d..36e9dad3d8701ea8e7e5a834c6f28f7132514974 100644 (file)
@@ -518,17 +518,12 @@ WatchDirectoryRoots=/foo/bar;/another/volume
       <sect3>
         <title>Using Tracker commandline tools on the server</title>
 
-        <para>Netatalk must be running. Then setup relevant environment
-        variables, adjust the prefix /usr/local/netatalk to match your
-        configured paths:<screen>$ 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
-#</screen></para>
+        <para>Netatalk must be running and the commands must be executed
+        as root:<screen>$ su
+# export DBUS_SESSION_BUS_ADDRESS="unix:path=/tmp/spotlight.ipc"</screen></para>
+
+        <para>When using Tracker from OpenCSW you must also update
+        your PATH:<screen># export PATH=/opt/csw/bin:$PATH</screen></para>
 
         <para>Tracker SPARQL:<screen># tracker-search QUERY
 ...
index 2b3de4bdeb27969d6426f8fa1e41462fa935c004..cf4a7211e2d250371fee954327266b81e31e46ca 100644 (file)
@@ -342,10 +342,10 @@ tracker-miner-0.16    tracker-miner - A library to develop tracker data miners</
         <screen><prompt>$ </prompt><userinput>./configure --with-tracker-pkgconfig-version=0.16 ...</userinput></screen>
 
         <para>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</para>
+        to set the PKG_CONFIG_PATH environment variable, add the
+        --with-tracker-prefix configure option and add LDFLAGS="-R/opt/csw/lib"</para>
 
-        <screen>PKG_CONFIG_PATH=/opt/csw/lib/pkgconfig ./configure --with-tracker-prefix=/opt/csw --with-tracker-pkgconfig-version=0.16 ...</screen>
+        <screen>PKG_CONFIG_PATH=/opt/csw/lib/pkgconfig LDFLAGS="-R/opt/csw/lib" ./configure --with-tracker-prefix=/opt/csw --with-tracker-pkgconfig-version=0.16 ...</screen>
 
         <para>Check the configure output whether the Tracker libs were
         found:</para>