<?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 Compiling Apache on HP-UX 11.11 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/compiling-apache-on-hp-ux-11-11/m-p/4182218#M91097</link>
    <description>I'm trying to compile Apache on HP-UX 11.11.&lt;BR /&gt;&lt;BR /&gt;The configure script ran fine as did much of the make process.  However, when the make tries to create a shared library, it keeps failing.&lt;BR /&gt;&lt;BR /&gt;I don't do this too often so I'm a bit stumped.&lt;BR /&gt;&lt;BR /&gt;The command that is failing is:&lt;BR /&gt;&lt;BR /&gt;/usr/bin/posix/sh /archive0/apache-2.2.8/httpd-2.2.8/srclib/apr/libtool --silent --mode=link  cc -g -Ae +Z +DAportable   -DHAVE_CONFIG_H -DHPUX11 -D_REENTRANT -D_HPUX_SOURCE -D_LARGEFILE64_SOURCE   -b -I./include -I/archive0/apache-2.2.8/httpd-2.2.8/srclib/apr/include/arch/unix -I./include/arch/unix -I/archive0/apache-2.2.8/httpd-2.2.8/srclib/apr/include  -version-info 2:12:2    -o libapr-1.la -rpath /home/dev/bridwelj/apache2/lib passwd/apr_getpass.lo strings/apr_cpystrn.lo strings/apr_fnmatch.lo strings/apr_snprintf.lo strings/apr_strings.lo strings/apr_strnatcmp.lo strings/apr_strtok.lo tables/apr_hash.lo tables/apr_tables.lo atomic/unix/apr_atomic.lo dso/unix/dso.lo file_io/unix/copy.lo file_io/unix/dir.lo file_io/unix/fileacc.lo file_io/unix/filedup.lo file_io/unix/filepath.lo file_io/unix/filepath_util.lo file_io/unix/filestat.lo file_io/unix/flock.lo file_io/unix/fullrw.lo file_io/unix/mktemp.lo file_io/unix/open.lo file_io/unix/pipe.lo file_io/unix/readwrite.lo file_io/unix/seek.lo file_io/unix/tempdir.lo locks/unix/global_mutex.lo locks/unix/proc_mutex.lo locks/unix/thread_cond.lo locks/unix/thread_mutex.lo locks/unix/thread_rwlock.lo memory/unix/apr_pools.lo misc/unix/charset.lo misc/unix/env.lo misc/unix/errorcodes.lo misc/unix/getopt.lo misc/unix/otherchild.lo misc/unix/rand.lo misc/unix/start.lo misc/unix/version.lo mmap/unix/common.lo mmap/unix/mmap.lo network_io/unix/inet_ntop.lo network_io/unix/inet_pton.lo network_io/unix/multicast.lo network_io/unix/sendrecv.lo network_io/unix/sockaddr.lo network_io/unix/sockets.lo network_io/unix/sockopt.lo poll/unix/epoll.lo poll/unix/kqueue.lo poll/unix/poll.lo poll/unix/port.lo poll/unix/select.lo random/unix/apr_random.lo random/unix/sha2.lo random/unix/sha2_glue.lo shmem/unix/shm.lo support/unix/waitio.lo threadproc/unix/proc.lo threadproc/unix/procsup.lo threadproc/unix/signals.lo threadproc/unix/thread.lo threadproc/unix/threadpriv.lo time/unix/time.lo time/unix/timestr.lo user/unix/groupinfo.lo user/unix/userinfo.lo   -lrt -lm  -lpthread -ldld&lt;BR /&gt;cc: warning 422: Unknown option "b" ignored.&lt;BR /&gt;/usr/ccs/bin/ld: Unsatisfied symbols:&lt;BR /&gt;   main (Not referenced yet! Probably due to -u option)&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Since the command is linking a set of objects to a shared library, it shouldn't require a main option yet this is the error I keep getting.</description>
    <pubDate>Thu, 17 Apr 2008 18:56:00 GMT</pubDate>
    <dc:creator>Jeff Bridwell</dc:creator>
    <dc:date>2008-04-17T18:56:00Z</dc:date>
    <item>
      <title>Compiling Apache on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-apache-on-hp-ux-11-11/m-p/4182218#M91097</link>
      <description>I'm trying to compile Apache on HP-UX 11.11.&lt;BR /&gt;&lt;BR /&gt;The configure script ran fine as did much of the make process.  However, when the make tries to create a shared library, it keeps failing.&lt;BR /&gt;&lt;BR /&gt;I don't do this too often so I'm a bit stumped.&lt;BR /&gt;&lt;BR /&gt;The command that is failing is:&lt;BR /&gt;&lt;BR /&gt;/usr/bin/posix/sh /archive0/apache-2.2.8/httpd-2.2.8/srclib/apr/libtool --silent --mode=link  cc -g -Ae +Z +DAportable   -DHAVE_CONFIG_H -DHPUX11 -D_REENTRANT -D_HPUX_SOURCE -D_LARGEFILE64_SOURCE   -b -I./include -I/archive0/apache-2.2.8/httpd-2.2.8/srclib/apr/include/arch/unix -I./include/arch/unix -I/archive0/apache-2.2.8/httpd-2.2.8/srclib/apr/include  -version-info 2:12:2    -o libapr-1.la -rpath /home/dev/bridwelj/apache2/lib passwd/apr_getpass.lo strings/apr_cpystrn.lo strings/apr_fnmatch.lo strings/apr_snprintf.lo strings/apr_strings.lo strings/apr_strnatcmp.lo strings/apr_strtok.lo tables/apr_hash.lo tables/apr_tables.lo atomic/unix/apr_atomic.lo dso/unix/dso.lo file_io/unix/copy.lo file_io/unix/dir.lo file_io/unix/fileacc.lo file_io/unix/filedup.lo file_io/unix/filepath.lo file_io/unix/filepath_util.lo file_io/unix/filestat.lo file_io/unix/flock.lo file_io/unix/fullrw.lo file_io/unix/mktemp.lo file_io/unix/open.lo file_io/unix/pipe.lo file_io/unix/readwrite.lo file_io/unix/seek.lo file_io/unix/tempdir.lo locks/unix/global_mutex.lo locks/unix/proc_mutex.lo locks/unix/thread_cond.lo locks/unix/thread_mutex.lo locks/unix/thread_rwlock.lo memory/unix/apr_pools.lo misc/unix/charset.lo misc/unix/env.lo misc/unix/errorcodes.lo misc/unix/getopt.lo misc/unix/otherchild.lo misc/unix/rand.lo misc/unix/start.lo misc/unix/version.lo mmap/unix/common.lo mmap/unix/mmap.lo network_io/unix/inet_ntop.lo network_io/unix/inet_pton.lo network_io/unix/multicast.lo network_io/unix/sendrecv.lo network_io/unix/sockaddr.lo network_io/unix/sockets.lo network_io/unix/sockopt.lo poll/unix/epoll.lo poll/unix/kqueue.lo poll/unix/poll.lo poll/unix/port.lo poll/unix/select.lo random/unix/apr_random.lo random/unix/sha2.lo random/unix/sha2_glue.lo shmem/unix/shm.lo support/unix/waitio.lo threadproc/unix/proc.lo threadproc/unix/procsup.lo threadproc/unix/signals.lo threadproc/unix/thread.lo threadproc/unix/threadpriv.lo time/unix/time.lo time/unix/timestr.lo user/unix/groupinfo.lo user/unix/userinfo.lo   -lrt -lm  -lpthread -ldld&lt;BR /&gt;cc: warning 422: Unknown option "b" ignored.&lt;BR /&gt;/usr/ccs/bin/ld: Unsatisfied symbols:&lt;BR /&gt;   main (Not referenced yet! Probably due to -u option)&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Since the command is linking a set of objects to a shared library, it shouldn't require a main option yet this is the error I keep getting.</description>
      <pubDate>Thu, 17 Apr 2008 18:56:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-apache-on-hp-ux-11-11/m-p/4182218#M91097</guid>
      <dc:creator>Jeff Bridwell</dc:creator>
      <dc:date>2008-04-17T18:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Apache on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-apache-on-hp-ux-11-11/m-p/4182219#M91098</link>
      <description>"I'm trying to compile Apache on HP-UX 11.11"&lt;BR /&gt;&lt;BR /&gt;Please allow 1 question - why?&lt;BR /&gt;&lt;BR /&gt;Go to &lt;BR /&gt;&lt;A href="http://software.hp.com" target="_blank"&gt;http://software.hp.com&lt;/A&gt; and search for "apache" - you will find ready to install apache depots, it's pretty easy.</description>
      <pubDate>Thu, 17 Apr 2008 19:10:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-apache-on-hp-ux-11-11/m-p/4182219#M91098</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-04-17T19:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Apache on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-apache-on-hp-ux-11-11/m-p/4182220#M91099</link>
      <description>Thanks for the feedback.  I'm trying to use a tool that specifies version 2.2.3 of Apache.  I can see that HP has Apache based server.  It looks like the latest revision of the HP product (WebServerSuite v2.19) is based on Apache 2.0.59.&lt;BR /&gt;&lt;BR /&gt;We are running HP 11.11.  The downloads from HP reference HP 11 version 2 and version 3 but I don't see one that matches our current release.&lt;BR /&gt;&lt;BR /&gt;I'll download a copy and see if it flies on our development server despite the version concerns.</description>
      <pubDate>Thu, 17 Apr 2008 19:21:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-apache-on-hp-ux-11-11/m-p/4182220#M91099</guid>
      <dc:creator>Jeff Bridwell</dc:creator>
      <dc:date>2008-04-17T19:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Apache on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-apache-on-hp-ux-11-11/m-p/4182221#M91100</link>
      <description>&lt;!--!*#--&gt;I know nothing, but it appears that GCC has&lt;BR /&gt;a "-b" option ("man gcc"):&lt;BR /&gt;&lt;BR /&gt;      Target Options&lt;BR /&gt;          -V version  -b machine&lt;BR /&gt;&lt;BR /&gt;I'd guess that something got confused between&lt;BR /&gt;GCC and HP C.  (You seem to have the "-b"&lt;BR /&gt;option, but not the "machine" parameter,&lt;BR /&gt;which would certainly confuse me, and which&lt;BR /&gt;would seem unlikely to please anyone.)  Could&lt;BR /&gt;be in "libtool", could be in the&lt;BR /&gt;configuration infrastructure, ...&lt;BR /&gt;&lt;BR /&gt;Have you considered trying this whole thing&lt;BR /&gt;using GCC?  That build environment is&lt;BR /&gt;probably better tested than yours.  I got the&lt;BR /&gt;new GCC 4.3.0 build to go through with no&lt;BR /&gt;problems (using an older depot-supplied GCC),&lt;BR /&gt;which was a pleasant surprise.  (After&lt;BR /&gt;installing the new GMP and MPFR&lt;BR /&gt;prerequisites, of course.  Nothing's ever so&lt;BR /&gt;easy as I might like.)&lt;BR /&gt;&lt;BR /&gt;Does anyone reveal the tricks/procedures used&lt;BR /&gt;to create the depots?</description>
      <pubDate>Thu, 17 Apr 2008 19:50:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-apache-on-hp-ux-11-11/m-p/4182221#M91100</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-04-17T19:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Apache on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-apache-on-hp-ux-11-11/m-p/4182222#M91101</link>
      <description>Thanks for the advice Stephen. I'll give gcc a shot.  The overall process with configure and the other build tools is quite powerful but pretty complicated to unpack when you run into an issue.</description>
      <pubDate>Thu, 17 Apr 2008 19:53:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-apache-on-hp-ux-11-11/m-p/4182222#M91101</guid>
      <dc:creator>Jeff Bridwell</dc:creator>
      <dc:date>2008-04-17T19:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Apache on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-apache-on-hp-ux-11-11/m-p/4182223#M91102</link>
      <description>&amp;gt; [...] (After installing the new GMP and&lt;BR /&gt;&amp;gt; MPFR prerequisites [...]&lt;BR /&gt;&lt;BR /&gt;Oh, yeah.  The native "sed" was inadequate&lt;BR /&gt;for "configure", too, so I had to haul in GNU&lt;BR /&gt;"sed", and put "/usr/local/bin" at the front&lt;BR /&gt;of my PATH.  (I already had "bison" and GNU&lt;BR /&gt;"m4", as required by previous GCC versions.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] when you run into an issue.&lt;BR /&gt;&lt;BR /&gt;Is that anything like a problem?</description>
      <pubDate>Thu, 17 Apr 2008 20:06:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-apache-on-hp-ux-11-11/m-p/4182223#M91102</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-04-17T20:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Apache on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-apache-on-hp-ux-11-11/m-p/4182224#M91103</link>
      <description>Actually - I just found an apache 2.2.8 depot on the HP port site.  I think I'll get with our SA tomorrow morning and try that out.&lt;BR /&gt;&lt;BR /&gt;Thanks again for your suggestions.  If the depot is a dead-end, I'll go back to the open source and compiling.</description>
      <pubDate>Thu, 17 Apr 2008 20:11:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-apache-on-hp-ux-11-11/m-p/4182224#M91103</guid>
      <dc:creator>Jeff Bridwell</dc:creator>
      <dc:date>2008-04-17T20:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Apache on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-apache-on-hp-ux-11-11/m-p/4182225#M91104</link>
      <description>&amp;gt;I don't do this too often so I'm a bit stumped.&lt;BR /&gt;&amp;gt;cc -g -Ae +Z +DAportable ... -b&lt;BR /&gt;&lt;BR /&gt;You have an obsolete version of the C compiler. It doesn't support -b, to create shlibs.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Steven: it appears that GCC has a "-b" option:  -b machine&lt;BR /&gt;&lt;BR /&gt;These aren't the droids you're looking for. :-)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Apr 2008 09:01:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-apache-on-hp-ux-11-11/m-p/4182225#M91104</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-04-18T09:01:59Z</dc:date>
    </item>
  </channel>
</rss>

