]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/INSTALL
crypto: Add a tiny OpenSSL compat level
[bacula/bacula] / bacula / INSTALL
index b736d6e09e2aa9964821e645f3920553935012dd..2dd8a48eda58504ad3684f77bd59035e21bb44d4 100644 (file)
@@ -1,8 +1,13 @@
+
+This file is rather out of date, and if you want to avoid a lot
+of pain, you will read the manual, which you can find at www.bacula.org 
+
+
 --------------------------------------------------------------------------
 Using GNU autoconfig
 --------------------------------------------------------------------------
   1.    Read the Compiling and Installing section of the HTML manual
-        in the "doc" directory.
+        at http://www.bacula.org
 
   2.    Run   ./configure   to generate config.h and the various Makefiles.
         ./configure --help   gives a list of possible options.  Note, in
@@ -32,12 +37,11 @@ Using GNU autoconfig
             --with-pid-dir=$HOME/bacula/bin/working \
             --with-subsys-dir=$HOME/bacula/bin/working \
             --enable-smartalloc \
-            --with-mysql=$HOME/mysql \
+            --with-mysql \
             --with-working-dir=$HOME/bacula/bin/working \
             --with-dump-email=your@address.com \
             --with-job-email=your@address.com \
-            --with-smtp-host=localhost \
-            --with-baseport=9101
+            --with-smtp-host=localhost
 
 
         See the README for a few additional details and the online manual