Remove unused configuration tests
[openafs.git] / README.PTHREADED_UBIK
1 NOTES FOR THE BETA VERSION OF PTHREADED UBIK
2
3 This document describes how to build, and use, the new versions of ubik
4 applications that have been modified to work with POSIX pthreads instead
5 of LWP.
6
7 Under the 'src' directory, contained herein, are 4 new directories that
8 deal with pthreaded ubik applications.  They are, as follows:
9
10 * tubik         - The pthreaded version of the ubik library.
11                   This is built from the source in the 'ubik'
12                   directory and, in its distributed form, contains
13                   only a Makefile.in
14
15 * tptserver     - The pthreaded version of the ptserver program.
16                   This is built from the source in the 'ptserver'
17                   directory and, in its distributed form, contains
18                   only a Makefile.in
19
20 * tvlserver     - The pthreaded version of the vlserver program.
21                   This is built from the source in the 'vlserver'
22                   directory and, in its distributed form, contains
23                   only a Makefile.in
24
25 * tbudb         - The pthreaded version of the buserver program.
26                   This is built from the source in the 'budb'
27                   directory and, in its distributed form, contains
28                   only a Makefile.in
29
30 By default, all of these are built when doing a configure / make of
31 the OpenAFS package.
32
33 A new option has been added to the 'configure' script to control the
34 packaging and installation of these new pthreaded ubik applications.
35
36 When the '--enable-pthreaded-ubik' option (off by default) is specified,
37 these components will be installed into the dest tree when a 'make dest'
38 is run.
39
40 If you DO NOT use this option at 'configure' time, you can still utilize
41 these new binaries as follows:
42
43 Assuming that you are using transarc paths in your configuration, you
44 should copy
45
46         ./src/tptserver/ptserver  to  /usr/afs/bin/ptserver
47         ./src/tvlserver/vlserver  to  /usr/afs/bin/vlserver
48         ./src/tbudb/budb_server   to  /usr/afs/bin/buserver
49
50 after a successful build and install.
51