There is a distro built on CentOS 4.1 and some RHEL 4 , called ClarkConnect Home 3.0 (www.clarkconnect.org).It has its own web interface for bacula (very nice for beginners :).Haven't tried it out myself , but if you looking for a 'no frills no fuss' installation I think this is a good start.

Just my 2c
D

Jo wrote:

Hi Sherwood,

I don't think you made anyone mad. It's just that we are very few here to help out. I don't feel very good at helping either. I'm having enough trouble to keep my own stuff running... My main problem with helping out other people is that it's very hard for me to live myself in into the other's situation. Anyway, FWIW, I also compiled Bacula 1.36.3 on CentOS 4.1 and here it behaves very well. If you look for a post of mine a few weeks back you'll find a very detailed description of what I did and which packages I needed to install before it would work.

This is the mail I sent back then:

People don't like Mandriva around here, so I'm forced to use a RH clone. Anyway, this is what I had to do in order to get it to install:

Who knows? It might be useful for somebody.

MySQL:

rpm -ivh mysql-4.1.10a-2.RHEL4.1.i386.rpm mysql-devel-4.1.10a-2.RHEL4.1.i386.rpm mysql-server-4.1.10a-2.RHEL4.1.i386.rpm perl-DBD-MySQL-2.9004-3.1.i386.rpm perl-DBI-1.40-8.i386.rpm

rpm -ivh mysqlclient10-3.23.58-4.RHEL4.1.i386.rpm mysqlclient10-devel-3.23.58-4.RHEL4.1.i386.rpm

I didn't install a compiler during installation:

rpm -ivh gcc-3.4.3-22.1.i386.rpm gcc-c++-3.4.3-22.1.i386.rpm glibc-devel-2.3.4-2.9.i386.rpm glibc-headers-2.3.4-2.9.i386.rpm glibc-kernheaders-2.4-9.1.87.i386.rpm libstdc++-devel-3.4.3-22.1.i386.rpm

For conio:

rpm -ivh ncurses-devel-5.4-13.i386.rpm
rpm -ivh libtermcap-devel-2.0.8-39.i386.rpm

For compression:

rpm -ivh zlib-devel-1.2.1.2-1.i386.rpm

cd /root
mkdir bacula
cd bacula

wget http://heanet.dl.sourceforge.net/sourceforge/bacula/bacula-1.36.3.tar.gz

tar xvzf bacula-1.36.3.tar.gz

cd bacula-1.36.3

make distclean

./configure --with-mysql --enable-conio

make

make install


It probably doesn't help, though I hope it does. Enjoy your weekend and get some rest! If you'd like I can also mail you the compiled daemons. They should work on any CentOS 4.1 system, I think.

Jo


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to