<?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: Apache configure using cc - inode sharing problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-configure-using-cc-inode-sharing-problem/m-p/2753977#M722166</link>
    <description>Are you sure your using the right compiler?&lt;BR /&gt;&lt;BR /&gt;# which cc&lt;BR /&gt;/usr/bin/cc&lt;BR /&gt;# echo $PATH&lt;BR /&gt;/usr/bin:/usr/sbin:/sbin&lt;BR /&gt;# PATH=/opt/ansic/bin:/usr/bin:/usr/sbin:/sbin&lt;BR /&gt;# export PATH&lt;BR /&gt;# which cc&lt;BR /&gt;/opt/ansic/bin/cc</description>
    <pubDate>Thu, 27 Jun 2002 23:19:13 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2002-06-27T23:19:13Z</dc:date>
    <item>
      <title>Apache configure using cc - inode sharing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-configure-using-cc-inode-sharing-problem/m-p/2753974#M722163</link>
      <description>iam trying to compile Apache 1.3.19 using cc.&lt;BR /&gt;However when running  the configure script i get the following error :&lt;BR /&gt;./configure --prefix=/apps/apachebca --enable-rule=SHARED_CORE --enable-module=so&lt;BR /&gt;Configuring for Apache, Version 1.3.19&lt;BR /&gt; + Hint: please use CFLAGS instead of EXTRA_CFLAGS next time&lt;BR /&gt; + using installation path layout: Apache (config.layout)&lt;BR /&gt;Creating Makefile&lt;BR /&gt;Creating Configuration.apaci in src&lt;BR /&gt;Creating Makefile in src&lt;BR /&gt; + configured for HP-UX 11 platform&lt;BR /&gt; + setting C pre-processor to cc -E&lt;BR /&gt; + checking for system header files&lt;BR /&gt; + adding selected modules&lt;BR /&gt; + enabling generation of Apache core as DSO&lt;BR /&gt; + checking sizeof various data types&lt;BR /&gt; + doing sanity check on compiler and options&lt;BR /&gt;** A test compilation with your Makefile configuration&lt;BR /&gt;** failed.  The below error output from the compilation&lt;BR /&gt;** test will give you an idea what is failing. Note that&lt;BR /&gt;** Apache requires an ANSI C Compiler, such as gcc.&lt;BR /&gt;&lt;BR /&gt;        cd ..; cc  -DHPUX11 -Aa -Ae -D_HPUX_SOURCE -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite +z -DSHARED_CORE -fPIC `./apaci`    -L/apps/bo/webibca/Server&lt;BR /&gt;/WebIntelligence2.5/wiqt/lib -lospace -L/apps/bo/webibca/Server/ORB2.5/lib -lorb_r -lcl -lCsup -lm -lpthread /apps/bo/webibca/Server/WebIntelligence2.5/wiset&lt;BR /&gt;up/cpprt0.o -o helpers/dummy helpers/dummy.c   -lm -lpthread&lt;BR /&gt;cc: warning 422: Unknown option "f" ignored.&lt;BR /&gt;cc: error 1411: "cpprt0.c" shares inode with "cpprt0.o".  Can't overwrite source file.&lt;BR /&gt;*** Error exit code 8&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;======== Error Output for sanity check ========&lt;BR /&gt;============= End of Error Report =============&lt;BR /&gt;&lt;BR /&gt; Aborting!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I checked the inode numbers for .o and .s file, and they are different.&lt;BR /&gt;&lt;BR /&gt;I saw a similar posting sometime back. &lt;BR /&gt;Is this problem related to C compiler installation ?&lt;BR /&gt;&lt;BR /&gt;Any  ideas/solutions ?</description>
      <pubDate>Thu, 27 Jun 2002 22:38:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-configure-using-cc-inode-sharing-problem/m-p/2753974#M722163</guid>
      <dc:creator>Chander-shakher Pal</dc:creator>
      <dc:date>2002-06-27T22:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Apache configure using cc - inode sharing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-configure-using-cc-inode-sharing-problem/m-p/2753975#M722164</link>
      <description>I believe this relates back to your C complier 'cc'.  The one that ships with HP-UX is rather brain dead (just K&amp;amp;R), you need to get the HP ANSI C&lt;BR /&gt;compiler, or use GCC.&lt;BR /&gt;&lt;BR /&gt;The easiest way to get apache up and running, would be to use the precompiled version found here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Networking/WWW/apache-1.3.26/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Networking/WWW/apache-1.3.26/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;However, if you want to compile your own apache, you can download a precompiled version of gcc here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.1/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.1/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;&lt;BR /&gt;-Mike&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jun 2002 23:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-configure-using-cc-inode-sharing-problem/m-p/2753975#M722164</guid>
      <dc:creator>Mike Hassell</dc:creator>
      <dc:date>2002-06-27T23:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Apache configure using cc - inode sharing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-configure-using-cc-inode-sharing-problem/m-p/2753976#M722165</link>
      <description>Thanks Mike !&lt;BR /&gt;But i do have an installation of HP's ANSI C compiler on the box. And it appears correctly in the path too.&lt;BR /&gt;&lt;BR /&gt;I can't use the pre-built apache as I require to include  some files provided for a specific application (Business Objects)&lt;BR /&gt;&lt;BR /&gt;Another restriction is w.r.t version of gcc, as the vendor suggests - 2.95.3 where as HP says the only valid version for HPUX11.0 is ver3.0+&lt;BR /&gt;&lt;BR /&gt;Any further ideas !</description>
      <pubDate>Thu, 27 Jun 2002 23:10:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-configure-using-cc-inode-sharing-problem/m-p/2753976#M722165</guid>
      <dc:creator>Chander-shakher Pal</dc:creator>
      <dc:date>2002-06-27T23:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Apache configure using cc - inode sharing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-configure-using-cc-inode-sharing-problem/m-p/2753977#M722166</link>
      <description>Are you sure your using the right compiler?&lt;BR /&gt;&lt;BR /&gt;# which cc&lt;BR /&gt;/usr/bin/cc&lt;BR /&gt;# echo $PATH&lt;BR /&gt;/usr/bin:/usr/sbin:/sbin&lt;BR /&gt;# PATH=/opt/ansic/bin:/usr/bin:/usr/sbin:/sbin&lt;BR /&gt;# export PATH&lt;BR /&gt;# which cc&lt;BR /&gt;/opt/ansic/bin/cc</description>
      <pubDate>Thu, 27 Jun 2002 23:19:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-configure-using-cc-inode-sharing-problem/m-p/2753977#M722166</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-06-27T23:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Apache configure using cc - inode sharing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-configure-using-cc-inode-sharing-problem/m-p/2753978#M722167</link>
      <description>Michael, /usr/bin/cc is a symlink to /opt/ansic/bin/cc when the ANSI C bundle is installed.&lt;BR /&gt;&lt;BR /&gt;I'm looking at this error:&lt;BR /&gt;&lt;BR /&gt;cc: error 1411: "cpprt0.c" shares inode with "cpprt0.o". Can't overwrite source file. &lt;BR /&gt;&lt;BR /&gt;which I've never, to my short memory, run across. It would appear that the source and object file names are the same file (hard linked) as if an ln was done rather than an ld at some point. Try deleting the object file and starting over and reconfigure.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jun 2002 00:53:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-configure-using-cc-inode-sharing-problem/m-p/2753978#M722167</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2002-06-28T00:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Apache configure using cc - inode sharing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-configure-using-cc-inode-sharing-problem/m-p/2753979#M722168</link>
      <description>For some unknown reason my system that has the ANSI/C compiler does not have that link.....&lt;BR /&gt;&lt;BR /&gt;more work.........</description>
      <pubDate>Fri, 28 Jun 2002 01:07:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-configure-using-cc-inode-sharing-problem/m-p/2753979#M722168</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-06-28T01:07:25Z</dc:date>
    </item>
  </channel>
</rss>

