<?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: dld.sl unsat errors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-dld-sl-error/m-p/5442889#M640032</link>
    <description>&lt;P&gt;&amp;gt;the symbols $RECOVER_... are not available in your code.&lt;BR /&gt;&amp;gt;you should check on your executable doing a&lt;BR /&gt;&amp;gt;nm .... | grep RECOVER&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If these symbols aren't exported, it will also fail.&amp;nbsp; FOr PA32, check with:&lt;/P&gt;&lt;P&gt;odump -slexport ... | grep RECOVER&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This could happen if the executable is now run against a new shlib version that now requires the aC++ runtime.&lt;/P&gt;&lt;P&gt;Or possibly use of an exported LD_PRELOAD for the whole session.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jan 2012 20:45:13 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2012-01-09T20:45:13Z</dc:date>
    <item>
      <title>/usr/dld.sl error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-dld-sl-error/m-p/3492832#M640024</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have a problem with vp390 agent with OVO 8.10 on hp-ux 11.11 environment.&lt;BR /&gt;When I try to manage the "vp390sv" command, I have the following error in output:&lt;BR /&gt;&lt;BR /&gt;------ Domain test1pt ------&lt;BR /&gt;Starting vp390mms (Master Message Server)...&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: $RECOVER_START (data)  from /usr/lib/libcl.2&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: $RECOVER_END (data)  from /usr/lib/libcl.2&lt;BR /&gt;/usr/lib/dld.sl: Unresolved module for symbol: U_get_previous_frame_x (code)  from /usr/lib/libCsup.2&lt;BR /&gt;Starting vp390cs (Command Server)...&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: $RECOVER_START (data)  from /usr/lib/libcl.2&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: $RECOVER_END (data)  from /usr/lib/libcl.2&lt;BR /&gt;/usr/lib/dld.sl: Unresolved module for symbol: U_get_previous_frame_x (code)  from /usr/lib/libCsup.2&lt;BR /&gt;Starting vp390alertsv (Alert Server)...&lt;BR /&gt;Starting vp390statman (Status Manager)...&lt;BR /&gt;root@suxdb01[/usr/lib]# eEVOSOK001  Alert Server failed calling read(), reason: I/O error&lt;BR /&gt;EVOSOK080  Alert Server failed reading HCI socket, reason: I/O error&lt;BR /&gt;EVOEXE102  Alert Server process of domain test1pt has exited.&lt;BR /&gt;&lt;BR /&gt;I don't know how to solve this problem..&lt;BR /&gt;&lt;BR /&gt;have u some idea??&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Vinc.</description>
      <pubDate>Thu, 24 Feb 2005 10:47:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-dld-sl-error/m-p/3492832#M640024</guid>
      <dc:creator>Vincenzo Capasso</dc:creator>
      <dc:date>2005-02-24T10:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/dld.sl error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-dld-sl-error/m-p/3492833#M640025</link>
      <description>1) check that SHLIB_PATH=/usr/lib  ... echo $SHLIB_PATH&lt;BR /&gt;&lt;BR /&gt;2) Check that the binary is installed correctly&lt;BR /&gt;   swlist -a state | grep -i binary name&lt;BR /&gt;&lt;BR /&gt;or swconfigure \*&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 24 Feb 2005 10:52:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-dld-sl-error/m-p/3492833#M640025</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-02-24T10:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/dld.sl error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-dld-sl-error/m-p/3492834#M640026</link>
      <description>Hello Vincenzo,&lt;BR /&gt;&lt;BR /&gt;I just have the same problem. Any clue on how you resolved it ??&lt;BR /&gt;&lt;BR /&gt;thanks in advance.</description>
      <pubDate>Mon, 11 Apr 2005 11:55:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-dld-sl-error/m-p/3492834#M640026</guid>
      <dc:creator>100035354</dc:creator>
      <dc:date>2005-04-11T11:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/dld.sl error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-dld-sl-error/m-p/3492835#M640027</link>
      <description>$RECOVER_START $RECOVER_END&lt;BR /&gt;are symbols added to structures used to stack unwind.&lt;BR /&gt;&lt;BR /&gt;didn't you strip your executable?&lt;BR /&gt;Else what options did you compile and link with?</description>
      <pubDate>Tue, 12 Apr 2005 01:42:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-dld-sl-error/m-p/3492835#M640027</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2005-04-12T01:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/dld.sl error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-dld-sl-error/m-p/3492836#M640028</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is the /lib and /usr/lib soft linked??&lt;BR /&gt;&lt;BR /&gt;If not you have to create /lib linked to /usr/lib.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Naveej</description>
      <pubDate>Tue, 12 Apr 2005 01:49:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-dld-sl-error/m-p/3492836#M640028</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2005-04-12T01:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/dld.sl error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-dld-sl-error/m-p/3492837#M640029</link>
      <description>I have already checked that /lib is linked to /usr/lib, so the problem persists.&lt;BR /&gt;Any other clue ?&lt;BR /&gt;&lt;BR /&gt;I guess it's got to be with some kind of system patch, but which one ...??&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Rgds.</description>
      <pubDate>Tue, 12 Apr 2005 02:26:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-dld-sl-error/m-p/3492837#M640029</guid>
      <dc:creator>100035354</dc:creator>
      <dc:date>2005-04-12T02:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/dld.sl error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-dld-sl-error/m-p/3492838#M640030</link>
      <description>The message is clear; the symbole $RECOVER_... are not available in your code.&lt;BR /&gt;you should check on your executable doing a &lt;BR /&gt;nm .... |grep RECOVER&lt;BR /&gt;if those 2 symboles are not defined you are probably stripped.&lt;BR /&gt;Else there is no problem whith path because it is in libcl which we encounter the problem.&lt;BR /&gt;U_get_previous_frame_x() is not loaded because RECOVER* are not available in the program.</description>
      <pubDate>Tue, 12 Apr 2005 05:58:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-dld-sl-error/m-p/3492838#M640030</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2005-04-12T05:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/dld.sl error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-dld-sl-error/m-p/3492839#M640031</link>
      <description>Seems like I saw this once before and it was resolved in a later version of OVO</description>
      <pubDate>Tue, 12 Apr 2005 08:39:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-dld-sl-error/m-p/3492839#M640031</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2005-04-12T08:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: dld.sl unsat errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-dld-sl-error/m-p/5442889#M640032</link>
      <description>&lt;P&gt;&amp;gt;the symbols $RECOVER_... are not available in your code.&lt;BR /&gt;&amp;gt;you should check on your executable doing a&lt;BR /&gt;&amp;gt;nm .... | grep RECOVER&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If these symbols aren't exported, it will also fail.&amp;nbsp; FOr PA32, check with:&lt;/P&gt;&lt;P&gt;odump -slexport ... | grep RECOVER&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This could happen if the executable is now run against a new shlib version that now requires the aC++ runtime.&lt;/P&gt;&lt;P&gt;Or possibly use of an exported LD_PRELOAD for the whole session.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2012 20:45:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-dld-sl-error/m-p/5442889#M640032</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-01-09T20:45:13Z</dc:date>
    </item>
  </channel>
</rss>

