Hi,

I am having trouble installing Bacula on FC2. I can't use the latest rpms, since they are all built for newer packages that are in FC3 or FC4, so I am attempting to compile on my own.

I installed the mysql and mysql-devel RPM pacakages, and I have verified that mysql.h is located in /usr/include/mysql.

Command taken from default config:
  ./configure \
    --sbindir=$HOME/bacula/bin \
    --sysconfdir=$HOME/bacula/bin \
    --with-pid-dir=$HOME/bacula/bin/working \
    --with-subsys-dir=$HOME/bacula/bin/working \
    --enable-smartalloc \
    --enable-gnome \
    --enable-static-tools \
    --with-mysql=/usr/include/mysql/ \
    --with-working-dir=$HOME/bacula/bin/working \
    [EMAIL PROTECTED] \
    [EMAIL PROTECTED] \
    --with-smtp-host=localhost

Error:
checking for MySQL support... no
configure: error: Invalid MySQL directory /usr/include/mysql/ - unable to find m
ysql.h under /usr/include/mysql/

Any help greatly appreciated.

Jason

Reply via email to