<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: FreeBSD 8.2 support? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/FreeBSD-8-2-support/m-p/77381#M97091</link>
    <description>&lt;P&gt;I've encountered the same problem. Splunk package has some weird dependencies. Solution goes smth like this (assuming the only file in current directory is splunk package file):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;tar zxf splunk-4.2-96430-freebsd-6.1-intel.tgz
rm splunk-4.2-96430-freebsd-6.1-intel.tgz
cat +CONTENTS | sed -e '/^@pkgdep/d' &amp;gt;CONTENTS.new
mv CONTENTS.new +CONTENTS
tar cf ../splunk-4.2-96430-freebsd-6.1-intel.tgz *
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You will find new package file in .. directory. Also, when installing at FreeBSD 8.1 amd64, there was some problem with python shared object:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/libexec/ld-elf.so.1: Shared object "libutil.so.7" not found, required by "python"42
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That was solved by simple &lt;CODE&gt;ln -s /lib/libutil.so.8 /lib/libutil.so.7&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Apr 2011 10:54:43 GMT</pubDate>
    <dc:creator>shd</dc:creator>
    <dc:date>2011-04-15T10:54:43Z</dc:date>
    <item>
      <title>FreeBSD 8.2 support?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/FreeBSD-8-2-support/m-p/77380#M97090</link>
      <description>&lt;P&gt;Has anyone successfully installed splunk 4.2 on FreeBSD 8.x?  I'm getting the following error output on FreeBSD 8.2 from the intel pkg:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;gt; sudo pkg_add ~/splunk-4.2-96430-freebsd-6.1-intel.tgz 
pkg_add: could not find package /bin/uname !
tar: Unrecognized archive format
tar: +CONTENTS: Not found in archive
tar: Error exit delayed from previous errors.
pkg_add: tar extract of /bin/mv failed!
pkg_add: unable to extract table of contents file from '/bin/mv' - not a package?
pkg_add: autoload of dependency '/bin/mv' failed!
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It is acting like the download isn't really a package file and has dependencies on non-standard FreeBSD file locations.&lt;/P&gt;

&lt;P&gt;When I get some time I will rip the package apart and see what might be going wrong inside of it.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2011 04:54:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/FreeBSD-8-2-support/m-p/77380#M97090</guid>
      <dc:creator>wwwdrich</dc:creator>
      <dc:date>2011-04-08T04:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: FreeBSD 8.2 support?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/FreeBSD-8-2-support/m-p/77381#M97091</link>
      <description>&lt;P&gt;I've encountered the same problem. Splunk package has some weird dependencies. Solution goes smth like this (assuming the only file in current directory is splunk package file):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;tar zxf splunk-4.2-96430-freebsd-6.1-intel.tgz
rm splunk-4.2-96430-freebsd-6.1-intel.tgz
cat +CONTENTS | sed -e '/^@pkgdep/d' &amp;gt;CONTENTS.new
mv CONTENTS.new +CONTENTS
tar cf ../splunk-4.2-96430-freebsd-6.1-intel.tgz *
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You will find new package file in .. directory. Also, when installing at FreeBSD 8.1 amd64, there was some problem with python shared object:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/libexec/ld-elf.so.1: Shared object "libutil.so.7" not found, required by "python"42
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That was solved by simple &lt;CODE&gt;ln -s /lib/libutil.so.8 /lib/libutil.so.7&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2011 10:54:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/FreeBSD-8-2-support/m-p/77381#M97091</guid>
      <dc:creator>shd</dc:creator>
      <dc:date>2011-04-15T10:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: FreeBSD 8.2 support?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/FreeBSD-8-2-support/m-p/77382#M97092</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;/libexec/ld-elf.so.1: Shared object "libutil.so.7" not found, required by "python"42&lt;BR /&gt;
That was solved by simple ln -s /lib/libutil.so.8 /lib/libutil.so.7&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Thanks! this solution worked for me as well!&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2011 21:55:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/FreeBSD-8-2-support/m-p/77382#M97092</guid>
      <dc:creator>bhieric</dc:creator>
      <dc:date>2011-05-14T21:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: FreeBSD 8.2 support?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/FreeBSD-8-2-support/m-p/77383#M97093</link>
      <description>&lt;P&gt;You never want to symlink shared libraries to different versions.  The version number was bumped for a reason.  Install the misc/compat7x port to get libutil.so.7.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2011 21:18:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/FreeBSD-8-2-support/m-p/77383#M97093</guid>
      <dc:creator>dnelson</dc:creator>
      <dc:date>2011-06-29T21:18:47Z</dc:date>
    </item>
  </channel>
</rss>

