Bacula-users

Re: [Bacula-users] Bacula 2.4.1 with Bat Centos 5.1

2008-07-16 01:12:47
Subject: Re: [Bacula-users] Bacula 2.4.1 with Bat Centos 5.1
From: Ulrich Leodolter <ulrich.leodolter AT obvsg DOT at>
To: falmonte AT onemax DOT com
Date: Wed, 16 Jul 2008 07:12:30 +0200
On Tue, 2008-07-15 at 15:47 -0400, Franky Almonte wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi list,
> 
> I'm traying to install from source bacula-2.4.1 with bat.
> 
> I downloaded deppkgs from sourge forge and put it bacula root source
> directory.
> 
> I configured the source with the following options to the configure script:
> ./configure --enable-smartalloc --with-mysql --with-python
> - --with-dir-user=bacula --with-dir-group=bacula --with-sd-user=bacula
> - --with-sd-group=bacula --with-fd-user=root --with-fd-group=root -
> - --with-openssl --enable-bat
> - --with-qwt=/usr/src/bacula/bacula-2.4.1/depkgs/qwt-5.0.2/
> 
> After i run make, i get this error:
> /usr/lib/qt-3.3/bin/uic restore/prerestore.ui -o ui/prerestore.h
> uic: File generated with too recent version of Qt Designer (4.0 vs. 3.3.6)
> make[1]: *** [ui/prerestore.h] Error 1
> 
bat needs qt4,  u have to ensure that QTDIR points to qt4
and that qt4 bin path is before qt3

export QTDIR=/usr/lib/qt4
export PATH=$QTDIR/bin:$PATH
./configure ...

> Installed packages:
> rpm -qa | grep qt
> qt-3.3.6-23.el5
> qt4-devel-4.2.1-1
> qt4-mysql-4.2.1-1
> qt4-4.2.1-1
> qt-devel-3.3.6-23.el5
> 
> rpm -qa | grep mysql
> mysql-connector-odbc-3.51.12-2.2
> mysql-devel-5.0.45-7.el5
> php-mysql-5.1.6-15.el5
> mysql-5.0.45-7.el5
> qt4-mysql-4.2.1-1
> mysql-server-5.0.45-7.el5
> libdbi-dbd-mysql-0.8.1a-1.2.2
> 
> rpm -qa | grep gcc
> gcc-gfortran-4.1.2-42.el5
> gcc-4.1.2-42.el5
> libgcc-4.1.2-42.el5
> gcc-c++-4.1.2-42.el5
> 
> Any help would be appreciated.
> 
> - --
> Franky Almonte
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iD8DBQFIfP69d+WQpBlbLw4RAvpNAJwLnWDb3aDtu7SyWtyMve+ZYs9H8QCghg0E
> Ug0SX4LJQlUs5Rh4DFrULEc=
> =6JUp
> -----END PGP SIGNATURE-----
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Bacula-users mailing list
> Bacula-users AT lists.sourceforge DOT net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>