<?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: 11V2 migration - Unsatisfied Symbols : HPPACCVAD in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/11v2-migration-unsatisfied-symbols-hppaccvad/m-p/3978163#M94493</link>
    <description>&lt;BR /&gt;Hello, &lt;BR /&gt;&lt;BR /&gt;From your reply, we believe that there is no library having the implemenation of 'HPPACCVAD' in 11V2 version. If not, could you please let me know the library file which has the implementation so that we can use that library to create our executable without any issues?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Sathish</description>
    <pubDate>Wed, 11 Apr 2007 07:16:44 GMT</pubDate>
    <dc:creator>sathis kumar</dc:creator>
    <dc:date>2007-04-11T07:16:44Z</dc:date>
    <item>
      <title>11V2 migration - Unsatisfied Symbols : HPPACCVAD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/11v2-migration-unsatisfied-symbols-hppaccvad/m-p/3978161#M94491</link>
      <description>&lt;BR /&gt;Currently we are working on migrating our applications from HP-UX 11i to HP-UX 11V2.&lt;BR /&gt;&lt;BR /&gt;1) We are getting unsatisfied symbols while trying to compile/link our application in UNIX 11V2. It does not give any error message when we do it in UNIX 11i version.&lt;BR /&gt;&lt;BR /&gt;When we exeucte the following query on UNIX 11i version, &lt;BR /&gt;&lt;BR /&gt;for i in `ls /lib/*.a /usr/lib/*.a /usr/lib/hpux32/*.a`&lt;BR /&gt;do&lt;BR /&gt;nm $i | grep HPPACCVAD&amp;amp;&amp;amp; echo $i&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;We get the following output:&lt;BR /&gt;&lt;BR /&gt;nm:  /lib/libbomb.a:  cannot open&lt;BR /&gt;HPPACCVAD           |       112|extern|entry  |$CODE$&lt;BR /&gt;/lib/libcl.a&lt;BR /&gt;nm:  /usr/lib/libbomb.a:  cannot open&lt;BR /&gt;HPPACCVAD           |       112|extern|entry  |$CODE$&lt;BR /&gt;/usr/lib/libcl.a&lt;BR /&gt;&lt;BR /&gt;From this, we can understand that the implementation of function 'HPPACCVAD' is been done in library 'libcl.a'. &lt;BR /&gt;&lt;BR /&gt;We tried the same query in UNIX 11V2 and we are unable to find the implementation of function 'HPPACCVAD' in any library file. Could you please let us know which library has the implementation of function 'HPPACCVAD' ?&lt;BR /&gt;&lt;BR /&gt;2)Also, about the shared library usage, in HP-UX 11i,  we refer those libraries with .sl extension. But, in 11V2, we believe it has to be referred with .so extension. Could you please correct me if this is wrong?&lt;BR /&gt;&lt;BR /&gt;3)We use 'nm' command to see the symbols of an object file(.o)/library file(.a or .sl) in HP-UX 11i. But, if we use 'nm' to see the symbols of an .so file ( in HP-UX 11V2 ), the contents are not correct. Could you please let us know which command we have to use to see the symbols of .so file in 11V2 ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Apr 2007 07:45:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/11v2-migration-unsatisfied-symbols-hppaccvad/m-p/3978161#M94491</guid>
      <dc:creator>sathis kumar</dc:creator>
      <dc:date>2007-04-10T07:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: 11.23 migration - Unsatisfied Symbols: HPPACCVAD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/11v2-migration-unsatisfied-symbols-hppaccvad/m-p/3978162#M94492</link>
      <description>&lt;P&gt;&amp;gt;HP-UX 11V2.&lt;BR /&gt;&lt;BR /&gt;This is a imprecise term. Did you mean you are on Integrity?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;we can understand that the implementation of function 'HPPACCVAD' is been done in library libcl.a.&lt;BR /&gt;&lt;BR /&gt;Yes, HPPAC is in libcl for PA only. These are functions ported from MPE/iX. And have since been removed on IPF.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;in 11V2, we believe it has to be referred with .so extension.&lt;BR /&gt;&lt;BR /&gt;Yes, on IPF, you should use .so.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;if we use 'nm' to see the symbols of an .so file, the contents are not correct.&lt;BR /&gt;&lt;BR /&gt;nm(1) should work on shared libs, unless a tricky person made them and hid or stripped symbols. Then you use:&lt;BR /&gt;$ elfdump -n .dynsym -s&lt;BR /&gt;&lt;BR /&gt;What do you mean by "not correct"?&lt;/P&gt;</description>
      <pubDate>Sun, 25 Sep 2011 02:46:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/11v2-migration-unsatisfied-symbols-hppaccvad/m-p/3978162#M94492</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-09-25T02:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: 11V2 migration - Unsatisfied Symbols : HPPACCVAD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/11v2-migration-unsatisfied-symbols-hppaccvad/m-p/3978163#M94493</link>
      <description>&lt;BR /&gt;Hello, &lt;BR /&gt;&lt;BR /&gt;From your reply, we believe that there is no library having the implemenation of 'HPPACCVAD' in 11V2 version. If not, could you please let me know the library file which has the implementation so that we can use that library to create our executable without any issues?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Sathish</description>
      <pubDate>Wed, 11 Apr 2007 07:16:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/11v2-migration-unsatisfied-symbols-hppaccvad/m-p/3978163#M94493</guid>
      <dc:creator>sathis kumar</dc:creator>
      <dc:date>2007-04-11T07:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: 11V2 migration - Unsatisfied Symbols : HPPACCVAD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/11v2-migration-unsatisfied-symbols-hppaccvad/m-p/3978164#M94494</link>
      <description>You did not mention the name of the programming language you're using. Is it FORTRAN? If so, I think it would be important to know which version of FORTRAN are you using: FORTRAN 77, Fortran 90/95 or something else?&lt;BR /&gt;&lt;BR /&gt;If I understood Dennis correctly, there is *no* implementation of "HPPACCVAD" in 11v2 on Itanium platform *at all*. &lt;BR /&gt;&lt;BR /&gt;You should change the source code of your program to use a more modern API that does the same thing. This old MPE/iX API is gone.&lt;BR /&gt;&lt;BR /&gt;A quick Google search produced this documentation for HPPACCVAD:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/doc3k/B3265090029.10455/78" target="_blank"&gt;http://docs.hp.com/cgi-bin/doc3k/B3265090029.10455/78&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Looks like it's just a function to convert numbers in ASCII strings into another storage format. Even re-implementing that (if there is no other way) should not be a huge problem.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 11 Apr 2007 08:15:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/11v2-migration-unsatisfied-symbols-hppaccvad/m-p/3978164#M94494</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-04-11T08:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: 11.23 migration - Unsatisfied Symbols: HPPACCVAD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/11v2-migration-unsatisfied-symbols-hppaccvad/m-p/3978165#M94495</link>
      <description>&lt;P&gt;&amp;gt;we believe that there is no library having the implementation of 'HPPACCVAD' in 11V2 version.&lt;BR /&gt;&lt;BR /&gt;That is correct. HPPAC was not ported to Integrity. (Again, this has nothing to do with 11v2.)&lt;/P&gt;</description>
      <pubDate>Sun, 25 Sep 2011 02:47:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/11v2-migration-unsatisfied-symbols-hppaccvad/m-p/3978165#M94495</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-09-25T02:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: 11.23 migration - Unsatisfied Symbols: HPPACCVAD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/11v2-migration-unsatisfied-symbols-hppaccvad/m-p/3978166#M94496</link>
      <description>&lt;P&gt;&amp;gt;MK: If I understood Dennis correctly, there is *no* implementation of "HPPACCVAD" in 11v2 on Integrity platform *at all*.&lt;BR /&gt;&lt;BR /&gt;Right. CVAD is a port of the HP3000 (16 bit) machine instruction, that COBOLII used. Over 3 architectures + OSs obsolete.&lt;BR /&gt;&lt;BR /&gt;It was never used in COBOLII/iX and was only other languages.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Looks like it's just a function to convert numbers in ASCII strings into another storage format. Even re-implementing that should not be a huge problem.&lt;BR /&gt;&lt;BR /&gt;Right it just does nibble packing and range checking.&lt;/P&gt;</description>
      <pubDate>Sun, 25 Sep 2011 02:48:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/11v2-migration-unsatisfied-symbols-hppaccvad/m-p/3978166#M94496</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-09-25T02:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: 11.23 migration - Unsatisfied Symbols: HPPACCVAD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/11v2-migration-unsatisfied-symbols-hppaccvad/m-p/3978167#M94497</link>
      <description>&lt;P&gt;libhppac.so.1 will be added to 11.23 in a future patch: PHSS_37041&lt;/P&gt;&lt;P&gt;And 11.31: PHSS_37042&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2012 05:24:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/11v2-migration-unsatisfied-symbols-hppaccvad/m-p/3978167#M94497</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-04-10T05:24:26Z</dc:date>
    </item>
  </channel>
</rss>

