I finally have bat built, but I find a few more oddnesses I'd like to get your comments on.

First of all, I'm doing this on Centos 5 now. I have qt 4.2.x and the depkgs stuff installed.

I used this configure command:

PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bi
n:/root/bin:/usr/lib/qt4/bin" CFLAGS="-g -O2 -Wall" \
         ./configure \
           --prefix=/usr \
           --sbindir=/usr/sbin \
           --sysconfdir=/etc/bacula \
           --with-scriptdir=/etc/bacula \
           --enable-smartalloc \
           --with-mysql \
           --with-working-dir=/var/bacula \
           --with-smtp-host=localhost \
           --with-qwt=/usr/local/src/depkgs/qwt \
           --enable-bat \
           --enable-conio

If I didn't specify the path in the environment it couldn't find qmake.

The build succeeded, but "make install" didn't install bat.

I looked in the makefile and found this:

   install_confs: first FORCE
           @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/$(DESTDIR)/etc/bacula/ ||
   $(MKDIR) $(INSTALL_ROOT)/$(DESTDIR)/etc/bacula/
           ./install_conf_file

   install:  install_confs  FORCE

It doesn't try to install the bat executable.  Am I missing something ?

BTW, it does seem to work. Looks like something I will learn to love soon enough.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to