<?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 Get error libc.2 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/get-error-libc-2/m-p/2869989#M821935</link>
    <description>My system;;;&lt;BR /&gt;HP-UX nm1320 B.10.20 A 9000/785 2010246736 two-user license&lt;BR /&gt;&lt;BR /&gt;I get the following error, does anyone know how to fix?&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Can't open shared library: /usr/lib/libc.2&lt;BR /&gt;/usr/lib/dld.sl: No such file or directory&lt;BR /&gt;ABORT instruction (core dumped)&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Tue, 24 Dec 2002 23:32:19 GMT</pubDate>
    <dc:creator>Randol Tigrett</dc:creator>
    <dc:date>2002-12-24T23:32:19Z</dc:date>
    <item>
      <title>Get error libc.2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-error-libc-2/m-p/2869989#M821935</link>
      <description>My system;;;&lt;BR /&gt;HP-UX nm1320 B.10.20 A 9000/785 2010246736 two-user license&lt;BR /&gt;&lt;BR /&gt;I get the following error, does anyone know how to fix?&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Can't open shared library: /usr/lib/libc.2&lt;BR /&gt;/usr/lib/dld.sl: No such file or directory&lt;BR /&gt;ABORT instruction (core dumped)&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 24 Dec 2002 23:32:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-error-libc-2/m-p/2869989#M821935</guid>
      <dc:creator>Randol Tigrett</dc:creator>
      <dc:date>2002-12-24T23:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Get error libc.2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-error-libc-2/m-p/2869990#M821936</link>
      <description>Some suggestions:&lt;BR /&gt;-1st verfiy that all patches on ur system are all configured properly, for example, no return should came out of the following command:&lt;BR /&gt;# swlist -l fileset -a state |grep -v \# |grep -v config&lt;BR /&gt;if the above command some patches are shown as INSTALLED, run swconfig PHXX_XXXXX or swconfig \* more info are found in Patch_Management paper in /usr/share/doc if ur system is current with patches&lt;BR /&gt;&lt;BR /&gt;-2nd what /usr/lib/dld.sl &amp;amp; what /usr/lib/libc.2 should tell you the reversions &amp;amp; the patch level they are at. validate it the patches on the ITRC patch database.&lt;BR /&gt;Cheers,&lt;BR /&gt;T??&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Dec 2002 23:46:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-error-libc-2/m-p/2869990#M821936</guid>
      <dc:creator>T. M. Louah</dc:creator>
      <dc:date>2002-12-24T23:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Get error libc.2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-error-libc-2/m-p/2869991#M821937</link>
      <description>The usual cause for this is trying to run a program on 10.20 that was built on a later release.  While 10.20 binaries will generally run on later versions of HP-UX, there is no guarantee that programs built on a newer version of HP-UX will run on an older version.&lt;BR /&gt;In this particular case, you are trying to use a version of libc that did not exist on the older HP-UX release.&lt;BR /&gt;&lt;BR /&gt;The solution is usually to rebuild the application in question on the older release.&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Dec 2002 02:50:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-error-libc-2/m-p/2869991#M821937</guid>
      <dc:creator>doug hosking</dc:creator>
      <dc:date>2002-12-26T02:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Get error libc.2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-error-libc-2/m-p/2869992#M821938</link>
      <description>Install the libC cumulative patch&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_25640&amp;amp;context=hpux:700:10:20" target="_blank"&gt;http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_25640&amp;amp;context=hpux:700:10:20&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;PHCO_25640&lt;BR /&gt;&lt;BR /&gt;This should install those missing files&lt;BR /&gt;&lt;BR /&gt;REvert</description>
      <pubDate>Thu, 26 Dec 2002 06:44:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-error-libc-2/m-p/2869992#M821938</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-12-26T06:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Get error libc.2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-error-libc-2/m-p/2869993#M821939</link>
      <description>Check your LD_LIBRARY_PATH</description>
      <pubDate>Thu, 26 Dec 2002 09:07:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-error-libc-2/m-p/2869993#M821939</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2002-12-26T09:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Get error libc.2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-error-libc-2/m-p/2869994#M821940</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;libc.2 only comes with 11.00, so just recompile your prog on a 10.20 system and it should work.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Thu, 26 Dec 2002 10:48:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-error-libc-2/m-p/2869994#M821940</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2002-12-26T10:48:05Z</dc:date>
    </item>
  </channel>
</rss>

