|
From: Kleber L. <kle...@gm...> - 2010-12-29 00:25:55
|
Hi Jari, you can generate your own rpm files. Get the src.rpm file available on download session on bacula website and follow as below: for x86 rpmbuild --rebuild --define build_rhel5=1 --define build_mysql=1 bacula-5.0.3-*x*.src.rpm for x86_64 rpmbuild --rebuild --define build_rhel5=1 --define build_mysql=1 --define * x86_64=1* bacula-5.0.3-*x*.src.rpm You will need these packages on your system: gcc, gcc-c++, autoconf, glibc-devel, ncurses-devel, readline-devel, libstdc++-devel, zlib-devel, openssl-devel, libacl-devel, pkgconfig, libxml2-devel, libtermcap-devel and mysql-devel. This will generate all rpm you need on /usr/src/redhat/RPMS subdirectories. Kleber 2010/12/28 Jari Fredriksson <ja...@ik...> > > Ihane new server on Debian lenny, from Debian repo. that seems to be 2.4.4 > > I need clients for CentOS 4.8 and RhEL 5.5. I could roll them from > source, but prefer rpm. Is there any suitable available. Searched Bacula > repos in sourceforge but could not find. > > Does the lates client do, if I have to compile? > > -- > > You will be a winner today. Pick a fight with a four-year-old. > > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, > and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Bacula-users mailing list > Bac...@li... > https://lists.sourceforge.net/lists/listinfo/bacula-users > |