1 |
For installation and deployment look into Deployment directory.
|
2 |
|
3 |
INSTALL contains documentation and details for installation.
|
4 |
|
5 |
CONFIGURE contains details for configuring DBS Server.
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
FOLLOWING CONTENTS ARE TAKEN FROM README.DEP THAT DESCRIBES DEPENDENCIES
|
11 |
|
12 |
|
13 |
DBS Server depends on following Packages
|
14 |
|
15 |
1. Logging Service
|
16 |
|
17 |
Could be downlaoded from,
|
18 |
|
19 |
http://logging.apache.org/log4cxx
|
20 |
|
21 |
The recommended version is 0.9.7
|
22 |
|
23 |
This library is licensed under the Apache Public License. Please read the
|
24 |
included license.apl for details.
|
25 |
|
26 |
2. unixODBC
|
27 |
|
28 |
unixODBC is an Open Source ODBC sub-system and an ODBC SDK
|
29 |
for Linux, Mac OSX, and UNIX.
|
30 |
|
31 |
Could be downlaoded from,
|
32 |
|
33 |
http://sourceforge.net/projects/unixodbc/
|
34 |
|
35 |
All libraries are LGPL except the News Server driver which
|
36 |
is GPL. LGPL libraries can be used by commercial software.
|
37 |
All programs are GPL.
|
38 |
|
39 |
The recommended version is 2.2.11
|
40 |
|
41 |
|
42 |
3. ORACLE ODBC Driver
|
43 |
|
44 |
This driver is required by unixODBC to talk to ORACLE databases
|
45 |
|
46 |
Obtaining the Source
|
47 |
|
48 |
export CVSROOT=:pserver:anonymous@cdcvs.fnal.gov:/cvs/cd_read_only
|
49 |
export CVS_RSH=ssh
|
50 |
cvs -d `echo $CVSROOT | awk -F@ '{print $1":anoncvs\@"$2}'` login
|
51 |
cvs -Q co oracle_odbc_driver
|
52 |
|
53 |
|
54 |
4. ORACLE Client
|
55 |
|
56 |
Client for ORACLE Applications,
|
57 |
|
58 |
Recommended version is 10.2.0.1
|
59 |
|
60 |
|
61 |
5. SWIG
|
62 |
|
63 |
SWIG is a software development tool that connects programs written
|
64 |
in C and C++ with a variety of high-level programming languages.
|
65 |
We are using it to interface C++ code with Python
|
66 |
|
67 |
Download from http://www.swig.org
|
68 |
|
69 |
Recommended SWIG Version 1.3.27
|
70 |
|
71 |
|