| Revision 488,
1.0 KB
checked in by martin, 6 years ago
(diff) |
|
Update linux install doc
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | |
|---|
| 2 | For instructions on building an RPM of Box Backup, see the contrib/rpm |
|---|
| 3 | directory. This is primarily for RedHat style systems, but notes are provided |
|---|
| 4 | on what needs to be modified for SUSE. |
|---|
| 5 | |
|---|
| 6 | |
|---|
| 7 | Requirements: |
|---|
| 8 | |
|---|
| 9 | OpenSSL 0.9.7 |
|---|
| 10 | |
|---|
| 11 | Require zlib and openssl headers for compilation -- may not be included when |
|---|
| 12 | installing the packages. (libssl-dev + libz-dev packages under debian) |
|---|
| 13 | |
|---|
| 14 | Bekerley DB v1 or v4 support is required. The configure script should find an |
|---|
| 15 | appropriate db package -- and if not, use an in-memory version of the code. |
|---|
| 16 | However, the in-memory version is not desirable as it will lose information |
|---|
| 17 | over restarts of the daemon. |
|---|
| 18 | |
|---|
| 19 | Ideally, use libeditline as a readline replacement. If not available then use |
|---|
| 20 | GNU readline (libreadline4-dev, probably) and pass --enable-gnu-readline to |
|---|
| 21 | ./configure. |
|---|
| 22 | |
|---|
| 23 | |
|---|
| 24 | |
|---|
| 25 | (OpenSSL 0.9.7 is required as it implements new interfaces which make encryption |
|---|
| 26 | using the same key faster by avoiding key setup each time around. Configure it with |
|---|
| 27 | ./config shared , then copy the libs and headers into the required places.) |
|---|
| 28 | |
|---|
| 29 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.