summaryrefslogtreecommitdiff
path: root/docs/installation/build_unix_freebsd.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/installation/build_unix_freebsd.html')
-rw-r--r--docs/installation/build_unix_freebsd.html41
1 files changed, 26 insertions, 15 deletions
diff --git a/docs/installation/build_unix_freebsd.html b/docs/installation/build_unix_freebsd.html
index 191d36cb..59ce6abf 100644
--- a/docs/installation/build_unix_freebsd.html
+++ b/docs/installation/build_unix_freebsd.html
@@ -14,7 +14,7 @@
<body>
<div xmlns="" class="navheader">
<div class="libver">
- <p>Library Version 11.2.5.3</p>
+ <p>Library Version 12.1.6.1</p>
</div>
<table width="100%" summary="Navigation header">
<tr>
@@ -22,9 +22,8 @@
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="build_unix_aix.html">Prev</a> </td>
- <th width="60%" align="center">Chapter 7. 
- Building Berkeley DB for UNIX/POSIX
- </th>
+ <th width="60%" align="center">Chapter 7.  Building Berkeley DB for UNIX/POSIX
+ </th>
<td width="20%" align="right"> <a accesskey="n" href="build_unix_iphone.html">Next</a></td>
</tr>
</table>
@@ -42,23 +41,35 @@
<ol type="1">
<li>
<span class="bold">
- <strong>I can't compile and run multithreaded applications.</strong>
+ <strong>I can't compile and run
+ multithreaded applications.</strong>
</span>
- <p>Special compile-time flags are required when compiling threaded
-applications on FreeBSD. If you are compiling a threaded application,
-you must compile with the _THREAD_SAFE and -pthread flags:</p>
+ <p>
+ Special compile-time flags are required when
+ compiling threaded applications on FreeBSD. If you are
+ compiling a threaded application, you must compile
+ with the _THREAD_SAFE and -pthread flags:
+ </p>
<pre class="programlisting">cc -D_THREAD_SAFE -pthread ...</pre>
- <p>The Berkeley DB library will automatically build with the correct options.</p>
+ <p>
+ The Berkeley DB library will automatically build
+ with the correct options.
+ </p>
</li>
<li>
<span class="bold">
- <strong>I see fsync and close system call failures when accessing
-databases or log files on NFS-mounted filesystems.</strong>
+ <strong>I see fsync and close system call
+ failures when accessing databases or log files on
+ NFS-mounted filesystems.</strong>
</span>
- <p>Some FreeBSD releases are known to return ENOLCK from fsync and close
-calls on NFS-mounted filesystems, even though the call has succeeded.
-The Berkeley DB code should be modified to ignore ENOLCK errors, or no Berkeley DB
-files should be placed on NFS-mounted filesystems on these systems.</p>
+ <p>
+ Some FreeBSD releases are known to return ENOLCK
+ from fsync and close calls on NFS-mounted filesystems,
+ even though the call has succeeded. The Berkeley DB
+ code should be modified to ignore ENOLCK errors, or no
+ Berkeley DB files should be placed on NFS-mounted
+ filesystems on these systems.
+ </p>
</li>
</ol>
</div>