<?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: Problem compiling Apache 2.2.11 with openssl support. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324916#M651735</link>
    <description>&lt;!--!*#--&gt;Hi Florian,&lt;BR /&gt;&lt;BR /&gt;I attempted to use the latest expat library like you. &lt;BR /&gt;&lt;BR /&gt;NOTE: apr and apr-util have not been built prior to the Apache build&lt;BR /&gt;because Apache 2.2.11 has bundled the latest version.&lt;BR /&gt;&lt;BR /&gt;Please refer to my steps in the attached file.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Shinji</description>
    <pubDate>Mon, 19 Jan 2009 04:00:59 GMT</pubDate>
    <dc:creator>Shinji Teragaito_1</dc:creator>
    <dc:date>2009-01-19T04:00:59Z</dc:date>
    <item>
      <title>Problem compiling Apache 2.2.11 with openssl support.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324900#M651719</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I've a little problem chen I try to compiling the new Apache 2.2.11 available since this morning on HP-UX website.&lt;BR /&gt;&lt;BR /&gt;First of all, this is my configure command :&lt;BR /&gt;&lt;BR /&gt;#!/bin/ksh&lt;BR /&gt;&lt;BR /&gt;(&lt;BR /&gt;cd src/sources/apache2-2.2.11&lt;BR /&gt;&lt;BR /&gt;GMK="/bustools/apache/2.2.10/make-3.81/bin/gmake"&lt;BR /&gt;PRFX="/bustools/apache/2.2.10"&lt;BR /&gt;&lt;BR /&gt;${GMK} clean&lt;BR /&gt;&lt;BR /&gt;PKG_CONFIG_PATH="/bustools/apache/2.2.10/openssl-0.9.8i/" \&lt;BR /&gt;MAKEOPTS="-j16" \&lt;BR /&gt;PATH="${PRFX}/apr-1.3.3/bin:${PRFX}/apr-util-1.3.4/bin:${PRFX}/openssl-0.9.8i/bin:${PRFX}/pkgconfig-0.23/bin:${PRFX}/expat-2.0.1/bin:${PRFX}/m4-1.4.12/bin:${PRFX}/bison-2.4&lt;BR /&gt;/bin:${PRFX}/texinfo-4.13/bin:${PRFX}/freetype-2.3.7/bin:${PRFX}/make-3.81/bin:${PRFX}/gettext-0.17/bin:${PRFX}/libiconv-1.12/bin:${PRFX}/fontconfig-2.6.0/bin:${PRFX}/libXf&lt;BR /&gt;t-2.1.13/bin:${PRFX}/tcltk-8.5.5/tcl/bin:${PRFX}/tcltk-8.5.5/tk/bin:${PRFX}/db-4.7.25/bin:$PATH" \&lt;BR /&gt;LDFLAGS="-L${PRFX}/renderproto-0.9.3/lib -L${PRFX}/gdbm-1.8.3/lib -L${PRFX}/expat-2.0.1/lib -L${PRFX}/m4-1.4.12/lib -L${PRFX}/bison-2.4/lib -L${PRFX}/texinfo-4.13/lib -L${P&lt;BR /&gt;RFX}/zlib-1.2.3/lib -L${PRFX}/freetype-2.3.7/lib -L${PRFX}/gettext-0.17/lib -L${PRFX}/libiconv-1.12/lib -L${PRFX}/fontconfig-2.6.0/lib -L${PRFX}/tcltk-8.5.5/tcl/lib -L${PRF&lt;BR /&gt;X}/tcltk-8.5.5/tk/lib -L${PRFX}/db-4.7.25/lib -L${PRFX}/openssl-0.9.8i/lib -L${PRFX}/apr-0.9.17/lib -L${PRFX}/apr_util-0.9.15/lib -L${PRFX}/perl-5.10.0/lib -L${PRFX}/perl-5&lt;BR /&gt;.10.0/lib/perl5/5.10.0/unicore/lib -L${PRFX}/apr-1.3.3/lib -L${PRFX}/apr-util-1.3.4/lib" \&lt;BR /&gt;LIBS="-L${PRFX}/renderproto-0.9.3/lib -L${PRFX}/gdbm-1.8.3/lib -L${PRFX}/expat-2.0.1/lib -L${PRFX}/m4-1.4.12/lib -L${PRFX}/bison-2.4/lib -L${PRFX}/texinfo-4.13/lib -L${PRFX&lt;BR /&gt;}/zlib-1.2.3/lib -L${PRFX}/freetype-2.3.7/lib -L${PRFX}/gettext-0.17/lib -L${PRFX}/libiconv-1.12/lib -L${PRFX}/fontconfig-2.6.0/lib -L${PRFX}/tcltk-8.5.5/tcl/lib -L${PRFX}/&lt;BR /&gt;tcltk-8.5.5/tk/lib -L${PRFX}/db-4.7.25/lib -L${PRFX}/openssl-0.9.8i/lib -L${PRFX}/apr-0.9.17/lib -L${PRFX}/apr_util-0.9.15/lib -L${PRFX}/perl-5.10.0/lib -L${PRFX}/perl-5.10&lt;BR /&gt;.0/lib/perl5/5.10.0/unicore/lib -L${PRFX}/apr-1.3.3/lib -L${PRFX}/apr-util-1.3.4/lib" \&lt;BR /&gt;./configure --prefix=${PRFX}/apache2-2.2.11 --with-included-apr --with-apr=${PRFX}/apr-1.3.3/bin/apr-1-config --with-apr-utils=${PRFX}/apr-util-1.3.4/bin/apu-1-config --wit&lt;BR /&gt;h-ssl=${PRFX}/openssl-0.9.8i --with-z=${PRFX}/zlib-1.2.3 \&lt;BR /&gt;&amp;amp;&amp;amp; ${GMK} &amp;amp;&amp;amp; ${GMK} install&lt;BR /&gt;) &amp;amp;&amp;amp; echo "Apache OK" || echo "Apache KO"&lt;BR /&gt;&lt;BR /&gt;The result is :&lt;BR /&gt;&lt;BR /&gt;checking for SSL/TLS toolkit base... /bustools/apache/2.2.10/openssl-0.9.8i&lt;BR /&gt;  adding "-I/bustools/apache/2.2.10/openssl-0.9.8i/include" to CPPFLAGS&lt;BR /&gt;  adding "-I/bustools/apache/2.2.10/openssl-0.9.8i/include" to INCLUDES&lt;BR /&gt;  adding "-L/bustools/apache/2.2.10/openssl-0.9.8i/lib" to LDFLAGS&lt;BR /&gt;checking for OpenSSL version... checking openssl/opensslv.h usability... yes&lt;BR /&gt;checking openssl/opensslv.h presence... yes&lt;BR /&gt;checking for openssl/opensslv.h... yes&lt;BR /&gt;checking openssl/ssl.h usability... yes&lt;BR /&gt;checking openssl/ssl.h presence... yes&lt;BR /&gt;checking for openssl/ssl.h... yes&lt;BR /&gt;OK&lt;BR /&gt;  forcing SSL_LIBS to "-lssl -lcrypto -ldld  "&lt;BR /&gt;  adding "-lssl" to LIBS&lt;BR /&gt;  adding "-lcrypto" to LIBS&lt;BR /&gt;  adding "-ldld" to LIBS&lt;BR /&gt;checking openssl/engine.h usability... yes&lt;BR /&gt;checking openssl/engine.h presence... yes&lt;BR /&gt;checking for openssl/engine.h... yes&lt;BR /&gt;checking for SSLeay_version... no&lt;BR /&gt;checking for SSL_CTX_new... no&lt;BR /&gt;checking for ENGINE_init... no&lt;BR /&gt;checking for ENGINE_load_builtin_engines... no&lt;BR /&gt;checking for SSL_set_cert_store... no&lt;BR /&gt;configure: error: ... Error, SSL/TLS libraries were missing or unusable&lt;BR /&gt;Apache KO&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In previous versions, this bug was corriged by a patch but in this version the bug already was. &lt;BR /&gt;The old bug was available at &lt;A href="https://issues.apache.org/bugzilla/show_bug.cgi?id=46018" target="_blank"&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=46018&lt;/A&gt;&lt;BR /&gt;And the patch corresponding :&lt;BR /&gt;&lt;BR /&gt;Index: acinclude.m4&lt;BR /&gt;===================================================================&lt;BR /&gt;--- acinclude.m4        (Revision 711951)&lt;BR /&gt;+++ acinclude.m4        (Arbeitskopie)&lt;BR /&gt;@@ -447,10 +447,10 @@&lt;BR /&gt;         pkglookup="`$PKGCONFIG --libs-only-L --libs-only-other openssl`"&lt;BR /&gt;         APR_ADDTO(LDFLAGS, [$pkglookup])&lt;BR /&gt;       else&lt;BR /&gt;-        ap_ssltk_libs="-lssl -lcrypto"&lt;BR /&gt;+        ap_ssltk_libs="-lssl -lcrypto `$apr_config --libs`"&lt;BR /&gt;       fi&lt;BR /&gt;     else&lt;BR /&gt;-      ap_ssltk_libs="-lssl -lcrypto"&lt;BR /&gt;+      ap_ssltk_libs="-lssl -lcrypto `$apr_config --libs`"&lt;BR /&gt;     fi&lt;BR /&gt;   fi&lt;BR /&gt;   APR_SETVAR(SSL_LIBS, [$ap_ssltk_libs])&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I may have forgot an option or something else. Or bad installed something but I think not.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Wed, 17 Dec 2008 14:07:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324900#M651719</guid>
      <dc:creator>Florian POUGHEON</dc:creator>
      <dc:date>2008-12-17T14:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling Apache 2.2.11 with openssl support.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324901#M651720</link>
      <description>My config script more readable :&lt;BR /&gt;&lt;BR /&gt;#!/bin/ksh&lt;BR /&gt;&lt;BR /&gt;(&lt;BR /&gt;cd src/sources/apache2-2.2.11&lt;BR /&gt;&lt;BR /&gt;GMK="/bustools/apache/2.2.10/make-3.81/bin/gmake"&lt;BR /&gt;PRFX="/bustools/apache/2.2.10"&lt;BR /&gt;&lt;BR /&gt;${GMK} clean&lt;BR /&gt;&lt;BR /&gt;PKG_CONFIG_PATH="/bustools/apache/2.2.10/openssl-0.9.8i/" \&lt;BR /&gt;MAKEOPTS="-j16" \&lt;BR /&gt;PATH="\&lt;BR /&gt;${PRFX}/apr-1.3.3/bin:\&lt;BR /&gt;${PRFX}/apr-util-1.3.4/bin:\&lt;BR /&gt;${PRFX}/openssl-0.9.8i/bin:\&lt;BR /&gt;${PRFX}/pkgconfig-0.23/bin:\&lt;BR /&gt;${PRFX}/expat-2.0.1/bin:\&lt;BR /&gt;${PRFX}/m4-1.4.12/bin:\&lt;BR /&gt;${PRFX}/bison-2.4/bin:\&lt;BR /&gt;${PRFX}/texinfo-4.13/bin:\&lt;BR /&gt;${PRFX}/freetype-2.3.7/bin:\&lt;BR /&gt;${PRFX}/make-3.81/bin:\&lt;BR /&gt;${PRFX}/gettext-0.17/bin:\&lt;BR /&gt;${PRFX}/libiconv-1.12/bin:\&lt;BR /&gt;${PRFX}/fontconfig-2.6.0/bin:\&lt;BR /&gt;${PRFX}/libXft-2.1.13/bin:\&lt;BR /&gt;${PRFX}/tcltk-8.5.5/tcl/bin:\&lt;BR /&gt;${PRFX}/tcltk-8.5.5/tk/bin:\&lt;BR /&gt;${PRFX}/db-4.7.25/bin:$PATH" \&lt;BR /&gt;LDFLAGS="\&lt;BR /&gt;-L${PRFX}/renderproto-0.9.3/lib \&lt;BR /&gt;-L${PRFX}/gdbm-1.8.3/lib \&lt;BR /&gt;-L${PRFX}/expat-2.0.1/lib \&lt;BR /&gt;-L${PRFX}/m4-1.4.12/lib \&lt;BR /&gt;-L${PRFX}/bison-2.4/lib \&lt;BR /&gt;-L${PRFX}/texinfo-4.13/lib \&lt;BR /&gt;-L${PRFX}/zlib-1.2.3/lib \&lt;BR /&gt;-L${PRFX}/freetype-2.3.7/lib \&lt;BR /&gt;-L${PRFX}/gettext-0.17/lib \&lt;BR /&gt;-L${PRFX}/libiconv-1.12/lib \&lt;BR /&gt;-L${PRFX}/fontconfig-2.6.0/lib \&lt;BR /&gt;-L${PRFX}/tcltk-8.5.5/tcl/lib \&lt;BR /&gt;-L${PRFX}/tcltk-8.5.5/tk/lib \&lt;BR /&gt;-L${PRFX}/db-4.7.25/lib \&lt;BR /&gt;-L${PRFX}/openssl-0.9.8i/lib \&lt;BR /&gt;-L${PRFX}/apr-0.9.17/lib \&lt;BR /&gt;-L${PRFX}/apr_util-0.9.15/lib \&lt;BR /&gt;-L${PRFX}/perl-5.10.0/lib \&lt;BR /&gt;-L${PRFX}/perl-5.10.0/lib/perl5/5.10.0/unicore/lib \&lt;BR /&gt;-L${PRFX}/apr-1.3.3/lib \&lt;BR /&gt;-L${PRFX}/apr-util-1.3.4/lib" \&lt;BR /&gt;LIBS="\&lt;BR /&gt;-L${PRFX}/renderproto-0.9.3/lib \&lt;BR /&gt;-L${PRFX}/gdbm-1.8.3/lib \&lt;BR /&gt;-L${PRFX}/expat-2.0.1/lib \&lt;BR /&gt;-L${PRFX}/m4-1.4.12/lib \&lt;BR /&gt;-L${PRFX}/bison-2.4/lib \&lt;BR /&gt;-L${PRFX}/texinfo-4.13/lib \&lt;BR /&gt;-L${PRFX}/zlib-1.2.3/lib \&lt;BR /&gt;-L${PRFX}/freetype-2.3.7/lib \&lt;BR /&gt;-L${PRFX}/gettext-0.17/lib \&lt;BR /&gt;-L${PRFX}/libiconv-1.12/lib \&lt;BR /&gt;-L${PRFX}/fontconfig-2.6.0/lib \&lt;BR /&gt;-L${PRFX}/tcltk-8.5.5/tcl/lib \&lt;BR /&gt;-L${PRFX}/tcltk-8.5.5/tk/lib \&lt;BR /&gt;-L${PRFX}/db-4.7.25/lib \&lt;BR /&gt;-L${PRFX}/openssl-0.9.8i/lib \&lt;BR /&gt;-L${PRFX}/apr-0.9.17/lib \&lt;BR /&gt;-L${PRFX}/apr_util-0.9.15/lib \&lt;BR /&gt;-L${PRFX}/perl-5.10.0/lib \&lt;BR /&gt;-L${PRFX}/perl-5.10.0/lib/perl5/5.10.0/unicore/lib \&lt;BR /&gt;-L${PRFX}/apr-1.3.3/lib \&lt;BR /&gt;-L${PRFX}/apr-util-1.3.4/lib" \&lt;BR /&gt;./configure \&lt;BR /&gt;--prefix=${PRFX}/apache2-2.2.11 \&lt;BR /&gt;--with-included-apr \&lt;BR /&gt;--with-apr=${PRFX}/apr-1.3.3/bin/apr-1-config \&lt;BR /&gt;--with-apr-utils=${PRFX}/apr-util-1.3.4/bin/apu-1-config \&lt;BR /&gt;--with-ssl=${PRFX}/openssl-0.9.8i \&lt;BR /&gt;--with-z=${PRFX}/zlib-1.2.3 \&lt;BR /&gt;&amp;amp;&amp;amp; ${GMK} &amp;amp;&amp;amp; ${GMK} install&lt;BR /&gt;) &amp;amp;&amp;amp; echo "Apache OK" || echo "Apache KO"&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Dec 2008 14:34:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324901#M651720</guid>
      <dc:creator>Florian POUGHEON</dc:creator>
      <dc:date>2008-12-17T14:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling Apache 2.2.11 with openssl support.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324902#M651721</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Apache 2.2 might be available in depot form on &lt;A href="http://software.hp.com" target="_blank"&gt;http://software.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;ssl support will be compiled in. Depot install saves you this trouble.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 17 Dec 2008 14:39:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324902#M651721</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-12-17T14:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling Apache 2.2.11 with openssl support.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324903#M651722</link>
      <description>Unfortunatly, I need to compile myself Apache. Binary version can't help me.</description>
      <pubDate>Wed, 17 Dec 2008 14:45:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324903#M651722</guid>
      <dc:creator>Florian POUGHEON</dc:creator>
      <dc:date>2008-12-17T14:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling Apache 2.2.11 with openssl support.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324904#M651723</link>
      <description>This is a part of my config.log...&lt;BR /&gt;&lt;BR /&gt;sharedstatedir='${prefix}/com'&lt;BR /&gt;sysconfdir='${prefix}/etc'&lt;BR /&gt;target='hppa2.0w-hp-hpux11.11'&lt;BR /&gt;target_alias=''&lt;BR /&gt;target_cpu='hppa2.0w'&lt;BR /&gt;target_os='hpux11.11'&lt;BR /&gt;target_vendor='hp'&lt;BR /&gt;&lt;BR /&gt;## ----------- ##&lt;BR /&gt;## confdefs.h. ##&lt;BR /&gt;## ----------- ##&lt;BR /&gt;&lt;BR /&gt;#define PACKAGE_NAME ""&lt;BR /&gt;#define PACKAGE_TARNAME ""&lt;BR /&gt;#define PACKAGE_VERSION ""&lt;BR /&gt;#define PACKAGE_STRING ""&lt;BR /&gt;#define PACKAGE_BUGREPORT ""&lt;BR /&gt;#define STDC_HEADERS 1&lt;BR /&gt;#define HAVE_SYS_TYPES_H 1&lt;BR /&gt;#define HAVE_SYS_STAT_H 1&lt;BR /&gt;#define HAVE_STDLIB_H 1&lt;BR /&gt;#define HAVE_STRING_H 1&lt;BR /&gt;#define HAVE_MEMORY_H 1&lt;BR /&gt;#define HAVE_STRINGS_H 1&lt;BR /&gt;#define HAVE_INTTYPES_H 1&lt;BR /&gt;#define HAVE_UNISTD_H 1&lt;BR /&gt;#define __EXTENSIONS__ 1&lt;BR /&gt;#define _ALL_SOURCE 1&lt;BR /&gt;#define _GNU_SOURCE 1&lt;BR /&gt;#define _POSIX_PTHREAD_SEMANTICS 1&lt;BR /&gt;#define _TANDEM_SOURCE 1&lt;BR /&gt;#define STDC_HEADERS 1&lt;BR /&gt;#define HAVE_STRING_H 1&lt;BR /&gt;#define HAVE_LIMITS_H 1&lt;BR /&gt;#define HAVE_UNISTD_H 1&lt;BR /&gt;#define HAVE_SYS_SOCKET_H 1&lt;BR /&gt;#define HAVE_PWD_H 1&lt;BR /&gt;#define HAVE_GRP_H 1&lt;BR /&gt;#define HAVE_STRINGS_H 1&lt;BR /&gt;#define HAVE_SYS_SEM_H 1&lt;BR /&gt;#define HAVE_SYS_WAIT_H 1&lt;BR /&gt;#define HAVE_GETPWNAM 1&lt;BR /&gt;#define HAVE_GETGRNAM 1&lt;BR /&gt;#define HAVE_INITGROUPS 1&lt;BR /&gt;#define HAVE_GETPGID 1&lt;BR /&gt;#define AP_ENABLE_V4_MAPPED 1&lt;BR /&gt;#define HAVE_SYS_TIMES_H 1&lt;BR /&gt;#define HAVE_TIMES 1&lt;BR /&gt;#define HAVE_OPENSSL_OPENSSLV_H 1&lt;BR /&gt;#define HAVE_OPENSSL_SSL_H 1&lt;BR /&gt;#define HAVE_OPENSSL_ENGINE_H 1&lt;BR /&gt;&lt;BR /&gt;configure: exit 1&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Thu, 18 Dec 2008 09:28:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324904#M651723</guid>
      <dc:creator>Florian POUGHEON</dc:creator>
      <dc:date>2008-12-18T09:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling Apache 2.2.11 with openssl support.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324905#M651724</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I tried to build Apache 2.2.11 with OpenSSL support on HP-UX 11.11:&lt;BR /&gt;&lt;BR /&gt;  * use HP-UX OpenSSL A.00.09.07m.032 installed at /opt/openssl&lt;BR /&gt;  * make no changes to acinclude.m4 as you described&lt;BR /&gt;&lt;BR /&gt;Eventually I can not duplicate your configure script problem on&lt;BR /&gt;my environment.&lt;BR /&gt;&lt;BR /&gt;% model&lt;BR /&gt;9000/800/A500-5X&lt;BR /&gt;% uname -r&lt;BR /&gt;B.11.11&lt;BR /&gt;% swlist | grep OpenSSL&lt;BR /&gt;  OpenSSL                               A.00.09.07m.032 Secure Network Communications Protocol &lt;BR /&gt;%&lt;BR /&gt;&lt;BR /&gt;Here's my configure line:&lt;BR /&gt;&lt;BR /&gt;% env CC=cc CFLAGS="+O2" LDFLAGS="-Wl,-E \&lt;BR /&gt;    -Wl,+b,/usr/local/apache2/lib:/usr/local/lib:/opt/openssl/lib \&lt;BR /&gt;    -L/usr/local/lib -L`pwd`/srclib/apr/.libs \&lt;BR /&gt;    -L`pwd`/srclib/apr-util/xml/expat/lib/.libs \&lt;BR /&gt;    -L`pwd`/srclib/apr-util/.libs -L/opt/openssl/lib" \&lt;BR /&gt;    ./configure --enable-so --with-mpm=worker --enable-mod-shared=all \&lt;BR /&gt;    --enable-ssl --with-ssl=/opt/openssl --enable-module=ssl \&lt;BR /&gt;    --prefix=/usr/local/apache2 2&amp;gt;&amp;amp;1 | tee configure.log&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Shinji</description>
      <pubDate>Mon, 29 Dec 2008 02:22:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324905#M651724</guid>
      <dc:creator>Shinji Teragaito_1</dc:creator>
      <dc:date>2008-12-29T02:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling Apache 2.2.11 with openssl support.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324906#M651725</link>
      <description>I had not remarked OpenSSL was already installed. I decided to use it.&lt;BR /&gt;&lt;BR /&gt;root@miahp052:/Datas/MIADZFR4/INSTALL_APACHE # swlist | grep OpenSSL&lt;BR /&gt;  OpenSSL                               A.00.09.07l    Secure Network Communications Protocol&lt;BR /&gt;&lt;BR /&gt;This is my new apache install command : &lt;BR /&gt;&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;#!/bin/ksh&lt;BR /&gt;&lt;BR /&gt;(&lt;BR /&gt;cd src/sources/apache2-2.2.11&lt;BR /&gt;&lt;BR /&gt;GMK="/bustools/apache/2.2.10/make-3.81/bin/gmake"&lt;BR /&gt;PRFX="/bustools/apache/2.2.10"&lt;BR /&gt;&lt;BR /&gt;${GMK} clean&lt;BR /&gt;&lt;BR /&gt;LIBS="-ldl" \&lt;BR /&gt;PKG_CONFIG_PATH="/bustools/apache/2.2.10/openssl-0.9.8i/" \&lt;BR /&gt;MAKEOPTS="-j16" \&lt;BR /&gt;PATH="\&lt;BR /&gt;${PRFX}/apr-1.3.3/bin:\&lt;BR /&gt;${PRFX}/apr-util-1.3.4/bin:\&lt;BR /&gt;${PRFX}/openssl-0.9.8i/bin:\&lt;BR /&gt;/opt/openssl/bin:\&lt;BR /&gt;${PRFX}/pkgconfig-0.23/bin:\&lt;BR /&gt;${PRFX}/expat-2.0.1/bin:\&lt;BR /&gt;${PRFX}/m4-1.4.12/bin:\&lt;BR /&gt;${PRFX}/bison-2.4/bin:\&lt;BR /&gt;${PRFX}/texinfo-4.13/bin:\&lt;BR /&gt;${PRFX}/freetype-2.3.7/bin:\&lt;BR /&gt;${PRFX}/make-3.81/bin:\&lt;BR /&gt;${PRFX}/gettext-0.17/bin:\&lt;BR /&gt;${PRFX}/libiconv-1.12/bin:\&lt;BR /&gt;${PRFX}/fontconfig-2.6.0/bin:\&lt;BR /&gt;${PRFX}/libXft-2.1.13/bin:\&lt;BR /&gt;${PRFX}/tcltk-8.5.5/tcl/bin:\&lt;BR /&gt;${PRFX}/tcltk-8.5.5/tk/bin:\&lt;BR /&gt;${PRFX}/db-4.7.25/bin:$PATH" \&lt;BR /&gt;LDFLAGS="\&lt;BR /&gt;-Wl,-E -Wl,+b,{PRFX}/renderproto-0.9.3/lib\&lt;BR /&gt;:${PRFX}/gdbm-1.8.3/lib\&lt;BR /&gt;:${PRFX}/expat-2.0.1/lib\&lt;BR /&gt;:${PRFX}/m4-1.4.12/lib\&lt;BR /&gt;:${PRFX}/bison-2.4/lib\&lt;BR /&gt;:${PRFX}/texinfo-4.13/lib\&lt;BR /&gt;:${PRFX}/zlib-1.2.3/lib\&lt;BR /&gt;:${PRFX}/freetype-2.3.7/lib\&lt;BR /&gt;:${PRFX}/gettext-0.17/lib\&lt;BR /&gt;:${PRFX}/libiconv-1.12/lib\&lt;BR /&gt;:${PRFX}/fontconfig-2.6.0/lib\&lt;BR /&gt;:${PRFX}/tcltk-8.5.5/tcl/lib\&lt;BR /&gt;:${PRFX}/tcltk-8.5.5/tk/lib\&lt;BR /&gt;:${PRFX}/db-4.7.25/lib\&lt;BR /&gt;:${PRFX}/openssl-0.9.8i/lib\&lt;BR /&gt;:${PRFX}/apr-0.9.17/lib\&lt;BR /&gt;:${PRFX}/apr_util-0.9.15/lib\&lt;BR /&gt;:${PRFX}/perl-5.10.0/lib\&lt;BR /&gt;:${PRFX}/perl-5.10.0/lib/perl5/5.10.0/unicore/lib\&lt;BR /&gt;:${PRFX}/apr-1.3.3/lib\&lt;BR /&gt;:${PRFX}/apr-util-1.3.4/lib\&lt;BR /&gt;:/opt/openssl/lib \&lt;BR /&gt;-L${PRFX}/renderproto-0.9.3/lib \&lt;BR /&gt;-L${PRFX}/gdbm-1.8.3/lib \&lt;BR /&gt;-L${PRFX}/expat-2.0.1/lib \&lt;BR /&gt;-L${PRFX}/m4-1.4.12/lib \&lt;BR /&gt;-L${PRFX}/bison-2.4/lib \&lt;BR /&gt;-L${PRFX}/texinfo-4.13/lib \&lt;BR /&gt;-L${PRFX}/zlib-1.2.3/lib \&lt;BR /&gt;-L${PRFX}/freetype-2.3.7/lib \&lt;BR /&gt;-L${PRFX}/gettext-0.17/lib \&lt;BR /&gt;-L${PRFX}/libiconv-1.12/lib \&lt;BR /&gt;-L${PRFX}/fontconfig-2.6.0/lib \&lt;BR /&gt;-L${PRFX}/tcltk-8.5.5/tcl/lib \&lt;BR /&gt;-L${PRFX}/tcltk-8.5.5/tk/lib \&lt;BR /&gt;-L${PRFX}/db-4.7.25/lib \&lt;BR /&gt;-L${PRFX}/openssl-0.9.8i/lib \&lt;BR /&gt;-L/opt/openssl/lib \&lt;BR /&gt;-L${PRFX}/apr-0.9.17/lib \&lt;BR /&gt;-L${PRFX}/apr_util-0.9.15/lib \&lt;BR /&gt;-L${PRFX}/perl-5.10.0/lib \&lt;BR /&gt;-L${PRFX}/perl-5.10.0/lib/perl5/5.10.0/unicore/lib \&lt;BR /&gt;-L${PRFX}/apr-1.3.3/lib \&lt;BR /&gt;-L${PRFX}/apr-util-1.3.4/lib" \&lt;BR /&gt;LIBS="\&lt;BR /&gt;-L${PRFX}/renderproto-0.9.3/lib \&lt;BR /&gt;-L${PRFX}/gdbm-1.8.3/lib \&lt;BR /&gt;-L${PRFX}/expat-2.0.1/lib \&lt;BR /&gt;-L${PRFX}/m4-1.4.12/lib \&lt;BR /&gt;-L${PRFX}/bison-2.4/lib \&lt;BR /&gt;-L${PRFX}/texinfo-4.13/lib \&lt;BR /&gt;-L${PRFX}/zlib-1.2.3/lib \&lt;BR /&gt;-L${PRFX}/freetype-2.3.7/lib \&lt;BR /&gt;-L${PRFX}/gettext-0.17/lib \&lt;BR /&gt;-L${PRFX}/libiconv-1.12/lib \&lt;BR /&gt;-L${PRFX}/fontconfig-2.6.0/lib \&lt;BR /&gt;-L${PRFX}/tcltk-8.5.5/tcl/lib \&lt;BR /&gt;-L${PRFX}/tcltk-8.5.5/tk/lib \&lt;BR /&gt;-L${PRFX}/db-4.7.25/lib \&lt;BR /&gt;-L${PRFX}/openssl-0.9.8i/lib \&lt;BR /&gt;-L/opt/openssl/lib \&lt;BR /&gt;-L${PRFX}/apr-0.9.17/lib \&lt;BR /&gt;-L${PRFX}/apr_util-0.9.15/lib \&lt;BR /&gt;-L${PRFX}/perl-5.10.0/lib \&lt;BR /&gt;-L${PRFX}/perl-5.10.0/lib/perl5/5.10.0/unicore/lib \&lt;BR /&gt;-L${PRFX}/apr-1.3.3/lib \&lt;BR /&gt;-L${PRFX}/apr-util-1.3.4/lib" \&lt;BR /&gt;./configure \&lt;BR /&gt;--prefix=${PRFX}/apache2-2.2.11 \&lt;BR /&gt;--with-included-apr \&lt;BR /&gt;--enable-module=ssl \&lt;BR /&gt;--enable-ssl \&lt;BR /&gt;--with-apr=${PRFX}/apr-1.3.3/bin/apr-1-config \&lt;BR /&gt;--with-apr-utils=${PRFX}/apr-util-1.3.4/bin/apu-1-config \&lt;BR /&gt;--with-ssl=/opt/openssl \&lt;BR /&gt;--with-z=${PRFX}/zlib-1.2.3 \&lt;BR /&gt;&amp;amp;&amp;amp; ${GMK} &amp;amp;&amp;amp; ${GMK} install&lt;BR /&gt;) &amp;amp;&amp;amp; echo "Apache OK" || echo "Apache KO"&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Mon, 05 Jan 2009 09:15:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324906#M651725</guid>
      <dc:creator>Florian POUGHEON</dc:creator>
      <dc:date>2009-01-05T09:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling Apache 2.2.11 with openssl support.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324907#M651726</link>
      <description>&lt;!--!*#--&gt;Hi Florian,&lt;BR /&gt;&lt;BR /&gt;  Even if you installed OpenSSL, do you receive the same error&lt;BR /&gt;  from the configure script ?&lt;BR /&gt;&lt;BR /&gt;  If yes, you should removed the following first line from your&lt;BR /&gt;  configure line to use HP OpenSSL:&lt;BR /&gt;&lt;BR /&gt;-L${PRFX}/openssl-0.9.8i/lib \       &amp;lt;---- REMOVE&lt;BR /&gt;-L/opt/openssl/lib \&lt;BR /&gt;&lt;BR /&gt;  By the way, have you ever confirmed you can compile Apache&lt;BR /&gt;  2.2.11 with very simple configurations ("--enable-so&lt;BR /&gt;  --with-mpm=worker --enable-mods-shared=all&lt;BR /&gt;  --with-z=${PRFX}/zlib-1.2.3" only) on your development&lt;BR /&gt;  environment ?If you have not, I'd like to recommend you to do&lt;BR /&gt;  that. Small start may be worthwhile :-)&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Shinji</description>
      <pubDate>Tue, 06 Jan 2009 08:26:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324907#M651726</guid>
      <dc:creator>Shinji Teragaito_1</dc:creator>
      <dc:date>2009-01-06T08:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling Apache 2.2.11 with openssl support.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324908#M651727</link>
      <description>Hi Shinji,&lt;BR /&gt;&lt;BR /&gt;I've done modification you told me.&lt;BR /&gt;First, I've removed the openssl-0.9.8i lines in my configure line.&lt;BR /&gt;Second, I've tryed to compile with just these options :&lt;BR /&gt;&lt;BR /&gt;+---&lt;BR /&gt;|--enable-so \&lt;BR /&gt;|--with-mpm=worker \&lt;BR /&gt;|--with-included-apr \&lt;BR /&gt;|--enable-mods-shared=all \&lt;BR /&gt;|--prefix=${PRFX}/apache2-2.2.11 \&lt;BR /&gt;|--with-z=${PRFX}/zlib-1.2.3 \&lt;BR /&gt;+---&lt;BR /&gt;&lt;BR /&gt;Of course, I have let my $PATH and $LIBS var because of I've not installed libraries in a compliant folder ;).&lt;BR /&gt;&lt;BR /&gt;I hurt on the same problem with this two configuration... :(&lt;BR /&gt;&lt;BR /&gt;+---&lt;BR /&gt;|configure: error: ... Error, SSL/TLS |libraries were missing or unusable&lt;BR /&gt;+---&lt;BR /&gt;&lt;BR /&gt;Why does openssl isn't recognized as usable by apache ? &lt;BR /&gt;&lt;BR /&gt;Thanks for your help.</description>
      <pubDate>Tue, 06 Jan 2009 09:17:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324908#M651727</guid>
      <dc:creator>Florian POUGHEON</dc:creator>
      <dc:date>2009-01-06T09:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling Apache 2.2.11 with openssl support.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324909#M651728</link>
      <description>&lt;!--!*#--&gt;Hi Florian,&lt;BR /&gt;&lt;BR /&gt;  First please let me correct slightly my previous message:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  2.2.11 with very simple configurations ("--enable-so&lt;BR /&gt;&amp;gt;  --with-mpm=worker --enable-mods-shared=all&lt;BR /&gt;&amp;gt;  --with-z=${PRFX}/zlib-1.2.3" only) on your development&lt;BR /&gt;&lt;BR /&gt;  As the simple configurations, I was going to write "--enable-so&lt;BR /&gt;  --with-mpm=worker". Terribly sorry.&lt;BR /&gt;&lt;BR /&gt;  Anyway, if this configure line doesn't cause any problem, you&lt;BR /&gt;  should confirm if 'make' works successfully.&lt;BR /&gt;&lt;BR /&gt;  If this configure line causes a problem, you should try to&lt;BR /&gt;  launch the configure script such as 'sh -x ./configure ....' .&lt;BR /&gt;&lt;BR /&gt;|configure: error: ... Error, SSL/TLS |libraries were missing or unusable&lt;BR /&gt;&lt;BR /&gt;  You should find where 'liberrors' is configured as "yes" from&lt;BR /&gt;  the output messages from 'sh -x ./configure'.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Shinji</description>
      <pubDate>Tue, 06 Jan 2009 23:39:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324909#M651728</guid>
      <dc:creator>Shinji Teragaito_1</dc:creator>
      <dc:date>2009-01-06T23:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling Apache 2.2.11 with openssl support.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324910#M651729</link>
      <description>Hi, &lt;BR /&gt;I've just come to remove "yes" to liberrors value corresponding to my problem. The configuration step still look work.&lt;BR /&gt;Now I have a problem during compilation : &lt;BR /&gt;&lt;BR /&gt;/bin/sh /Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/srclib/apr/libtool --silent --mode=compile cc -Ae +Z +DAportable -mt  -O +Onoprocelim -I/usr/local/include -DHAVE_CONFIG_H -DHPUX11 -D_REENTRANT -D_HPUX_SOURCE -D_LARGEFILE64_SOURCE  -O +Onoprocelim -I/usr/local/include -I/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/srclib/apr-util/include -I/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/srclib/apr-util/include/private  -I/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/srclib/apr/include  -I/usr/local/include  -o uri/apr_uri.lo -c uri/apr_uri.c &amp;amp;&amp;amp; touch uri/apr_uri.lo&lt;BR /&gt;/bin/sh /Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/srclib/apr/libtool --silent --mode=compile cc -Ae +Z +DAportable -mt  -O +Onoprocelim -I/usr/local/include -DHAVE_CONFIG_H -DHPUX11 -D_REENTRANT -D_HPUX_SOURCE -D_LARGEFILE64_SOURCE  -O +Onoprocelim -I/usr/local/include -I/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/srclib/apr-util/include -I/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/srclib/apr-util/include/private  -I/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/srclib/apr/include  -I/usr/local/include  -o xml/apr_xml.lo -c xml/apr_xml.c &amp;amp;&amp;amp; touch xml/apr_xml.lo&lt;BR /&gt;cpp: "xml/apr_xml.c", line 35: error 4036: Can't open include file 'expat.h'.&lt;BR /&gt;gmake[3]: *** [xml/apr_xml.lo] Error 1&lt;BR /&gt;gmake[3]: Leaving directory `/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/srclib/apr-util'&lt;BR /&gt;gmake[2]: *** [all-recursive] Error 1&lt;BR /&gt;gmake[2]: Leaving directory `/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/srclib/apr-util'&lt;BR /&gt;gmake[1]: *** [all-recursive] Error 1&lt;BR /&gt;gmake[1]: Leaving directory `/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/srclib'&lt;BR /&gt;gmake: *** [all-recursive] Error 1&lt;BR /&gt;Apache KO&lt;BR /&gt;&lt;BR /&gt;But expat.h exists in my INCLUDE var and is present in the directory : &lt;BR /&gt;&lt;BR /&gt;root@miahp052:/Datas/MIADZFR4/INSTALL_APACHE # find /bustools/apache/2.2.10/expat-2.0.1 -name expat.h -follow&lt;BR /&gt;/bustools/apache/2.2.10/expat-2.0.1/include/expat.h&lt;BR /&gt;&lt;BR /&gt;Any idea ??</description>
      <pubDate>Thu, 08 Jan 2009 10:48:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324910#M651729</guid>
      <dc:creator>Florian POUGHEON</dc:creator>
      <dc:date>2009-01-08T10:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling Apache 2.2.11 with openssl support.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324911#M651730</link>
      <description>OK. I've just resolved the problem concerning the missing expat.h -&amp;gt; The Apache's configure call the apr-util's configure but before that, the path of my expat.h was disapeared of the apr-util's Makefile. I had to had it myself in the INCLUDE line.&lt;BR /&gt;&lt;BR /&gt;I'm confronted to another problem but I will search myself this afternoon and come back here tomorrow. ;)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Jan 2009 15:57:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324911#M651730</guid>
      <dc:creator>Florian POUGHEON</dc:creator>
      <dc:date>2009-01-08T15:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling Apache 2.2.11 with openssl support.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324912#M651731</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have another little problem :) ... but I think that it will be the last one. When I compile Apache, I'm knocked into this error :&lt;BR /&gt;&lt;BR /&gt;gmake[2]: Entering directory `/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/support'&lt;BR /&gt;/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/srclib/apr/libtool --silent --mode=compile cc -Ae +Z +DAportable -mt  -O +Onoprocelim -I/usr/local/include  -DHPUX11 -D_REENTRANT -D_HPUX_SOURCE -D_LARGEFILE64_SOURCE  -O +Onoprocelim -I/usr/local/include -I/bustools/apache/2.2.10/renderproto-0.9.3/include -I/bustools/apache/2.2.10/gdbm-1.8.3/include -I/bustools/apache/2.2.10/expat-2.0.1/include -I/bustools/apache/2.2.10/zlib-1.2.3/include -I/bustools/apache/2.2.10/freetype-2.3.7/include -I/bustools/apache/2.2.10/gettext-0.17/include -I/bustools/apache/2.2.10/libiconv-1.12/include -I/bustools/apache/2.2.10/fontconfig-2.6.0/include -I/bustools/apache/2.2.10/tcltk-8.5.5/tcl/include -I/bustools/apache/2.2.10/tcltk-8.5.5/tk/include -I/bustools/apache/2.2.10/db-4.7.25/include -I/bustools/apache/2.2.10/openssl-0.9.8i/include -I/bustools/apache/2.2.10/apr-1.3.3/include -I/bustools/apache/2.2.10/apr-util-1.3.4/include -I/bustools/apache/2.2.10/apr-1.3.3/include/apr/include -I/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/srclib/pcre -I. -I/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/os/unix -I/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/server/mpm/worker -I/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/modules/http -I/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/modules/filters -I/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/modules/proxy -I/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/include -I/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/modules/generators -I/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/modules/mappers -I/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/modules/database -I/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/srclib/apr/include -I/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/srclib/apr-util/include -I/usr/local/include -I/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/server -I/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/modules/proxy/../generators -I/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/modules/ssl -I/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/modules/dav/main  -prefer-non-pic -static -c htpasswd.c &amp;amp;&amp;amp; touch htpasswd.lo&lt;BR /&gt;/Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/srclib/apr/libtool --silent --mode=link cc -Ae +Z +DAportable -mt  -O +Onoprocelim -I/usr/local/include   -L/bustools/apache/2.2.10/zlib-1.2.3/lib -L/bustools/apache/2.2.10/openssl-0.9.8i/lib  -L/usr/local/lib -L/usr/local/lib/hpux32 -Wl,+b -Wl,/usr/local/lib:/usr/local/lib/hpux32:/usr/local/apache2/lib -o htpasswd  htpasswd.lo   -lm /Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/srclib/pcre/libpcre.la /Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/srclib/apr-util/libaprutil-1.la /Datas/MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/srclib/apr/libapr-1.la -lrt -lm -lpthread -ldld -L../srclib/apr/.libs&lt;BR /&gt;libtool: link: warning: this platform does not like uninstalled shared libraries&lt;BR /&gt;libtool: link: `htpasswd' will be relinked during installation&lt;BR /&gt;/usr/ccs/bin/ld: Unsatisfied symbols:&lt;BR /&gt;   apr_generate_random_bytes (first referenced in .libs/htpasswd.o) (code)&lt;BR /&gt;gmake[2]: *** [htpasswd] Error 1</description>
      <pubDate>Fri, 09 Jan 2009 15:25:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324912#M651731</guid>
      <dc:creator>Florian POUGHEON</dc:creator>
      <dc:date>2009-01-09T15:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling Apache 2.2.11 with openssl support.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324913#M651732</link>
      <description>&amp;gt;I'm knocked into this error: &lt;BR /&gt;&lt;BR /&gt;You don't know where apr_generate_random_bytes  is defined?&lt;BR /&gt;&lt;BR /&gt;If you have a bunch of libs you can look at each with:&lt;BR /&gt;nm -pxAN path-to-libs/lib* | grep apr_generate_random_bytes</description>
      <pubDate>Fri, 09 Jan 2009 21:13:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324913#M651732</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-09T21:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling Apache 2.2.11 with openssl support.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324914#M651733</link>
      <description>&lt;!--!*#--&gt;Hi Florian,&lt;BR /&gt;&lt;BR /&gt;Let us know if libapr is generated or not.&lt;BR /&gt;&lt;BR /&gt;Here's my libapr when building Apache + OpenSSL:&lt;BR /&gt;&lt;BR /&gt;% ll srclib/apr/.libs&lt;BR /&gt;total 1250&lt;BR /&gt;-rw-r--r--   1 shinji     users       323236 Jan  7 17:21 libapr-1.a&lt;BR /&gt;lrwxr-xr-x   1 shinji     users           14 Jan  7 17:21 libapr-1.la -&amp;gt; ../libapr-1.la&lt;BR /&gt;-rw-r--r--   1 shinji     users         1019 Jan  7 17:21 libapr-1.lai&lt;BR /&gt;lrwxr-xr-x   1 shinji     users           15 Jan  7 17:21 libapr-1.sl -&amp;gt; libapr-1.sl.3.3&lt;BR /&gt;lrwxr-xr-x   1 shinji     users           15 Jan  7 17:21 libapr-1.sl.3 -&amp;gt; libapr-1.sl.3.3&lt;BR /&gt;-rwxr-xr-x   1 shinji     users       315392 Jan  7 17:21 libapr-1.sl.3.3&lt;BR /&gt;%&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Shinji</description>
      <pubDate>Mon, 12 Jan 2009 09:01:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324914#M651733</guid>
      <dc:creator>Shinji Teragaito_1</dc:creator>
      <dc:date>2009-01-12T09:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling Apache 2.2.11 with openssl support.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324915#M651734</link>
      <description>MIADZFR4/INSTALL_APACHE/src/sources/apache2-2.2.11/srclib/apr/.libs # ll&lt;BR /&gt;total 1244&lt;BR /&gt;-rw-r--r--   1 root       sys         319220 Jan  9 17:22 libapr-1.a&lt;BR /&gt;lrwxr-xr-x   1 root       sys             14 Jan  9 17:22 libapr-1.la -&amp;gt; ../libapr-1.la&lt;BR /&gt;-rw-r--r--   1 root       sys           1735 Jan  9 17:22 libapr-1.lai&lt;BR /&gt;lrwxr-xr-x   1 root       sys             15 Jan  9 17:22 libapr-1.sl -&amp;gt; libapr-1.sl.3.3&lt;BR /&gt;lrwxr-xr-x   1 root       sys             15 Jan  9 17:22 libapr-1.sl.3 -&amp;gt; libapr-1.sl.3.3&lt;BR /&gt;-rwxr-xr-x   1 root       sys         315392 Jan  9 17:22 libapr-1.sl.3.3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Generated...</description>
      <pubDate>Mon, 12 Jan 2009 09:10:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324915#M651734</guid>
      <dc:creator>Florian POUGHEON</dc:creator>
      <dc:date>2009-01-12T09:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling Apache 2.2.11 with openssl support.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324916#M651735</link>
      <description>&lt;!--!*#--&gt;Hi Florian,&lt;BR /&gt;&lt;BR /&gt;I attempted to use the latest expat library like you. &lt;BR /&gt;&lt;BR /&gt;NOTE: apr and apr-util have not been built prior to the Apache build&lt;BR /&gt;because Apache 2.2.11 has bundled the latest version.&lt;BR /&gt;&lt;BR /&gt;Please refer to my steps in the attached file.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Shinji</description>
      <pubDate>Mon, 19 Jan 2009 04:00:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324916#M651735</guid>
      <dc:creator>Shinji Teragaito_1</dc:creator>
      <dc:date>2009-01-19T04:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling Apache 2.2.11 with openssl support.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324917#M651736</link>
      <description>&lt;!--!*#--&gt;I failed to attach a file to my previous message.&lt;BR /&gt;&lt;BR /&gt;I try again. Here you go.</description>
      <pubDate>Mon, 19 Jan 2009 04:14:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324917#M651736</guid>
      <dc:creator>Shinji Teragaito_1</dc:creator>
      <dc:date>2009-01-19T04:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling Apache 2.2.11 with openssl support.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324918#M651737</link>
      <description>&lt;!--!*#--&gt;Hi there.  So far as I can tell, apr_generate_random_bytes is not defined anywhere that gets compiled.  I see it in several source files inside of the apr directory of the Apache install, but not inside of any of the libraries.&lt;BR /&gt;&lt;BR /&gt;Nothing here in this question seems to answer how to get past the problem during make when we get the unsatisfied symbols error.  I am not trying to install expat (of any version) so that does not seem likely to be a problem.  Has anyone had this error and been able to solve it?</description>
      <pubDate>Thu, 05 Nov 2009 19:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-apache-2-2-11-with-openssl-support/m-p/4324918#M651737</guid>
      <dc:creator>Scott R Bell</dc:creator>
      <dc:date>2009-11-05T19:52:19Z</dc:date>
    </item>
  </channel>
</rss>

