<?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+mod_ssl+openssl question~ in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-mod-ssl-openssl-question/m-p/3646472#M742328</link>
    <description>yeah I resolve this problem&lt;BR /&gt;&lt;BR /&gt;flex problem~~&lt;BR /&gt;&lt;BR /&gt;install flex-2.5.4a-hppa-11.11.depot.gz &lt;BR /&gt;        (&lt;A href="http://hpux.connect.org.uk)" target="_blank"&gt;http://hpux.connect.org.uk)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;after install, don't forget flex PATH~&lt;BR /&gt;&lt;BR /&gt;#vi /etc/PATH    &lt;BR /&gt;&lt;BR /&gt;add~~~&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 16 Oct 2005 10:19:29 GMT</pubDate>
    <dc:creator>전태용</dc:creator>
    <dc:date>2005-10-16T10:19:29Z</dc:date>
    <item>
      <title>apache+mod_ssl+openssl question~</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-mod-ssl-openssl-question/m-p/3646470#M742326</link>
      <description>dear all , have a good time~~&lt;BR /&gt;&lt;BR /&gt;i wanted to install apache+mod_ssl+openssl but i ve an error when i do next~&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;----------------------------------------------1.Fetch and extract the distributions of Apache, mod_ssl and OpenSSL &lt;BR /&gt;apache_1.3.33.tar.gz&lt;BR /&gt;mod_ssl-2.8.24-1.3.33.tar.gz&lt;BR /&gt;openssl-0.9.8.tar.gz&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2.Build OpenSSL&lt;BR /&gt;$ cd openssl-0.9.8&lt;BR /&gt;$ ./config&lt;BR /&gt;$ make&lt;BR /&gt;$ cd ..&lt;BR /&gt;*** success***&lt;BR /&gt;&lt;BR /&gt;3.Build and install the SSL-aware Apache &lt;BR /&gt;$ cd mod_ssl-2.8.24-1.3.33&lt;BR /&gt;$ ./configure \&lt;BR /&gt;    --with-apache=../apache_1.3.33 \&lt;BR /&gt;    --with-ssl=../openssl-0.9.8 \&lt;BR /&gt;    --prefix=/usr/local/apache&lt;BR /&gt;$ cd ..&lt;BR /&gt;$ cd apache_1.3.33&lt;BR /&gt;$ make &lt;BR /&gt;        cc -c  -I../../os/unix -I../../include   -DHPUX11 -Aa -Ae -D_HPUX_SOURCE&lt;BR /&gt; -DMOD_SSL=208124 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED &lt;BR /&gt;`../../apaci` -DSSL_COMPAT -DSSL_ENGINE -I/home/src/openssl-0.9.8/include -DMOD_SSL_VERS&lt;BR /&gt;ION=\"2.8.24\" ssl_expr.c&lt;BR /&gt;cpp: "../../include/ap_config.h", line 65: warning 2002: Redefinition of param names for &lt;BR /&gt;macro __attribute__.flex -Pssl_expr_yy -s -B ssl_expr_scan.l&lt;BR /&gt;Make: Cannot load flex.  Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;&lt;BR /&gt;my hpux system is B.11.11  and 64bit.&lt;BR /&gt;Why does present state ?&lt;BR /&gt;&lt;BR /&gt;I try apache compile with no option. &lt;BR /&gt;&lt;BR /&gt;$ rm -rf  apache_1.3.33&lt;BR /&gt;$ tar zxvf apache_1.3.33.tar&lt;BR /&gt;$ cd apache_1.3.33&lt;BR /&gt;$ make   &amp;lt;---*** success ***---&amp;gt;&lt;BR /&gt;$ make install &amp;lt;---*** success ***---&amp;gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In my opinion this error is  "mod_ssl and apache"  problems.&lt;BR /&gt;&lt;BR /&gt;help me!!!!!</description>
      <pubDate>Tue, 11 Oct 2005 07:46:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-mod-ssl-openssl-question/m-p/3646470#M742326</guid>
      <dc:creator>전태용</dc:creator>
      <dc:date>2005-10-11T07:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: apache+mod_ssl+openssl question~</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-mod-ssl-openssl-question/m-p/3646471#M742327</link>
      <description>Download GCC , I from here&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-4.0.2/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-4.0.2/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And then try the rebuild , the CC complier is not a good complier</description>
      <pubDate>Tue, 11 Oct 2005 09:54:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-mod-ssl-openssl-question/m-p/3646471#M742327</guid>
      <dc:creator>Derek Whigham_1</dc:creator>
      <dc:date>2005-10-11T09:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: apache+mod_ssl+openssl question~</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-mod-ssl-openssl-question/m-p/3646472#M742328</link>
      <description>yeah I resolve this problem&lt;BR /&gt;&lt;BR /&gt;flex problem~~&lt;BR /&gt;&lt;BR /&gt;install flex-2.5.4a-hppa-11.11.depot.gz &lt;BR /&gt;        (&lt;A href="http://hpux.connect.org.uk)" target="_blank"&gt;http://hpux.connect.org.uk)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;after install, don't forget flex PATH~&lt;BR /&gt;&lt;BR /&gt;#vi /etc/PATH    &lt;BR /&gt;&lt;BR /&gt;add~~~&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 16 Oct 2005 10:19:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-mod-ssl-openssl-question/m-p/3646472#M742328</guid>
      <dc:creator>전태용</dc:creator>
      <dc:date>2005-10-16T10:19:29Z</dc:date>
    </item>
  </channel>
</rss>

