Bacula-users

Re: [Bacula-users] Bacula and CentOS 5.2 Deficiencies

2008-12-29 19:52:25
Subject: Re: [Bacula-users] Bacula and CentOS 5.2 Deficiencies
From: Craig White <craigwhite AT azapple DOT com>
To: Richard Petty <Richard.Petty AT freescale DOT com>
Date: Mon, 29 Dec 2008 17:49:45 -0700
On Mon, 2008-12-29 at 18:25 -0600, Richard Petty wrote:
> I'm attempting to get Bacula 2.4.3 working on a fresh install of  
> CentOS 5.2 (up to date) for evaluation. Been at it all day.
> 
> After replacing CentOS' MySQL with MySQL-Sun's official version and  
> installing bacula-mtx, the bacula-mysql RPM installed without any  
> trouble.
> 
> I thought the GUI would be nice so I tried to install a Fedora RPM,  
> hoping I would get lucky:
> 
>   [root@backup1 ~] rpm -hiv --test bacula-gconsole-2.4.3-1.fc9.i386.rpm
>   warning: bacula-gconsole-2.4.3-1.fc9.i386.rpm: Header V3 DSA  
> signature:
>   NOKEY, key ID 10a792ad
>   error: Failed dependencies:
>       glibc >= 2.8 is needed by bacula-gconsole-2.4.3-1.i386
>       gtk2 >= 2.12 is needed by bacula-gconsole-2.4.3-1.i386
>       libbonobo >= 2.22 is needed by bacula-gconsole-2.4.3-1.i386
>       libbonoboui >= 2.22 is needed by bacula-gconsole-2.4.3-1.i386
>       libcrypto.so.7 is needed by bacula-gconsole-2.4.3-1.i386
>       libgnomeui >= 2.22 is needed by bacula-gconsole-2.4.3-1.i386
>       libssl.so.7 is needed by bacula-gconsole-2.4.3-1.i386
> 
> 
> Updating CentOS for these deficiencies is no walk in the park. In  
> fact, I'm not going to do it. I was willing to experiment with older  
> versions of Bacula, hoping that if I went far enough back in time that  
> I could get a good, full install. No luck. (I didn't try anything  
> older than 2.2.3-1, though.)
> 
> So, one or two questions come to mind:
> 
> 1. The "Supported Operating Systems" page lists this on the first  
> line: "Linux systems (built and tested on CentOS 5)." This doesn't  
> include the GUI stuff?
> 
> 2. As an alternative, I have considered trying to get this going on  
> Fedora. Is this recommended?
> 
> 3. Which platform (including non-RPM-based distributions) is Bacula  
> considered to run best on.
> 
> 4. Is compiling gconsole source pretty easy or will I face dependency  
> problems there, too?
----
If I were going to compile an rpm from Fedora, I would compile the
source rpm.

You can use the 2.4.2 rpm's which are available from bacula-downloads
which shouldn't be much of an effort at all.

I built the rpm's from Fedora 2.4.3-1 source and used this...

rpmbuild -bb \
  --define 'build_centos5 1' \
  --define 'build_mysql5 1' \
  --define 'build_wxconsole 1' \
  --define 'build_gconsole 1' \
  --define 'build_bat 1' \
  bacula.spec

Craig


------------------------------------------------------------------------------
_______________________________________________
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>