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

« back to all changes in this revision

Viewing changes to db/docs/ref/build_unix/embedix.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: embedix.so,v 11.1 2001/04/04 18:14:17 sue Exp $-->
 
2
<!--Copyright 1997-2001 by Sleepycat Software, Inc.-->
 
3
<!--All rights reserved.-->
 
4
<html>
 
5
<head>
 
6
<title>Berkeley DB Reference Guide: Embedix</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
<a name="2"><!--meow--></a>
 
12
<table width="100%"><tr valign=top>
 
13
<td><h3><dl><dt>Berkeley DB Reference Guide:<dd>Building Berkeley DB for UNIX systems</dl></h3></td>
 
14
<td align=right><a href="../../ref/build_unix/aix.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../../reftoc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../../ref/build_unix/freebsd.html"><img src="../../images/next.gif" alt="Next"></a>
 
15
</td></tr></table>
 
16
<p>
 
17
<h1 align=center>Embedix</h1>
 
18
<p><ol>
 
19
<p><li><b>How do I make Embedix aware of Berkeley DB?</b>
 
20
<p>In order to make Embedix aware of a software component, two items are
 
21
needed, an Embedix Component Descriptor file and a source RPM file
 
22
for that component.  After Berkeley DB has been configured for RPM and
 
23
Embedix using the configuration options described in <a href="conf.html">Configuring
 
24
Berkeley DB</a>, the RPM should be built using:
 
25
<p><blockquote><pre>make</pre></blockquote>
 
26
After the RPM is built, as root, the files need to be installed
 
27
in the Embedix installation area, using:
 
28
<p><blockquote><pre>make install</pre></blockquote>
 
29
After installation, start up the
 
30
Embedix target wizard and Berkeley DB will appear in the component list.
 
31
</ol>
 
32
<table width="100%"><tr><td><br></td><td align=right><a href="../../ref/build_unix/aix.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../../reftoc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../../ref/build_unix/freebsd.html"><img src="../../images/next.gif" alt="Next"></a>
 
33
</td></tr></table>
 
34
<p><font size=1><a href="http://www.sleepycat.com">Copyright Sleepycat Software</a></font>
 
35
</body>
 
36
</html>