<?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: Unresolved symbol: vsnprintf in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-vsnprintf/m-p/2833644#M913045</link>
    <description>Usually this means that your C source code or one (or more) of object files you try to link into executable references this function as code (jump to it and execute). There's no its body (code) in all object files you give for linking, and linker can't find it in default library.&lt;BR /&gt;Please check if you missed any object file(s) to add to link list (or remove unneeded), check your source code for errors.&lt;BR /&gt;Eugeny</description>
    <pubDate>Fri, 25 Oct 2002 19:16:19 GMT</pubDate>
    <dc:creator>Eugeny Brychkov</dc:creator>
    <dc:date>2002-10-25T19:16:19Z</dc:date>
    <item>
      <title>Unresolved symbol: vsnprintf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-vsnprintf/m-p/2833643#M913044</link>
      <description>I am trying to start a program and got the following msg -&lt;BR /&gt;/usr/lib/dld.sl Unresolved symbol: vsnprintf (code) from &lt;MYPROG&gt;&lt;BR /&gt;&lt;BR /&gt;OS - HP-UX 10.2&lt;BR /&gt;I just installed patches for aC++ runtime (aCC A.01.3)&lt;BR /&gt;&lt;/MYPROG&gt;</description>
      <pubDate>Fri, 25 Oct 2002 18:27:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-vsnprintf/m-p/2833643#M913044</guid>
      <dc:creator>J Young_2</dc:creator>
      <dc:date>2002-10-25T18:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved symbol: vsnprintf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-vsnprintf/m-p/2833644#M913045</link>
      <description>Usually this means that your C source code or one (or more) of object files you try to link into executable references this function as code (jump to it and execute). There's no its body (code) in all object files you give for linking, and linker can't find it in default library.&lt;BR /&gt;Please check if you missed any object file(s) to add to link list (or remove unneeded), check your source code for errors.&lt;BR /&gt;Eugeny</description>
      <pubDate>Fri, 25 Oct 2002 19:16:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-vsnprintf/m-p/2833644#M913045</guid>
      <dc:creator>Eugeny Brychkov</dc:creator>
      <dc:date>2002-10-25T19:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved symbol: vsnprintf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-vsnprintf/m-p/2833645#M913046</link>
      <description>Just as was said, but...&lt;BR /&gt;&lt;BR /&gt;vsnprintf() is a part of standart library, so I don't think that any object is missing. The change was made (probarly) by this patch. Check the description of vsnprintf() in manuals if this dos not requre any special linking now.&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Oct 2002 10:12:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-vsnprintf/m-p/2833645#M913046</guid>
      <dc:creator>Adam J Markiewicz</dc:creator>
      <dc:date>2002-10-28T10:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved symbol: vsnprintf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-vsnprintf/m-p/2833646#M913047</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;vsnprintf is in libc. You can check if it's present on your system with :&lt;BR /&gt;$ nm /usr/lib/libc.1 |grep vsnprintf&lt;BR /&gt;_vsnprintf          |    820136|uext  |stub   |&lt;BR /&gt;_vsnprintf          |   1187296|extern|entry  |&lt;BR /&gt;_vsnprintf          |   1187344|extern|code   |$CODE$&lt;BR /&gt;vsnprintf           |   1187320|extern|entry  |&lt;BR /&gt;vsnprintf           |   1187344|extern|code   |$CODE$&lt;BR /&gt;&lt;BR /&gt;If you don't have this output, update your libc.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jerome</description>
      <pubDate>Mon, 28 Oct 2002 10:21:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-vsnprintf/m-p/2833646#M913047</guid>
      <dc:creator>Jerome Baron</dc:creator>
      <dc:date>2002-10-28T10:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved symbol: vsnprintf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-vsnprintf/m-p/2833647#M913048</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did you check if there are any special instructions with these patches?&lt;BR /&gt;Can you provide me with the names of the patches?</description>
      <pubDate>Mon, 28 Oct 2002 13:05:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-vsnprintf/m-p/2833647#M913048</guid>
      <dc:creator>Emiel van Grinsven</dc:creator>
      <dc:date>2002-10-28T13:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved symbol: vsnprintf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-vsnprintf/m-p/2833648#M913049</link>
      <description>How do I update libc? I did an nm on the libc and I appear to be missing much of the baove output:&lt;BR /&gt;&lt;BR /&gt;# uname -a                                                   &lt;BR /&gt;HP-UX ebochpux B.10.20 A 9000/778 2014848671 two-user license&lt;BR /&gt;# nm /usr/lib/libc.1 |grep vsnprintf                         &lt;BR /&gt;_vsnprintf          |    827616|uext  |stub   |              &lt;BR /&gt;_vsnprintf          |   1147816|extern|entry  |              &lt;BR /&gt;_vsnprintf          |   1147840|extern|code   |$CODE$        &lt;BR /&gt;&lt;BR /&gt;Any help is appreciated.</description>
      <pubDate>Tue, 10 Jun 2003 04:40:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-vsnprintf/m-p/2833648#M913049</guid>
      <dc:creator>Alex Vargas</dc:creator>
      <dc:date>2003-06-10T04:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved symbol: vsnprintf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-vsnprintf/m-p/2833649#M913050</link>
      <description>Hi,&lt;BR /&gt;just found an interesting document:&lt;BR /&gt;&lt;BR /&gt;###############&lt;BR /&gt;vsnprintf does not have a specific header file in HP-UX 10.20.&lt;BR /&gt;vsnprintf support begins at HP-UX 10.30.  This information is documented&lt;BR /&gt;in the 10.30 release notes.&lt;BR /&gt;&lt;BR /&gt;Although vsnprintf exists in the 10.20 version of libc, it is not&lt;BR /&gt;documented, and not present in header files.&lt;BR /&gt;#################&lt;BR /&gt;&lt;BR /&gt;So i guess your program might be custom.... &lt;BR /&gt;which patch did you installed ?&lt;BR /&gt;&lt;BR /&gt;have you a copy of your libc BEFORE patching, to check with the commands suggested by the others ?&lt;BR /&gt;&lt;BR /&gt;May be you should think about a replacement for the libc... i will never suggest to remove a patch.&lt;BR /&gt;&lt;BR /&gt;  Massimo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jun 2003 05:33:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unresolved-symbol-vsnprintf/m-p/2833649#M913050</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-06-10T05:33:43Z</dc:date>
    </item>
  </channel>
</rss>

