Hi,

because it costs me to much time to build bacula-2.2.0 under Debian WITH
BAT, I thaught it is a good idea to post the required steps for me.

Package requirements:
apt-get install qt4-qtconfig qt4-dev-tools qt4-designer qt3-dev-tools
libqwt-dev libqt4-gui libqt4-qt3support libqt4-dev libqt4-core libqt4-sql

update-alternatives --config qmake
(/usr/bin/qmake-qt4 mark as default)

Getting qwt-5.0.2 (from sf.net)
Building qwt-5.0.2
Installing qwt-5.0.2

Getting bacula-2.2.0

Run configure with
--enable-bat
--with-qwt=/usr/local/qwt-5.0.2/lib

After the configure run edit bacula-2.2.0/src/qt-console/bat.pro and
replace the following

INCLUDEPATH += /usr/include
LIBS        += -L/usr/lib/qwt

with

INCLUDEPATH += /usr/local/qwt-5.0.2/include
LIBS        += -L/usr/local/qwt-5.0.2/lib -lqwt


Remove this link
  rm /usr/lib/libqwt.so
and create a new one
  ln -sf /usr/local/qwt-5.0.2/lib/libqwt.so /usr/lib/libqwt.so

go on with
  make
  make install

That's it.

Greetings,

  Matthias



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to