<?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: library error, in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/library-error/m-p/4123843#M315178</link>
    <description>I hv already copied the libraries to /usr/loca/lib&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 03 Jan 2008 14:01:47 GMT</pubDate>
    <dc:creator>aruns_s</dc:creator>
    <dc:date>2008-01-03T14:01:47Z</dc:date>
    <item>
      <title>library error,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/library-error/m-p/4123841#M315176</link>
      <description>After installing wget on an hp-ux machine, we got following error, &lt;BR /&gt;# wget&lt;BR /&gt;/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libcrypto.sl&lt;BR /&gt;/usr/lib/dld.sl: No such file or directory&lt;BR /&gt;Abort(coredump)&lt;BR /&gt;&lt;BR /&gt;libcrypto.sl was present under /usr/lib.&lt;BR /&gt;&lt;BR /&gt;# ls /usr/lib/libcry*&lt;BR /&gt;libcrypt.a          libcrypto.sl        libcrypto.sl.0.9.7  libcryptx.sl&lt;BR /&gt;libcrypto.a         libcrypto.sl.0      libcryptx.0&lt;BR /&gt;&lt;BR /&gt;so I have copied libraries to /usr/local/lib&lt;BR /&gt;&lt;BR /&gt;After copying library files, I got following error, &lt;BR /&gt;&lt;BR /&gt;wget&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __shlinit (code)  from /opt/wbem/lib/libpegc&lt;BR /&gt;ommon.1&lt;BR /&gt;&lt;BR /&gt;Please advice&lt;BR /&gt;Thanks &lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jan 2008 13:50:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/library-error/m-p/4123841#M315176</guid>
      <dc:creator>aruns_s</dc:creator>
      <dc:date>2008-01-03T13:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: library error,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/library-error/m-p/4123842#M315177</link>
      <description>Hi arun&lt;BR /&gt;&lt;BR /&gt;better you create a soft link the library file to that position&lt;BR /&gt;&lt;BR /&gt;#ln -s /usr/lib/libcrypto.sl /usr/local/lib/libcrypto.sl</description>
      <pubDate>Thu, 03 Jan 2008 13:58:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/library-error/m-p/4123842#M315177</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-01-03T13:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: library error,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/library-error/m-p/4123843#M315178</link>
      <description>I hv already copied the libraries to /usr/loca/lib&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jan 2008 14:01:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/library-error/m-p/4123843#M315178</guid>
      <dc:creator>aruns_s</dc:creator>
      <dc:date>2008-01-03T14:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: library error,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/library-error/m-p/4123844#M315179</link>
      <description>is it works?&lt;BR /&gt;&lt;BR /&gt;I have doubt it will not work.&lt;BR /&gt;&lt;BR /&gt;if don't please soft link to that location.</description>
      <pubDate>Thu, 03 Jan 2008 14:03:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/library-error/m-p/4123844#M315179</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-01-03T14:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: library error,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/library-error/m-p/4123845#M315180</link>
      <description>&amp;gt; After installing wget [...]&lt;BR /&gt;&lt;BR /&gt;Starting from which kit?  (Built how?)&lt;BR /&gt;Sometimes it pays to build things like this&lt;BR /&gt;from the source.  Especially if your compiler&lt;BR /&gt;and run-time libraries differ from those used&lt;BR /&gt;whrn a particular binary kit was created.</description>
      <pubDate>Thu, 03 Jan 2008 15:04:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/library-error/m-p/4123845#M315180</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-01-03T15:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: library error,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/library-error/m-p/4123846#M315181</link>
      <description>&amp;gt;Unresolved symbol: __shlinit (code) /opt/wbem/lib/libpegcommon.1&lt;BR /&gt;&lt;BR /&gt;Are you using libpegcommon.1 in your application?  Or is this because you picked the wrong libcrypto.sl?&lt;BR /&gt;&lt;BR /&gt;This error occurs if you don't have the aC++ runtime linked into your application.</description>
      <pubDate>Fri, 04 Jan 2008 03:58:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/library-error/m-p/4123846#M315181</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-01-04T03:58:27Z</dc:date>
    </item>
  </channel>
</rss>

