<?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 Compile bind version bind-9.1.1rc1 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-bind-version-bind-9-1-1rc1/m-p/2496711#M20143</link>
    <description>Can someone please help me???&lt;BR /&gt;I've downloaded bind version 9.1.1rc1 ran ./configure and tried to do make.&lt;BR /&gt;I get the following error.&lt;BR /&gt;&lt;BR /&gt;/opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/limits.h:117: No include path in which to find limits.h&lt;BR /&gt;In file included from ../pthreads/include/isc/condition.h:24,&lt;BR /&gt;                 from app.c:32:&lt;BR /&gt;../pthreads/include/isc/mutex.h:23: pthread.h: No such file or directory&lt;BR /&gt;In file included from ../include/isc/string.h:23,&lt;BR /&gt;                 from app.c:37:&lt;BR /&gt;/opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:17: sys/_null.h: No such file or directory&lt;BR /&gt;/opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:25: sys/_size_t.h: No such file or directory&lt;BR /&gt;app.c:43: pthread.h: No such file or directory&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;&lt;BR /&gt;Yes I wish it would stop I've tried to find the header files on the system with no such luck.&lt;BR /&gt;Is there anything that I am missing?? Any ideas how to fix this problem. I need to get this version running ASAP.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
    <pubDate>Wed, 21 Feb 2001 15:52:37 GMT</pubDate>
    <dc:creator>brian d. faulk</dc:creator>
    <dc:date>2001-02-21T15:52:37Z</dc:date>
    <item>
      <title>Compile bind version bind-9.1.1rc1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-bind-version-bind-9-1-1rc1/m-p/2496711#M20143</link>
      <description>Can someone please help me???&lt;BR /&gt;I've downloaded bind version 9.1.1rc1 ran ./configure and tried to do make.&lt;BR /&gt;I get the following error.&lt;BR /&gt;&lt;BR /&gt;/opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/limits.h:117: No include path in which to find limits.h&lt;BR /&gt;In file included from ../pthreads/include/isc/condition.h:24,&lt;BR /&gt;                 from app.c:32:&lt;BR /&gt;../pthreads/include/isc/mutex.h:23: pthread.h: No such file or directory&lt;BR /&gt;In file included from ../include/isc/string.h:23,&lt;BR /&gt;                 from app.c:37:&lt;BR /&gt;/opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:17: sys/_null.h: No such file or directory&lt;BR /&gt;/opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:25: sys/_size_t.h: No such file or directory&lt;BR /&gt;app.c:43: pthread.h: No such file or directory&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;&lt;BR /&gt;Yes I wish it would stop I've tried to find the header files on the system with no such luck.&lt;BR /&gt;Is there anything that I am missing?? Any ideas how to fix this problem. I need to get this version running ASAP.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Feb 2001 15:52:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-bind-version-bind-9-1-1rc1/m-p/2496711#M20143</guid>
      <dc:creator>brian d. faulk</dc:creator>
      <dc:date>2001-02-21T15:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Compile bind version bind-9.1.1rc1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-bind-version-bind-9-1-1rc1/m-p/2496712#M20144</link>
      <description>It looks to me like your trying to compile on HP-UX 10.20.  Bind 9.1.x is only approved on HP-UX 11.X.&lt;BR /&gt;10.20 does not have the needed headers for threads, where 11.0 does. Bind 9.1 is multi-threaded, so requires those headers...&lt;BR /&gt;&lt;BR /&gt;Look in the readme's with bind 9 and see if there is a way to disable threading (dont think so...).  If not you may be SOL until you upgrade OS's.&lt;BR /&gt;&lt;BR /&gt;Shannon</description>
      <pubDate>Wed, 21 Feb 2001 17:21:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-bind-version-bind-9-1-1rc1/m-p/2496712#M20144</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2001-02-21T17:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Compile bind version bind-9.1.1rc1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-bind-version-bind-9-1-1rc1/m-p/2496713#M20145</link>
      <description>if your using 10.20, you can install bind 8.2.3 easily..with the Ansi C compiler, I could not get gcc to work, I tried for hours. bind 8.2.3 is not supported by HP on 10.20, however I installed it and created a slave server quite easily once I installed the full Ansi compiler..&lt;BR /&gt;8.2.3 was just released last month, this should give you what you need as opposed to 9.x.&lt;BR /&gt;good luck</description>
      <pubDate>Wed, 21 Feb 2001 20:36:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-bind-version-bind-9-1-1rc1/m-p/2496713#M20145</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2001-02-21T20:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Compile bind version bind-9.1.1rc1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-bind-version-bind-9-1-1rc1/m-p/2496714#M20146</link>
      <description>the BIND bits from isc.org are setup to use the HP ANSI C compiler, though I _tyhink_ there might be a GCC-based target on BIND8.&lt;BR /&gt;&lt;BR /&gt;BIND9 does require _real_ pthreads and those do not exist on 10.20.&lt;BR /&gt;&lt;BR /&gt;There is though a way to do a thread-free BIND9 - I think the option is --disable-threads or --disable-pthreads.&lt;BR /&gt;&lt;BR /&gt;Even so, BIND 9.1 is 1/2 the perf of BIND 8:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.cup.hp.com/dist/networking/briefs/" target="_blank"&gt;ftp://ftp.cup.hp.com/dist/networking/briefs/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;also, I am not aware of similar changes in the BIND9 build logic to accomodate gcc on HP-UX, but a query to bind-users might elicit a response.&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Feb 2001 02:05:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-bind-version-bind-9-1-1rc1/m-p/2496714#M20146</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2001-02-22T02:05:12Z</dc:date>
    </item>
  </channel>
</rss>

