<?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: Runtime woes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/runtime-woes/m-p/3971416#M293063</link>
    <description>Clay: here's the ldd output (apachectl is a sh wrapper)&lt;BR /&gt;&lt;BR /&gt;/usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libpthread.1 =&amp;gt;        /usr/lib/libpthread.1&lt;BR /&gt;        /usr/lib/libm.2 =&amp;gt;      /usr/lib/libm.2&lt;BR /&gt;        /usr/local/httpd/lib/libapr-1.sl.2 =&amp;gt;   /usr/local/httpd/lib/libapr-1.sl.2&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libpthread.1 =&amp;gt;        /usr/lib/libpthread.1&lt;BR /&gt;        /usr/lib/libm.2 =&amp;gt;      /usr/lib/libm.2&lt;BR /&gt;        /usr/local/httpd/lib/libexpat.sl.1 =&amp;gt;   /usr/local/httpd/lib/libexpat.sl.1&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/local/httpd/lib/libaprutil-1.sl.2 =&amp;gt;       /usr/local/httpd/lib/libaprutil-1.sl.2&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libpthread.1 =&amp;gt;        /usr/lib/libpthread.1&lt;BR /&gt;        /usr/lib/libm.2 =&amp;gt;      /usr/lib/libm.2&lt;BR /&gt;        /usr/local/httpd/lib/libapr-1.sl.2 =&amp;gt;   /usr/local/httpd/lib/libapr-1.sl.2&lt;BR /&gt;        /usr/local/httpd/lib/libexpat.sl.1 =&amp;gt;   /usr/local/httpd/lib/libexpat.sl.1</description>
    <pubDate>Wed, 28 Mar 2007 12:43:24 GMT</pubDate>
    <dc:creator>Jeff Fulmer_1</dc:creator>
    <dc:date>2007-03-28T12:43:24Z</dc:date>
    <item>
      <title>Runtime woes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/runtime-woes/m-p/3971414#M293061</link>
      <description>I compiled apache on one HP-UX server. I've been able to move and successfully run the binary on three different 3440s here in our data center. But when I move the binary to our hosting company I get the following error on the 3440 there:&lt;BR /&gt;&lt;BR /&gt;$ sudo bin/apachectl start&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: getaddrinfo (code)  from /usr/local/httpd/lib/libapr-1.sl.2&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: getnameinfo (code)  from /usr/local/httpd/lib/libapr-1.sl.2&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: freeaddrinfo (code)  from /usr/local/httpd/lib/libapr-1.sl.2&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: gai_strerror (code)  from /usr/local/httpd/lib/libapr-1.sl.2&lt;BR /&gt;bin/apachectl[80]: 25766 Abort(coredump)&lt;BR /&gt;&lt;BR /&gt;Can anyone offer some insight?</description>
      <pubDate>Wed, 28 Mar 2007 12:33:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/runtime-woes/m-p/3971414#M293061</guid>
      <dc:creator>Jeff Fulmer_1</dc:creator>
      <dc:date>2007-03-28T12:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime woes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/runtime-woes/m-p/3971415#M293062</link>
      <description>It could be something as simple as you need to set SHLIB_PATH or you could be missing a shared library. Have you made sure that you installed all the run-time dependencies? As a first step, execute ldd /bin/apachectl and make sure that you have all the shared libraries.</description>
      <pubDate>Wed, 28 Mar 2007 12:40:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/runtime-woes/m-p/3971415#M293062</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-03-28T12:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime woes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/runtime-woes/m-p/3971416#M293063</link>
      <description>Clay: here's the ldd output (apachectl is a sh wrapper)&lt;BR /&gt;&lt;BR /&gt;/usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libpthread.1 =&amp;gt;        /usr/lib/libpthread.1&lt;BR /&gt;        /usr/lib/libm.2 =&amp;gt;      /usr/lib/libm.2&lt;BR /&gt;        /usr/local/httpd/lib/libapr-1.sl.2 =&amp;gt;   /usr/local/httpd/lib/libapr-1.sl.2&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libpthread.1 =&amp;gt;        /usr/lib/libpthread.1&lt;BR /&gt;        /usr/lib/libm.2 =&amp;gt;      /usr/lib/libm.2&lt;BR /&gt;        /usr/local/httpd/lib/libexpat.sl.1 =&amp;gt;   /usr/local/httpd/lib/libexpat.sl.1&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/local/httpd/lib/libaprutil-1.sl.2 =&amp;gt;       /usr/local/httpd/lib/libaprutil-1.sl.2&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libpthread.1 =&amp;gt;        /usr/lib/libpthread.1&lt;BR /&gt;        /usr/lib/libm.2 =&amp;gt;      /usr/lib/libm.2&lt;BR /&gt;        /usr/local/httpd/lib/libapr-1.sl.2 =&amp;gt;   /usr/local/httpd/lib/libapr-1.sl.2&lt;BR /&gt;        /usr/local/httpd/lib/libexpat.sl.1 =&amp;gt;   /usr/local/httpd/lib/libexpat.sl.1</description>
      <pubDate>Wed, 28 Mar 2007 12:43:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/runtime-woes/m-p/3971416#M293063</guid>
      <dc:creator>Jeff Fulmer_1</dc:creator>
      <dc:date>2007-03-28T12:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime woes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/runtime-woes/m-p/3971417#M293064</link>
      <description>You now use the ldd output to make sure that all the listed libraries are present, have appropriate permissions, and match your platform (i.e are PA-RISC rather than IA libraries).</description>
      <pubDate>Wed, 28 Mar 2007 14:01:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/runtime-woes/m-p/3971417#M293064</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-03-28T14:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime woes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/runtime-woes/m-p/3971418#M293065</link>
      <description>If you get unsats for getaddrinfo, you need to install a newer libc patch.  gai_strerror also seems to be there.  (These weren't there in the initial 11.11 release.)&lt;BR /&gt;&lt;BR /&gt;A search of the forum for getaddrinfo should have told you this.</description>
      <pubDate>Wed, 28 Mar 2007 14:40:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/runtime-woes/m-p/3971418#M293065</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-03-28T14:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime woes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/runtime-woes/m-p/3971419#M293066</link>
      <description>Okay, Dennis has spilled the beans. I was intentionally taking you through the general case so that you could find out how to solve this sort of thing in the future.&lt;BR /&gt;&lt;BR /&gt;A rather good way to find missing symbols is to nm a list of libraries into a text file that you can then search. This works across all flavors of UNIX where not all utilities are available.&lt;BR /&gt;&lt;BR /&gt;For example,&lt;BR /&gt;cd /usr/lib/&lt;BR /&gt;nm lib* &amp;gt; /home/cstephen/nmlist&lt;BR /&gt;&lt;BR /&gt;You can then search nmlist (using vi if you like) to help you hunt down symbols and the libraries that contain them.&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Mar 2007 15:15:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/runtime-woes/m-p/3971419#M293066</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-03-28T15:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime woes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/runtime-woes/m-p/3971420#M293067</link>
      <description>&amp;gt;Clay: nm lib* &amp;gt; /home/cstephen/nmlist&lt;BR /&gt;&lt;BR /&gt;&amp;gt;You can then search nmlist (using vi if you like) to help you hunt down symbols and the libraries that contain them.&lt;BR /&gt;&lt;BR /&gt;If you are going to search, you should use "nm -pxAN", that will include the the filename and symbol in the same line.</description>
      <pubDate>Wed, 28 Mar 2007 19:46:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/runtime-woes/m-p/3971420#M293067</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-03-28T19:46:39Z</dc:date>
    </item>
  </channel>
</rss>

