<?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 and mod_auth_radius in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-auth-radius/m-p/2493461#M19835</link>
    <description>I would have to suggest that you download the latest HP-UX build of apache from the link I supplied above.  There may have been fixes applied since 1.3.9 thus making the process much smoother with the newer version.  Just a suggestion.  Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jason V.</description>
    <pubDate>Wed, 14 Feb 2001 18:02:37 GMT</pubDate>
    <dc:creator>Jason VanDerMark</dc:creator>
    <dc:date>2001-02-14T18:02:37Z</dc:date>
    <item>
      <title>apache and mod_auth_radius</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-auth-radius/m-p/2493457#M19831</link>
      <description>I am trying to install mod_auth_radius into our apache server running on HP-UX 11.0.  It is looking, so far, for three header files:&lt;BR /&gt;&lt;BR /&gt;ap_hook.h&lt;BR /&gt;ap_ctx.h&lt;BR /&gt;ap_mm.h&lt;BR /&gt;&lt;BR /&gt;I have searched everywhere I can think of to get these.   I have seen references to these files but haven't been able to get the source.&lt;BR /&gt;&lt;BR /&gt;Any ideas?</description>
      <pubDate>Wed, 14 Feb 2001 12:01:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-auth-radius/m-p/2493457#M19831</guid>
      <dc:creator>Richard Mertz</dc:creator>
      <dc:date>2001-02-14T12:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: apache and mod_auth_radius</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-auth-radius/m-p/2493458#M19832</link>
      <description>What version of Apache do you have ?&lt;BR /&gt;&lt;BR /&gt;I checked the source code for 1.3.17 and cannot see any reference to ap_hook.h.&lt;BR /&gt;&lt;BR /&gt;I have also checked the Radius site for mod_auth_radius and the mod_auth_radius.c file does not contain a reference to ap_hook.h.&lt;BR /&gt;&lt;BR /&gt;I don't know where you are getting this reference from ?</description>
      <pubDate>Wed, 14 Feb 2001 14:24:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-auth-radius/m-p/2493458#M19832</guid>
      <dc:creator>Dave Kelly_1</dc:creator>
      <dc:date>2001-02-14T14:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: apache and mod_auth_radius</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-auth-radius/m-p/2493459#M19833</link>
      <description>Hmmm, these files are for the Apache development tools.  Strange that they would be needed.  Just to be sure that you have the best apache files for HP-UX you could download it from the following URL:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Networking/WWW/apache-1.3.17/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Networking/WWW/apache-1.3.17/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I did find the files you talked about earlier but they only seemed to be available for the various Linux distros.  I found them on redhat's website at the following URL:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/swr/i386/apache-devel-1.3.12-2.i386_fl.html" target="_blank"&gt;http://www.redhat.com/swr/i386/apache-devel-1.3.12-2.i386_fl.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope that this helps.&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;Jason V.</description>
      <pubDate>Wed, 14 Feb 2001 14:31:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-auth-radius/m-p/2493459#M19833</guid>
      <dc:creator>Jason VanDerMark</dc:creator>
      <dc:date>2001-02-14T14:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: apache and mod_auth_radius</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-auth-radius/m-p/2493460#M19834</link>
      <description>When I do apxs -i -a -c mod_auth_radius.c, I get the missing files.  I am using Apache 1.3.9.  I found the files, however, now when I try the apxs, I get:&lt;BR /&gt;&lt;BR /&gt;gcc -DSOLARIS2=260 -DMOD_SSL=204110 -DEAPI -DUSE_EXPAT -I../lib/expat-lite -fPIC&lt;BR /&gt; -DSHARED_MODULE -I/software/oracle/ias/Apache/Apache/include  -c /software/mod_auth_radius-1.5.2/mod_auth_radius.c&lt;BR /&gt;In file included from /usr/include/unistd.h:11,&lt;BR /&gt;                 from /software/oracle/ias/Apache/Apache/include/ap_config.h:113&lt;BR /&gt;2,&lt;BR /&gt;                 from /software/oracle/ias/Apache/Apache/include/httpd.h:71,&lt;BR /&gt;                 from /software/mod_auth_radius-1.5.2/mod_auth_radius.c:264:&lt;BR /&gt;/usr/include/sys/unistd.h:271: conflicting types for `gethostname'&lt;BR /&gt;/software/oracle/ias/Apache/Apache/include/ap_config.h:188: previous declaration&lt;BR /&gt; of `gethostname'&lt;BR /&gt;apxs:Break: Command failed with rc=65536&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Feb 2001 17:21:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-auth-radius/m-p/2493460#M19834</guid>
      <dc:creator>Richard Mertz</dc:creator>
      <dc:date>2001-02-14T17:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: apache and mod_auth_radius</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-auth-radius/m-p/2493461#M19835</link>
      <description>I would have to suggest that you download the latest HP-UX build of apache from the link I supplied above.  There may have been fixes applied since 1.3.9 thus making the process much smoother with the newer version.  Just a suggestion.  Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jason V.</description>
      <pubDate>Wed, 14 Feb 2001 18:02:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-auth-radius/m-p/2493461#M19835</guid>
      <dc:creator>Jason VanDerMark</dc:creator>
      <dc:date>2001-02-14T18:02:37Z</dc:date>
    </item>
  </channel>
</rss>

