10月 112013
…
[root@localhost ~]# tar xzf bacula-5.2.13.tar.gz
[root@localhost bacula-5.2.13]# yum install make gcc-c++
[root@localhost bacula-5.2.13]# yum install mysql-server
错误分析
configure: error: Unable to find mysql.h in standard locations
[root@localhost bacula-5.2.13]# yum install mysql-devel
[root@localhost bacula-5.2.13]# CFLAGS=”-g -Wall” \
./configure –prefix=/usr/local/bacula \
–enable-smartalloc –with-mysql –enable-readline
相关下载:
(1) bacula 5.2.13