Bacula

Building bacula from source on hardy or 8.10 LTS

./configure --enable-smartalloc --with-pid-dir=/var/run --with-mysql

This time bacula-fd did not get built right so i will try this nope bacula fd is still broken fix later? otherwise you have to make the bacula pid dir to start bacula-fd
./configure --enable-client-only --enable-smartalloc --with-pid-dir=/var/run --with-mysql

Then run these
# make
# make install
# make install-autostart

For update to bacula 3 I needed to run this apt-get install libmysqlclient15-dev and add this to .config --with-openssl=no

Also run this ./create_mysql_database -u root -p

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <b> <address> <blockquote> <br> <caption> <center> <code> <dd> <del> <div> <dl> <dt> <em> <font> <h2> <h3> <h4> <h5> <h6> <hr> <i> <img> <li> <ol> <p> <pre> <span> <strong> <sub> <sup> <table> <tbody> <td> <tfoot> <th> <thead> <tr> <u> <ul> <tr>
  • Lines and paragraphs break automatically.

More information about formatting options