<?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: How do I build apache for 64-bit server, Please suggest. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-build-apache-for-64-bit-server-please-suggest/m-p/3789536#M264765</link>
    <description>Hi, &lt;BR /&gt;&lt;BR /&gt;You need to use "-mlp64" in case if you use GCC to build. If you are using "aCC", you can specify "+DD64". Just export CFLAGS and CPPFLAGS before start configuring, &lt;BR /&gt;&lt;BR /&gt;# export CFLAGS="-mlp64" or "+DD64" &lt;BR /&gt;# export CPPFLAGS="-mlp64" or "+DD64" &lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;&lt;BR /&gt;P.S Remember to assign points</description>
    <pubDate>Wed, 17 May 2006 05:38:17 GMT</pubDate>
    <dc:creator>Arunvijai_4</dc:creator>
    <dc:date>2006-05-17T05:38:17Z</dc:date>
    <item>
      <title>How do I build apache for 64-bit server, Please suggest.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-build-apache-for-64-bit-server-please-suggest/m-p/3789535#M264764</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have downloaded the apache 2058 source.&lt;BR /&gt;I need to build apache for a HP Itanium server.&lt;BR /&gt;&lt;BR /&gt;How do I build apache for 64-bit server, Please suggest.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 17 May 2006 05:30:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-build-apache-for-64-bit-server-please-suggest/m-p/3789535#M264764</guid>
      <dc:creator>GnanaShekar</dc:creator>
      <dc:date>2006-05-17T05:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I build apache for 64-bit server, Please suggest.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-build-apache-for-64-bit-server-please-suggest/m-p/3789536#M264765</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;You need to use "-mlp64" in case if you use GCC to build. If you are using "aCC", you can specify "+DD64". Just export CFLAGS and CPPFLAGS before start configuring, &lt;BR /&gt;&lt;BR /&gt;# export CFLAGS="-mlp64" or "+DD64" &lt;BR /&gt;# export CPPFLAGS="-mlp64" or "+DD64" &lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;&lt;BR /&gt;P.S Remember to assign points</description>
      <pubDate>Wed, 17 May 2006 05:38:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-build-apache-for-64-bit-server-please-suggest/m-p/3789536#M264765</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-05-17T05:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I build apache for 64-bit server, Please suggest.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-build-apache-for-64-bit-server-please-suggest/m-p/3789537#M264766</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;I could build apache using the following steps:&lt;BR /&gt;&lt;BR /&gt;export CC="gcc"&lt;BR /&gt;export CFLAGS="-mlp64"&lt;BR /&gt;./configure --prefix=/disk1/apache2058&lt;BR /&gt;make&lt;BR /&gt;make install&lt;BR /&gt;&lt;BR /&gt;However when I run apache I am getting the following error:&lt;BR /&gt;&lt;BR /&gt;asaha@banpchp5:/disk1/apache2058/bin&amp;gt;./apachectl start&lt;BR /&gt;/usr/lib/hpux64/dld.so: Unable to find library 'libgcc_s.so.0'.&lt;BR /&gt;./apachectl[80]: 2379 Killed&lt;BR /&gt;&lt;BR /&gt;I have created a symbolic link in /usr/lib/hpux64 for libgcc_s.so.0, even then I am getting this error.  Please suggest.&lt;BR /&gt;&lt;BR /&gt;asaha@banpchp5:/usr/lib/hpux64&amp;gt;ls -l libgcc_s.so.0&lt;BR /&gt;lrwxr-xr-x   1 root       sys             35 May 17 16:05 libgcc_s.so.0 -&amp;gt; /opt/hp-gcc-4.0.3/lib/libgcc_s.so.0&lt;BR /&gt;asaha@banpchp5:/usr/lib/hpux64&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 17 May 2006 06:12:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-build-apache-for-64-bit-server-please-suggest/m-p/3789537#M264766</guid>
      <dc:creator>GnanaShekar</dc:creator>
      <dc:date>2006-05-17T06:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I build apache for 64-bit server, Please suggest.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-build-apache-for-64-bit-server-please-suggest/m-p/3789538#M264767</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Did you link the correct library (64) to /usr/lib/hpux64 ? Use chatr and file command to find the correct libgcc.so &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 17 May 2006 08:43:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-build-apache-for-64-bit-server-please-suggest/m-p/3789538#M264767</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-05-17T08:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do I build apache for 64-bit server, Please suggest.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-build-apache-for-64-bit-server-please-suggest/m-p/3789539#M264768</link>
      <description>While HP Itanium systems can be considered 64-bit servers, one does not necessarily have to run a 64-bit application binary on them when running HP-UX.&lt;BR /&gt;&lt;BR /&gt;What _specifically_ makes you want a 64-bit Apache binary?  For that matter, is there something specific you need that is not provided by the HP-supplied Apache binary?&lt;BR /&gt;&lt;BR /&gt;Is the gcc you have installed capable of building a 64-bit binary?  &lt;BR /&gt;&lt;BR /&gt;Keep in mind that one cannot mix 32-bit and 64-bit objects/libraries in the same executable.</description>
      <pubDate>Wed, 17 May 2006 19:49:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-build-apache-for-64-bit-server-please-suggest/m-p/3789539#M264768</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2006-05-17T19:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do I build apache for 64-bit server, Please suggest.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-build-apache-for-64-bit-server-please-suggest/m-p/3789540#M264769</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You are right.  &lt;BR /&gt;&lt;BR /&gt;I had created a symbolic link for libgcc_s.so.0 in /usr/lib/hpux64, but the source was a 32-bit library in /opt/hp-gcc-4.0.3/lib.&lt;BR /&gt;&lt;BR /&gt;I changed it to point to 64-bit one at /opt/hp-gcc-4.0.3/lib/hpux64 and could start apache.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.&lt;BR /&gt;&lt;BR /&gt;By the way we are testing apache-weblogic plugin module on hp unix itanium and so we had build apache 64-bit binary.&lt;BR /&gt;&lt;BR /&gt;Thanks again.</description>
      <pubDate>Wed, 17 May 2006 23:05:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-build-apache-for-64-bit-server-please-suggest/m-p/3789540#M264769</guid>
      <dc:creator>GnanaShekar</dc:creator>
      <dc:date>2006-05-17T23:05:47Z</dc:date>
    </item>
  </channel>
</rss>

