Robert W Hartzell wrote:

It's been about two weeks and I still can't get past this error.
ns1{rwhartz}: bin/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.15: open failed: No such
file or directory
Killed

Anybody have any idea how I can tell bacula where this file is? There
are no errors with configure, make, or make install. The file is there:

ns1{rwhartz}: find /opt/local -name libmysqlclient_r.so.15 -print
/opt/local/lib/mysql/libmysqlclient_r.so.15


config.out
Configuration on Mon Nov 14 21:04:15 MST 2005:

 Host:                       i386-pc-solaris2.10 -- solaris 5.10
 Bacula version:             1.38.0 (28 October 2005)
 Source code location:       .
 Install binaries:           /home/rwhartz/bacula/sbin
 Install config files:       /home/rwhartz/bacula/etc
 Scripts directory:          /home/rwhartz/bacula/bin
 Working directory:          /home/rwhartz/bacula/var/bacula/working
 PID directory:              /home/rwhartz/bacula/var/bacula-pid
 Subsys directory:           /home/rwhartz/bacula/var/bacula/working
 Man directory:              /home/rwhartz/bacula/share/man
 Data directory:             /home/rwhartz/bacula/share
 C Compiler:                 gcc 3.4.3
 C++ Compiler:               /usr/sfw/bin/g++ 3.4.3
 Compiler flags:              -g -O2 -Wall
 Linker flags:
 Libraries:                  -lpthread -lgen -lresolv -lnsl -lsocket
-lxnet  -lintl -lresolv
 Statically Linked Tools:    no
 Statically Linked FD:       no
 Statically Linked SD:       no
 Statically Linked DIR:      no
 Statically Linked CONS:     no
 Database type:              MySQL
 Database lib:               -L/opt/local/lib/mysql -lmysqlclient_r -lz

 Job Output Email:           [EMAIL PROTECTED]
 Traceback Email:            [EMAIL PROTECTED]
 SMTP Host Address:          localhost

 Director Port:              9101
 File daemon Port:           9102
 Storage daemon Port:        9103

 Director User:              rwhartz
 Director Group:             staff
 Storage Daemon User:        rwhartz
 Storage DaemonGroup:        staff
 File Daemon User:           rwhartz
 File Daemon Group:          staff

 SQL binaries Directory      /opt/local/bin

 Large file support:         yes
 Bacula conio support:       yes -lcurses
 readline support:           no
 TCP Wrappers support:       yes -lwrap
 TLS support:                yes
 ZLIB support:               yes
 enable-smartalloc:          yes
 enable-gnome:               no
 enable-wx-console:          no
 enable-tray-monitor:
 client-only:                no
 build-dird:                 yes
 build-stored:               yes
 ACL support:                no
 Python support:             no
---
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. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users
Hi Robert,

It maybe that you have not set either LD_LIBRARY_PATH or used crle to add the path to the library, to the path where ld ca find it.

If you have a look at the man page for crle that explains it all pretty well there

Regards


--

David Logan
South Australia

when in trouble, or in doubt
run in circles, scream and shout



-------------------------------------------------------
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. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to