This is what you said Djoni Windberg
> Hi,
>
> I cannot make bacula 1.38.11 works in Red Hat Enterprise Linux 4.
> I had downloaded baculaxxx.tar.gz and compilate with the parameters below.
>
> ###########
> ./configure --prefix=/usr --sbindir=/usr/local/sbin
> --sysconfdir=/usr/local/etc/bacula
> --with-scriptdir=/usr/local/etc/bacula --enable-smartalloc --with-mysql
> --with-working-dir=/var/bacula --with-pid-dir=/var/run
> --with-subsys-dir=/var/lock/subsys --enable-conio
> ##########

Here is what I used for a 64-bit system:

CFLAGS="-g -Wall -O0 -I/usr/lib64/mysql" \
LDFLAGS="-L/usr/lib64/mysql -L/lib64 -L/usr/lib64" \
  ./configure \
    --sbindir=/usr/local/bin/bacula \
    --sysconfdir=/etc/bacula \
    --with-scriptdir=/etc/bacula \
    --enable-smartalloc \
    --with-pid-dir=/var/run/bacula \
    --with-subsys-dir=/var/run/subsys/bacula \
    --enable-conio \
    --with-openssl \
    --with-mysql \
    --with-working-dir=/usr/local/bin/bacula/working \
    --with-dump-email=<appropriate-email-address> \
    --with-job-email=<appropriate-email-address> \
    --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-python


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to