I have successively compiled 1.36.3 with these configure options:

CFLAGS="-g" ./configure \
  --sbindir=$HOME/bacula/sbin \
  --sysconfdir=$HOME/bacula/bin \
  --mandir=$HOME/bacula/man \
  --with-mysql=/opt/csw/mysql4 \
  --enable-smartalloc \
  --with-pid-dir=$HOME/bacula/bin/working \
  --with-subsys-dir=$HOME/bacula/bin/working \
  --with-working-dir=$HOME/bacula/working \
  --enable-gnome --enable-tray-monitor \
  --enable-gnome --enable-conio

There were no errors with configure, gmake, or gmake install but when I
start bacula I get the following error.

ns1{rwhartz}: ./bacula start
Starting the Bacula Storage daemon
Starting the Bacula File daemon
Starting the Bacula Director daemon
ld.so.1: bacula-dir: fatal: libmysqlclient_r.so.14: open failed: No such
file or directory
Killed

ns1{rwhartz}: find /opt/csw/mysql4 -name "libmysqlclient_r.so.14" -print
/opt/csw/mysql4/lib/mysql/libmysqlclient_r.so.14
/opt/csw/mysql4/lib/mysql/pentium/libmysqlclient_r.so.14

What have I missed? The file it's looking for is there and mysql4 works
fine.
Any info or pointers would be much appreciated.
Thanks, Robert



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to