summaryrefslogtreecommitdiffstats
path: root/web/input/doc/faq/configure-hangs.md
diff options
context:
space:
mode:
Diffstat (limited to 'web/input/doc/faq/configure-hangs.md')
-rw-r--r--web/input/doc/faq/configure-hangs.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/web/input/doc/faq/configure-hangs.md b/web/input/doc/faq/configure-hangs.md
new file mode 100644
index 0000000..7c934cd
--- /dev/null
+++ b/web/input/doc/faq/configure-hangs.md
@@ -0,0 +1,21 @@
1title: Configure hangs
2parent: FAQ
3---
4
5# The configure script appears to hang
6
7If you find that the configure script appears to hang on this line:
8
9 checking for redhat spopen problem...
10
11Then you probably have a badly configured DNS server. This part of configure
12is testing for a pthread problem in BIND that is a kernel problem on some Red
13Hat derived versions of Linux (around kernel 2.6.9-11). It runs 10 x 100
14nslookup calls to see if your kernel has this problem. If it does, then at
15least one of those calls will fail. Failure rate could be anywhere between 1%
16and 50%.
17
18To force the workaround and ignore the test, run `./configure` with the
19`--enable-redhat-pthread-workaround` switch.
20
21<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->