]> arthur.barton.de Git - netatalk.git/blobdiff - doc/manual/install.xml
OpenCSW link was still pointing to Blastwave
[netatalk.git] / doc / manual / install.xml
index 2b3de4bdeb27969d6426f8fa1e41462fa935c004..d51378d4ec9897166fd7b01f5b18eb7b89b82ece 100644 (file)
@@ -52,7 +52,7 @@
       </ulink></para>
 
       <para>Solaris package: <ulink
-      url="http://www.blastwave.org/">http://www.opencsw.org/</ulink></para>
+      url="http://www.opencsw.org/packages/CSWnetatalk/">http://www.opencsw.org/</ulink></para>
 
       <para>FreeBSD ports: <ulink
       url="http://www.freebsd.org/ports/index.html">http://www.freebsd.org/ports/index.html
@@ -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>