Imported Upstream version 5.3.21
[platform/upstream/libdb.git] / docs / installation / build_unix_sunos.html
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6     <title>SunOS</title>
7     <link rel="stylesheet" href="gettingStarted.css" type="text/css" />
8     <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
9     <link rel="start" href="index.html" title="Berkeley DB Installation and Build Guide" />
10     <link rel="up" href="build_unix.html" title="Chapter 7.  Building Berkeley DB for UNIX/POSIX" />
11     <link rel="prev" href="build_unix_solaris.html" title="Solaris" />
12     <link rel="next" href="build_vxworks.html" title="Chapter 8.  Building Berkeley DB for VxWorks" />
13   </head>
14   <body>
15     <div xmlns="" class="navheader">
16       <div class="libver">
17         <p>Library Version 11.2.5.3</p>
18       </div>
19       <table width="100%" summary="Navigation header">
20         <tr>
21           <th colspan="3" align="center">SunOS</th>
22         </tr>
23         <tr>
24           <td width="20%" align="left"><a accesskey="p" href="build_unix_solaris.html">Prev</a> </td>
25           <th width="60%" align="center">Chapter 7. 
26                 Building Berkeley DB for UNIX/POSIX
27         </th>
28           <td width="20%" align="right"> <a accesskey="n" href="build_vxworks.html">Next</a></td>
29         </tr>
30       </table>
31       <hr />
32     </div>
33     <div class="sect1" lang="en" xml:lang="en">
34       <div class="titlepage">
35         <div>
36           <div>
37             <h2 class="title" style="clear: both"><a id="build_unix_sunos"></a>SunOS</h2>
38           </div>
39         </div>
40       </div>
41       <div class="orderedlist">
42         <ol type="1">
43           <li>
44             <span class="bold">
45               <strong>I can't specify the <a href="../api_reference/C/envopen.html#envopen_DB_SYSTEM_MEM" class="olink">DB_SYSTEM_MEM</a> flag to <a href="../api_reference/C/envopen.html" class="olink">DB_ENV-&gt;open()</a>.</strong>
46             </span>
47             <p>The <code class="literal">shmget</code>(2) interfaces are not used on SunOS releases prior
48 to 5.0, even though they apparently exist, because the distributed
49 include files did not allow them to be compiled.  For this reason, it
50 will not be possible to specify the <a href="../api_reference/C/envopen.html#envopen_DB_SYSTEM_MEM" class="olink">DB_SYSTEM_MEM</a> flag to those
51 versions of SunOS.</p>
52           </li>
53         </ol>
54       </div>
55     </div>
56     <div class="navfooter">
57       <hr />
58       <table width="100%" summary="Navigation footer">
59         <tr>
60           <td width="40%" align="left"><a accesskey="p" href="build_unix_solaris.html">Prev</a> </td>
61           <td width="20%" align="center">
62             <a accesskey="u" href="build_unix.html">Up</a>
63           </td>
64           <td width="40%" align="right"> <a accesskey="n" href="build_vxworks.html">Next</a></td>
65         </tr>
66         <tr>
67           <td width="40%" align="left" valign="top">Solaris </td>
68           <td width="20%" align="center">
69             <a accesskey="h" href="index.html">Home</a>
70           </td>
71           <td width="40%" align="right" valign="top"> Chapter 8. 
72                 Building Berkeley DB for VxWorks
73         </td>
74         </tr>
75       </table>
76     </div>
77   </body>
78 </html>