<?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 GNU Tar on HP-UX issues in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gnu-tar-on-hp-ux-issues/m-p/3918481#M285583</link>
    <description>Hello all, I am having an issue installing GNU Tar on an Itanium HPUX 11.23 machine.  I have installed all dependencies (gettext and libiconv) so I do not believe it to be a dependency problem, however it could be a linking problem.  The installation seems to go smoothly with the itanium binary but when I attempt to use gnu tar it gives me the following error:&lt;BR /&gt;&lt;BR /&gt;/usr/lib/hpux32/dld.so: Unsatisfied code symbol '__umodsi3' in load module '/usr/local/bin/gtar'.&lt;BR /&gt;Killed&lt;BR /&gt;&lt;BR /&gt;Any clues may be very helpful.&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
    <pubDate>Thu, 28 Dec 2006 08:50:52 GMT</pubDate>
    <dc:creator>James Deese</dc:creator>
    <dc:date>2006-12-28T08:50:52Z</dc:date>
    <item>
      <title>GNU Tar on HP-UX issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gnu-tar-on-hp-ux-issues/m-p/3918481#M285583</link>
      <description>Hello all, I am having an issue installing GNU Tar on an Itanium HPUX 11.23 machine.  I have installed all dependencies (gettext and libiconv) so I do not believe it to be a dependency problem, however it could be a linking problem.  The installation seems to go smoothly with the itanium binary but when I attempt to use gnu tar it gives me the following error:&lt;BR /&gt;&lt;BR /&gt;/usr/lib/hpux32/dld.so: Unsatisfied code symbol '__umodsi3' in load module '/usr/local/bin/gtar'.&lt;BR /&gt;Killed&lt;BR /&gt;&lt;BR /&gt;Any clues may be very helpful.&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
      <pubDate>Thu, 28 Dec 2006 08:50:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gnu-tar-on-hp-ux-issues/m-p/3918481#M285583</guid>
      <dc:creator>James Deese</dc:creator>
      <dc:date>2006-12-28T08:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: GNU Tar on HP-UX issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gnu-tar-on-hp-ux-issues/m-p/3918482#M285584</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Checklist:&lt;BR /&gt;1) Make sure the file is there.&lt;BR /&gt;2) Make sure SHLIB_PATH includes this path at install time(should not matter).&lt;BR /&gt;3) Make sure the system is not the Base 11.23 OS and has a QPK later than May 2005 on it.&lt;BR /&gt;4) You may have a gtar bug, you may wish to try and find a previous version.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 28 Dec 2006 08:59:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gnu-tar-on-hp-ux-issues/m-p/3918482#M285584</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-12-28T08:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: GNU Tar on HP-UX issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gnu-tar-on-hp-ux-issues/m-p/3918483#M285585</link>
      <description>Do an "ldd /usr/local/bin/gtar" and make sure that every library listed is installed. You may need to set SHLIB_PATH to help it find any missing libraries -- or copy the libraries to the indicated located.</description>
      <pubDate>Thu, 28 Dec 2006 09:38:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gnu-tar-on-hp-ux-issues/m-p/3918483#M285585</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-12-28T09:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: GNU Tar on HP-UX issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gnu-tar-on-hp-ux-issues/m-p/3918484#M285586</link>
      <description>Thanks for the quick responses, the output of "/ldd /usr/local/bin/gtar" is as follows:&lt;BR /&gt;&lt;BR /&gt;        libintl.so =&amp;gt;   /usr/local/lib/hpux32/libintl.so&lt;BR /&gt;        libiconv.so =&amp;gt;  /usr/local/lib/hpux32/libiconv.so&lt;BR /&gt;        libc.so.1 =&amp;gt;    /usr/lib/hpux32/libc.so.1&lt;BR /&gt;        libc.so.1 =&amp;gt;    /usr/lib/hpux32/libc.so.1&lt;BR /&gt;        libdl.so.1 =&amp;gt;   /usr/lib/hpux32/libdl.so.1&lt;BR /&gt;&lt;BR /&gt;so looks like all required dependencies are there.  I checked manually to see those files in the given locations as well.  All looks good.&lt;BR /&gt;&lt;BR /&gt;I put "/usr/lib/hpux32/dld.so" in the SHLIB_PATH variable and reinstalled the tar depot.  Same error.  I am attempting to find an older version to try that.  &lt;BR /&gt;&lt;BR /&gt;This is a stretch, but any chance that there is a problem with it looking for hpux32/dld.so instead of hpux64/dld.so since it is on an itanium 64?  All packages that I have used have been itanium depots this is probably not a problem.&lt;BR /&gt;&lt;BR /&gt;Thanks again, &lt;BR /&gt;&lt;BR /&gt;James&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Dec 2006 10:07:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gnu-tar-on-hp-ux-issues/m-p/3918484#M285586</guid>
      <dc:creator>James Deese</dc:creator>
      <dc:date>2006-12-28T10:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: GNU Tar on HP-UX issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gnu-tar-on-hp-ux-issues/m-p/3918485#M285587</link>
      <description>&amp;gt; The installation [...]&lt;BR /&gt;&lt;BR /&gt;"The installation" of what, exactly?  Some&lt;BR /&gt;depot from somewhere?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I put "/usr/lib/hpux32/dld.so" in the&lt;BR /&gt;&amp;gt; SHLIB_PATH variable [...]&lt;BR /&gt;&lt;BR /&gt;"/usr/lib/hpux32/dld.so" is the "dynamic&lt;BR /&gt;loader" (see "man ld").  It's the guy who's&lt;BR /&gt;_looking_ for the missing module, not the guy&lt;BR /&gt;who _has_ the missing module,&lt;BR /&gt;&lt;BR /&gt;You might find that the simple solution is to&lt;BR /&gt;build GNU "tar" from the sources.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.gnu.org/software/tar/" target="_blank"&gt;http://www.gnu.org/software/tar/&lt;/A&gt;</description>
      <pubDate>Thu, 28 Dec 2006 11:12:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gnu-tar-on-hp-ux-issues/m-p/3918485#M285587</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-12-28T11:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: GNU Tar on HP-UX issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gnu-tar-on-hp-ux-issues/m-p/3918486#M285588</link>
      <description>I think __umodsi3 and a few other similarly-named symbols are normally in libgcc. In the past I've seen problems where those are needed but the binary isn't linked to gcc when I was mixing and matching binaries and libraries that were generated by different gcc packages.</description>
      <pubDate>Thu, 28 Dec 2006 17:53:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gnu-tar-on-hp-ux-issues/m-p/3918486#M285588</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2006-12-28T17:53:14Z</dc:date>
    </item>
  </channel>
</rss>

