<?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: Function from dynamic shared library not registered in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/function-from-dynamic-shared-library-not-registered/m-p/5235154#M675822</link>
    <description>&amp;gt;When executing my executable that will call this function using shared library, it says: "function identifier not find"&lt;BR /&gt;&lt;BR /&gt;You'll need to print out all of the function in your map to make sure you have the right number.&lt;BR /&gt;Are you using dlopen(3)?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;A.06.00 [Aug 25 2004]&lt;BR /&gt;&lt;BR /&gt;This is not supported.  The current version is A.06.25.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Could you please help me find why it is working well on all OS except Integrity? &lt;BR /&gt;&lt;BR /&gt;You are going to have to provide more details, actual code.</description>
    <pubDate>Thu, 15 Apr 2010 08:43:50 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2010-04-15T08:43:50Z</dc:date>
    <item>
      <title>Function from dynamic shared library not registered</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/function-from-dynamic-shared-library-not-registered/m-p/5235153#M675821</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I'm working on HPUX Itanium 11.23 64 bits. Code is C++.&lt;BR /&gt;&lt;BR /&gt;My code is compiling well and my shared library is successfully generated and loaded into my executable. In this library I have a dummy function that is registered during compilation (i.e simply added into a map of functions) When executing my executable that will call this function using shared library, it says: "function identifier not find" (i.e function not in my map of functions)&lt;BR /&gt;&lt;BR /&gt;This behavior only happens on Itanium, it is working fine on PARISC and Tru64 (even on Sun)&lt;BR /&gt;&lt;BR /&gt;My compiler is aCC:&lt;BR /&gt;aCC: HP aC++/ANSI C B3910B A.06.00 [Aug 25 2004]&lt;BR /&gt;&lt;BR /&gt;Linker Compilation options are:&lt;BR /&gt;/opt/aCC/bin/aCC -b +DD64 -AA -Wl,+k -L. -Wl,+b/usr/opt/tns/lib my_function.o -o my_lib.so&lt;BR /&gt;&lt;BR /&gt;Could you please help me find why it is working well on all OS except itanium? Do I miss something in compilation?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;eBilger&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Apr 2010 07:23:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/function-from-dynamic-shared-library-not-registered/m-p/5235153#M675821</guid>
      <dc:creator>eBilger</dc:creator>
      <dc:date>2010-04-15T07:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Function from dynamic shared library not registered</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/function-from-dynamic-shared-library-not-registered/m-p/5235154#M675822</link>
      <description>&amp;gt;When executing my executable that will call this function using shared library, it says: "function identifier not find"&lt;BR /&gt;&lt;BR /&gt;You'll need to print out all of the function in your map to make sure you have the right number.&lt;BR /&gt;Are you using dlopen(3)?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;A.06.00 [Aug 25 2004]&lt;BR /&gt;&lt;BR /&gt;This is not supported.  The current version is A.06.25.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Could you please help me find why it is working well on all OS except Integrity? &lt;BR /&gt;&lt;BR /&gt;You are going to have to provide more details, actual code.</description>
      <pubDate>Thu, 15 Apr 2010 08:43:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/function-from-dynamic-shared-library-not-registered/m-p/5235154#M675822</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-04-15T08:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Function from dynamic shared library not registered</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/function-from-dynamic-shared-library-not-registered/m-p/5235155#M675823</link>
      <description>Hello Dennis,&lt;BR /&gt;&lt;BR /&gt;First of all thank you for your answer.&lt;BR /&gt;&lt;BR /&gt;I've updated aC++ compiler to A.06.02 and I'm recompiling my code. How could I upgrade aC++ to a newer version?&lt;BR /&gt;&lt;BR /&gt;If the issue still occurs with the patched compiler, I'll send you the corresponding code. I'll keep you informed.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;eBilger</description>
      <pubDate>Thu, 15 Apr 2010 11:45:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/function-from-dynamic-shared-library-not-registered/m-p/5235155#M675823</guid>
      <dc:creator>eBilger</dc:creator>
      <dc:date>2010-04-15T11:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Function from dynamic shared library not registered</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/function-from-dynamic-shared-library-not-registered/m-p/5235156#M675824</link>
      <description>&amp;gt;I've updated aC++ compiler to A.06.02&lt;BR /&gt;&lt;BR /&gt;That's still obsolete.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;How could I upgrade aC++ to a newer version?&lt;BR /&gt;&lt;BR /&gt;If you have a support contract, you can download it from the SUM program, see link to left: Software Update Manager&lt;BR /&gt;&lt;BR /&gt;Otherwise you must purchase it.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;If the issue still occurs with the patched compiler&lt;BR /&gt;&lt;BR /&gt;It probably still will.</description>
      <pubDate>Thu, 15 Apr 2010 22:06:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/function-from-dynamic-shared-library-not-registered/m-p/5235156#M675824</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-04-15T22:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Function from dynamic shared library not registered</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/function-from-dynamic-shared-library-not-registered/m-p/5235157#M675825</link>
      <description>Hello Dennis,&lt;BR /&gt;&lt;BR /&gt;Sorry for this delay but I was busy. I've updated aC++ compiler on our itanium (from A.06.00 to A.06.15) and it is now working well :)&lt;BR /&gt;&lt;BR /&gt;Thank you for your help.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;eBilger</description>
      <pubDate>Tue, 20 Apr 2010 12:01:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/function-from-dynamic-shared-library-not-registered/m-p/5235157#M675825</guid>
      <dc:creator>eBilger</dc:creator>
      <dc:date>2010-04-20T12:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Function from dynamic shared library not registered</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/function-from-dynamic-shared-library-not-registered/m-p/5235158#M675826</link>
      <description>update to aC++ compiler A.06.15</description>
      <pubDate>Tue, 20 Apr 2010 12:02:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/function-from-dynamic-shared-library-not-registered/m-p/5235158#M675826</guid>
      <dc:creator>eBilger</dc:creator>
      <dc:date>2010-04-20T12:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Function from dynamic shared library not registered</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/function-from-dynamic-shared-library-not-registered/m-p/5235159#M675827</link>
      <description>&amp;gt;it is now working well :)&lt;BR /&gt;&lt;BR /&gt;If you are happy with the answers you got, please read the following about reopening threads and assigning points:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/helptips.do?#41" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/helptips.do?#41&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;</description>
      <pubDate>Tue, 20 Apr 2010 21:52:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/function-from-dynamic-shared-library-not-registered/m-p/5235159#M675827</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-04-20T21:52:51Z</dc:date>
    </item>
  </channel>
</rss>

