Hello,

I'm re-installing Bacula using MySQL instead of SQLite. I'm having problems
linking with a mysql shared library.

>> ./bacula start
Starting the Bacula Storage daemon
Starting the Bacula File daemon
Starting the Bacula Director daemon
/etc/bacula/bin/bacula-dir: error while loading shared libraries:
libmysqlclient_r.so.15: cannot open shared object file: No such file or
directory

I searched the archives & manual to find the solution of setting the
LD_LIBRARY_PATH to the appropriate mysql library, and also hard coding this
in /etc/ld.so.conf.

>> LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/mysql/lib/
>> export LD_LIBRARY_PATH

I did this and still get the linking problem.
I verified that /usr/local/mysql/lib/ is accessible which it is, and it has
the file libmysqlclient_r.a in there, which I assume is what is needed for
libmysqlclient_r.so.15.

Any further suggestions?

Thanks,
Jarrod
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to