~ubuntu-branches/ubuntu/edgy/rpm/edgy

« back to all changes in this revision

Viewing changes to db/docs/ref/upgrade.3.3/shared.html

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess
  • Date: 2002-01-22 20:56:57 UTC
  • Revision ID: james.westby@ubuntu.com-20020122205657-l74j50mr9z8ofcl5
Tags: upstream-4.0.3
ImportĀ upstreamĀ versionĀ 4.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!--$Id: shared.html,v 1.1.2.1 2001/07/23 20:40:23 jbj Exp $-->
 
2
<!--Copyright 1997-2001 by Sleepycat Software, Inc.-->
 
3
<!--All rights reserved.-->
 
4
<html>
 
5
<head>
 
6
<title>Berkeley DB Reference Guide: Release 3.3: --enable-dynamic, --enable-shared</title>
 
7
<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
 
8
<meta name="keywords" content="embedded,database,programmatic,toolkit,b+tree,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,java,C,C++">
 
9
</head>
 
10
<body bgcolor=white>
 
11
<table width="100%"><tr valign=top>
 
12
<td><h3><dl><dt>Berkeley DB Reference Guide:<dd>Upgrading Berkeley DB Applications</dl></h3></td>
 
13
<td align=right><a href="../../ref/upgrade.3.3/txn_prepare.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../../reftoc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../../ref/upgrade.3.3/bigfile.html"><img src="../../images/next.gif" alt="Next"></a>
 
14
</td></tr></table>
 
15
<p>
 
16
<h1 align=center>Release 3.3: --enable-dynamic, --enable-shared</h1>
 
17
<p>In previous releases, Berkeley DB required separate configuration and builds
 
18
to create both static and shared libraries.  This has changed in the
 
19
3.3 release, and Berkeley DB now builds and installs both shared and static
 
20
versions of the Berkeley DB libraries by default.  This change was based on
 
21
Berkeley DB upgrading to release 1.4 of the GNU Project's Libtool distribution.
 
22
For this reason, Berkeley DB no longer supports the previous --enable-dynamic
 
23
and --enable-shared configuration options.  Instead, as Berkeley DB now builds
 
24
both static and shared libraries by default, the useful options are
 
25
Libtool's --disable-shared and --disable-static options.
 
26
<table width="100%"><tr><td><br></td><td align=right><a href="../../ref/upgrade.3.3/txn_prepare.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../../reftoc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../../ref/upgrade.3.3/bigfile.html"><img src="../../images/next.gif" alt="Next"></a>
 
27
</td></tr></table>
 
28
<p><font size=1><a href="http://www.sleepycat.com">Copyright Sleepycat Software</a></font>
 
29
</body>
 
30
</html>