<?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: Got problem when building 64-bit Apache Web Server on HP-UX Itanium. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820256#M269871</link>
    <description>Hi Arun,&lt;BR /&gt;&lt;BR /&gt;What do you mean by "what is # file httpd ?" ?&lt;BR /&gt;^_^</description>
    <pubDate>Mon, 10 Jul 2006 01:30:43 GMT</pubDate>
    <dc:creator>went_2</dc:creator>
    <dc:date>2006-07-10T01:30:43Z</dc:date>
    <item>
      <title>Got problem when building 64-bit Apache Web Server on HP-UX Itanium.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820253#M269868</link>
      <description>I failed to build a 64-bit Apache Web Server on HP-UX Itanium. Can anybody help me? Thank you.&lt;BR /&gt;Following is what I did:&lt;BR /&gt;&lt;BR /&gt;I tried following commands to build 64-bit Apache Web Server ::&lt;BR /&gt;export CFLAGS="-mlp64"&lt;BR /&gt;export CPPFLAGS="-mlp64"&lt;BR /&gt;./configure --prefix=&lt;APACHE_HOME&gt;&lt;BR /&gt;make&lt;BR /&gt;make install&lt;BR /&gt;&lt;BR /&gt;After that, I successfully got Apache Web Server installed, and I got following information by "httpd -V" command ::&lt;BR /&gt;bash-3.00$ ./httpd -V&lt;BR /&gt;Server version: Apache/2.0.55&lt;BR /&gt;Server built: Jun 27 2006 19:51:23&lt;BR /&gt;Server's Module Magic Number: 20020903:11&lt;BR /&gt;Architecture: 64-bit&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;But the Web Server cannot start, not giving me any error message or response.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(If I add one line in httpd.conf file to load a customized module, I will get an error when I try to start the Web Server :" aCC runtime: Use of "-mt" must be consistent during both compilation and linking.")&lt;/APACHE_HOME&gt;</description>
      <pubDate>Mon, 10 Jul 2006 01:13:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820253#M269868</guid>
      <dc:creator>went_2</dc:creator>
      <dc:date>2006-07-10T01:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Got problem when building 64-bit Apache Web Server on HP-UX Itanium.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820254#M269869</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This could be a multithreaded issue. Export CFLAGS and CPPFLAGS="-mlp64 -mt" and try to build it. Also, what is # file httpd ?&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 10 Jul 2006 01:16:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820254#M269869</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-07-10T01:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Got problem when building 64-bit Apache Web Server on HP-UX Itanium.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820255#M269870</link>
      <description>Then I got following error:&lt;BR /&gt;&lt;BR /&gt;bash-3.00$ export CFLAGS="-mlp64 -mt"&lt;BR /&gt;bash-3.00$ export CPPFLAGS="-mlp64 -mt"&lt;BR /&gt;bash-3.00$ sudo ./configure --prefix=&lt;APACHE_HOME&gt;&lt;BR /&gt;checking for chosen layout... Apache&lt;BR /&gt;checking for working mkdir -p... yes&lt;BR /&gt;checking build system type... ia64-hp-hpux11.23&lt;BR /&gt;checking host system type... ia64-hp-hpux11.23&lt;BR /&gt;checking target system type... ia64-hp-hpux11.23&lt;BR /&gt;&lt;BR /&gt;Configuring Apache Portable Runtime library ...&lt;BR /&gt;&lt;BR /&gt;checking for APR... reconfig&lt;BR /&gt;configuring package in srclib/apr now&lt;BR /&gt;checking build system type... ia64-hp-hpux11.23&lt;BR /&gt;checking host system type... ia64-hp-hpux11.23&lt;BR /&gt;checking target system type... ia64-hp-hpux11.23&lt;BR /&gt;Configuring APR library&lt;BR /&gt;Platform: ia64-hp-hpux11.23&lt;BR /&gt;checking for working mkdir -p... yes&lt;BR /&gt;APR Version: 0.9.7&lt;BR /&gt;checking for chosen layout... apr&lt;BR /&gt;checking for gcc... gcc&lt;BR /&gt;checking for C compiler default output file name... configure: error: C compiler cannot create executables&lt;BR /&gt;See `config.log' for more details.&lt;BR /&gt;configure failed for srclib/apr&lt;BR /&gt;&lt;/APACHE_HOME&gt;</description>
      <pubDate>Mon, 10 Jul 2006 01:22:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820255#M269870</guid>
      <dc:creator>went_2</dc:creator>
      <dc:date>2006-07-10T01:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Got problem when building 64-bit Apache Web Server on HP-UX Itanium.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820256#M269871</link>
      <description>Hi Arun,&lt;BR /&gt;&lt;BR /&gt;What do you mean by "what is # file httpd ?" ?&lt;BR /&gt;^_^</description>
      <pubDate>Mon, 10 Jul 2006 01:30:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820256#M269871</guid>
      <dc:creator>went_2</dc:creator>
      <dc:date>2006-07-10T01:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Got problem when building 64-bit Apache Web Server on HP-UX Itanium.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820257#M269872</link>
      <description>is this what u want? this is the access control on the file:&lt;BR /&gt;&lt;BR /&gt;-rw-r--r--   1 root       sys          35385 Jul 10 13:34 httpd.conf</description>
      <pubDate>Mon, 10 Jul 2006 02:10:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820257#M269872</guid>
      <dc:creator>went_2</dc:creator>
      <dc:date>2006-07-10T02:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Got problem when building 64-bit Apache Web Server on HP-UX Itanium.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820258#M269873</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;# file httpd will show you architecture related information. Do a # man file for more information. Make sure you use "-mt" everywhere. Also, have you created necessarry user/group for Apache ? &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 10 Jul 2006 03:12:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820258#M269873</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-07-10T03:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Got problem when building 64-bit Apache Web Server on HP-UX Itanium.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820259#M269874</link>
      <description># file httpd:&lt;BR /&gt;httpd:          ELF-64 executable object file - IA64&lt;BR /&gt;&lt;BR /&gt;I am using root user to install and start apache.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jul 2006 03:17:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820259#M269874</guid>
      <dc:creator>went_2</dc:creator>
      <dc:date>2006-07-10T03:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Got problem when building 64-bit Apache Web Server on HP-UX Itanium.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820260#M269875</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt; # file httpd:&lt;BR /&gt;httpd: ELF-64 executable object file - IA64&lt;BR /&gt;&lt;BR /&gt;I am using root user to install and start apache.&lt;BR /&gt;&lt;BR /&gt;I dont think it is good to start apache as root user. Try creating "www" user and start it. Also, check this out &lt;BR /&gt;&lt;BR /&gt;Errors During Start-up&lt;BR /&gt;&lt;BR /&gt;If Apache suffers a fatal problem during startup, it will write a message describing the problem either to the console or to the ErrorLog before exiting. One of the most common error messages is "Unable to bind to Port ...". This message is usually caused by either:&lt;BR /&gt;&lt;BR /&gt;    * Trying to start the server on a privileged port when not logged in as the root user; or&lt;BR /&gt;    * Trying to start the server when there is another instance of Apache or some other web server already bound to the same Port.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs/2.2/invoking.html" target="_blank"&gt;http://httpd.apache.org/docs/2.2/invoking.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 10 Jul 2006 03:22:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820260#M269875</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-07-10T03:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Got problem when building 64-bit Apache Web Server on HP-UX Itanium.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820261#M269876</link>
      <description>Now i am trying to build it again with following command:&lt;BR /&gt;# export CFLAGS="-mlp64 -mt"&lt;BR /&gt;# export CPPFLAGS="-mlp64 -mt"&lt;BR /&gt;# ./configure=&lt;APACHE_HOME&gt;&lt;BR /&gt;&lt;BR /&gt;but the ./configure command failed with following information:&lt;BR /&gt;&lt;BR /&gt;checking for chosen layout... Apache&lt;BR /&gt;checking for working mkdir -p... yes&lt;BR /&gt;checking build system type... ia64-hp-hpux11.23&lt;BR /&gt;checking host system type... ia64-hp-hpux11.23&lt;BR /&gt;checking target system type... ia64-hp-hpux11.23&lt;BR /&gt;&lt;BR /&gt;Configuring Apache Portable Runtime library ...&lt;BR /&gt;&lt;BR /&gt;checking for APR... reconfig&lt;BR /&gt;configuring package in srclib/apr now&lt;BR /&gt;checking build system type... ia64-hp-hpux11.23&lt;BR /&gt;checking host system type... ia64-hp-hpux11.23&lt;BR /&gt;checking target system type... ia64-hp-hpux11.23&lt;BR /&gt;Configuring APR library&lt;BR /&gt;Platform: ia64-hp-hpux11.23&lt;BR /&gt;checking for working mkdir -p... yes&lt;BR /&gt;APR Version: 0.9.7&lt;BR /&gt;checking for chosen layout... apr&lt;BR /&gt;checking for gcc... gcc&lt;BR /&gt;checking for C compiler default output file name... configure: error: C compiler cannot create executables&lt;BR /&gt;See `config.log' for more details.&lt;BR /&gt;configure failed for srclib/apr&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please see the config.log in attachement.&lt;BR /&gt;&lt;/APACHE_HOME&gt;</description>
      <pubDate>Mon, 10 Jul 2006 03:46:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820261#M269876</guid>
      <dc:creator>went_2</dc:creator>
      <dc:date>2006-07-10T03:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Got problem when building 64-bit Apache Web Server on HP-UX Itanium.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820262#M269877</link>
      <description>because i am integrating Apache with another application, it's required to start Apache using root user.&lt;BR /&gt;&lt;BR /&gt;I used root user to build and start 32-bit Apache, and didn't face any problem.</description>
      <pubDate>Mon, 10 Jul 2006 03:50:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820262#M269877</guid>
      <dc:creator>went_2</dc:creator>
      <dc:date>2006-07-10T03:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Got problem when building 64-bit Apache Web Server on HP-UX Itanium.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820263#M269878</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I dont see any errors in config.log. But, i strongly feel you should go with aCC for -mt option. I dont have a 11.23 with GCC installed to check this. Try installing aCC and compile again. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AAEVAL" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AAEVAL&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 10 Jul 2006 04:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820263#M269878</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-07-10T04:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Got problem when building 64-bit Apache Web Server on HP-UX Itanium.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820264#M269879</link>
      <description>aCC has been installed on this machine.</description>
      <pubDate>Mon, 10 Jul 2006 04:35:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820264#M269879</guid>
      <dc:creator>went_2</dc:creator>
      <dc:date>2006-07-10T04:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Got problem when building 64-bit Apache Web Server on HP-UX Itanium.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820265#M269880</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Then, try building with aCC and +DD64 option along with -mt &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 10 Jul 2006 04:38:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820265#M269880</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-07-10T04:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Got problem when building 64-bit Apache Web Server on HP-UX Itanium.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820266#M269881</link>
      <description>I can compile apache with no error using &lt;BR /&gt;#export CFLAGS="-mlp64"   (no -mt)&lt;BR /&gt;#export CPPFLAGS="-mlp64"  (no -mt)&lt;BR /&gt;Then I found following errors in Apache error_log when I tried to start it.&lt;BR /&gt;&lt;BR /&gt;(if "-mt" is used, the compilation will faile.)&lt;BR /&gt;&lt;BR /&gt;[Mon Jul 10 17:14:13 2006] [emerg] (22)Invalid argument: Couldn't set permissions on cross-process lock; check User and Group directives&lt;BR /&gt;[Mon Jul 10 17:34:17 2006] [warn] pid file /usr/local/huanfang/apache2.0.55-64-2/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jul 2006 04:41:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820266#M269881</guid>
      <dc:creator>went_2</dc:creator>
      <dc:date>2006-07-10T04:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Got problem when building 64-bit Apache Web Server on HP-UX Itanium.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820267#M269882</link>
      <description>ok, let me try.</description>
      <pubDate>Mon, 10 Jul 2006 04:42:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820267#M269882</guid>
      <dc:creator>went_2</dc:creator>
      <dc:date>2006-07-10T04:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Got problem when building 64-bit Apache Web Server on HP-UX Itanium.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820268#M269883</link>
      <description>I am not familiar with Unix system, can you tell me how to specify aCC to be used when compiling?&lt;BR /&gt;Setting some flags before running ./configure ?</description>
      <pubDate>Mon, 10 Jul 2006 04:49:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820268#M269883</guid>
      <dc:creator>went_2</dc:creator>
      <dc:date>2006-07-10T04:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Got problem when building 64-bit Apache Web Server on HP-UX Itanium.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820269#M269884</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;You can just use # export CC=&lt;PATH_TO_ACC&gt; before starting ./configure &lt;BR /&gt;&lt;BR /&gt;-Arun&lt;/PATH_TO_ACC&gt;</description>
      <pubDate>Mon, 10 Jul 2006 04:51:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820269#M269884</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-07-10T04:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Got problem when building 64-bit Apache Web Server on HP-UX Itanium.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820270#M269885</link>
      <description>aCC is installed in /opt/aCC directory.&lt;BR /&gt;I tried:&lt;BR /&gt;export CC=/opt/aCC/bin/aCC&lt;BR /&gt;export CFLAGS="+DD64 -mt"&lt;BR /&gt;export CPPFLAGS="+DD64 -mt"&lt;BR /&gt;./configre --prefix=&amp;lt;...&amp;gt;&lt;BR /&gt;&lt;BR /&gt;but got error like this:&lt;BR /&gt;&lt;BR /&gt;checking for chosen layout... Apache&lt;BR /&gt;checking for working mkdir -p... yes&lt;BR /&gt;checking build system type... ia64-hp-hpux11.23&lt;BR /&gt;checking host system type... ia64-hp-hpux11.23&lt;BR /&gt;checking target system type... ia64-hp-hpux11.23&lt;BR /&gt;&lt;BR /&gt;Configuring Apache Portable Runtime library ...&lt;BR /&gt;&lt;BR /&gt;checking for APR... reconfig&lt;BR /&gt;configuring package in srclib/apr now&lt;BR /&gt;checking build system type... ia64-hp-hpux11.23&lt;BR /&gt;checking host system type... ia64-hp-hpux11.23&lt;BR /&gt;checking target system type... ia64-hp-hpux11.23&lt;BR /&gt;Configuring APR library&lt;BR /&gt;Platform: ia64-hp-hpux11.23&lt;BR /&gt;checking for working mkdir -p... yes&lt;BR /&gt;APR Version: 0.9.7&lt;BR /&gt;checking for chosen layout... apr&lt;BR /&gt;checking for gcc... /opt/aCC/bin/aCC&lt;BR /&gt;checking for C compiler default output file name... a.out&lt;BR /&gt;checking whether the C compiler works... yes&lt;BR /&gt;checking whether we are cross compiling... no&lt;BR /&gt;checking for suffix of executables...&lt;BR /&gt;checking for suffix of object files... o&lt;BR /&gt;checking whether we are using the GNU C compiler... no&lt;BR /&gt;checking whether /opt/aCC/bin/aCC accepts -g... yes&lt;BR /&gt;checking for /opt/aCC/bin/aCC option to accept ANSI C... -Ae&lt;BR /&gt;Applying APR hints file rules for ia64-hp-hpux11.23&lt;BR /&gt;  adding "-DHPUX11" to CPPFLAGS&lt;BR /&gt;  adding "-D_REENTRANT" to CPPFLAGS&lt;BR /&gt;  adding "-D_XOPEN_SOURCE_EXTENDED" to CPPFLAGS&lt;BR /&gt;(Default will be unix)&lt;BR /&gt;checking whether make sets $(MAKE)... yes&lt;BR /&gt;checking how to run the C preprocessor... /opt/aCC/bin/aCC&lt;BR /&gt;configure: error: C preprocessor "/opt/aCC/bin/aCC" fails sanity check&lt;BR /&gt;See `config.log' for more details.&lt;BR /&gt;configure failed for srclib/apr</description>
      <pubDate>Mon, 10 Jul 2006 05:13:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820270#M269885</guid>
      <dc:creator>went_2</dc:creator>
      <dc:date>2006-07-10T05:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Got problem when building 64-bit Apache Web Server on HP-UX Itanium.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820271#M269886</link>
      <description>==================================&lt;BR /&gt;export CC=/opt/aCC/bin/aCC&lt;BR /&gt;export CFLAGS="+DD64 -mt -I/opt/aCC/include"&lt;BR /&gt;export CPPFLAGS="+DD64 -mt -I/opt/aCC/include"&lt;BR /&gt;export LDFLAGS="-L/opt/aCC/lib"&lt;BR /&gt;./configure&lt;BR /&gt;&lt;BR /&gt;I got following error. Did I miss something? &lt;BR /&gt;----------Error-------------------&lt;BR /&gt;...&lt;BR /&gt;checking for /opt/aCC/bin/aCC option to accept ANSI C... none needed&lt;BR /&gt;Applying APR hints file rules for ia64-hp-hpux11.23&lt;BR /&gt;  adding "-DHPUX11" to CPPFLAGS&lt;BR /&gt;  adding "-D_REENTRANT" to CPPFLAGS&lt;BR /&gt;  adding "-D_XOPEN_SOURCE_EXTENDED" to CPPFLAGS&lt;BR /&gt;(Default will be unix)&lt;BR /&gt;checking whether make sets $(MAKE)... yes&lt;BR /&gt;checking how to run the C preprocessor... /opt/aCC/bin/aCC&lt;BR /&gt;configure: error: C preprocessor "/opt/aCC/bin/aCC" fails sanity check&lt;BR /&gt;See `config.log' for more details.&lt;BR /&gt;configure failed for srclib/apr&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jul 2006 21:33:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820271#M269886</guid>
      <dc:creator>went_2</dc:creator>
      <dc:date>2006-07-10T21:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Got problem when building 64-bit Apache Web Server on HP-UX Itanium.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820272#M269887</link>
      <description>Hi Went, &lt;BR /&gt;&lt;BR /&gt;Which version of aCC you have in your system ? # what /opt/aCC/bin/aCC will be helpful. Try to patch it to recent version and do it one more time. &lt;BR /&gt;&lt;BR /&gt;Also, do a # swverify &lt;ACC_DEPOT_NAME&gt; to make sure your installation is correct. &lt;BR /&gt;&lt;BR /&gt;-Arun&lt;/ACC_DEPOT_NAME&gt;</description>
      <pubDate>Mon, 10 Jul 2006 23:46:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/got-problem-when-building-64-bit-apache-web-server-on-hp-ux/m-p/3820272#M269887</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-07-10T23:46:35Z</dc:date>
    </item>
  </channel>
</rss>

