On Wednesday 23 August 2006 21:34, John Stoffel wrote:
> 
> I sent this (edited now) email to the maintainer of the Debian
> package, but haven't heard back from him yet, so I thought I'd send it
> out to the rest of you. 
> 
> I'm running an Debian unstable system which I patch quite often and
> heavily.  I've been running into a problem with the Bacula director
> not starting up properly.  I've currently got the following installed
> on my main machine:
> 
>    bacula-client/unstable uptodate 1.38.11-3
>    bacula-common/unstable uptodate 1.38.11-3
>    bacula-console-gnome/unstable uptodate 1.38.11-3
>    bacula-console-wx/unstable uptodate 1.38.11-3
>    bacula-console/unstable uptodate 1.38.11-3
>    bacula-director-common/unstable uptodate 1.38.11-3
>    bacula-director-mysql/unstable uptodate 1.38.11-3
>    bacula-doc/unstable uptodate 1.38.11.1-3
>    bacula-fd/unstable uptodate 1.38.11-3
>    bacula-sd-sqlite3/unstable uptodate 1.38.11-3
>    bacula-sd/unstable uptodate 1.38.11-3
>    bacula-server/unstable uptodate 1.38.11-3
>    bacula/unstable uptodate 1.38.11-3
> 
> But when I start the director, I get:
> 
>   > sudo /etc/init.d/bacula-director start
>   Starting Bacula Director: /usr/sbin/bacula-dir: relocation error:
>   /usr/sbin/bacula-dir: symbol SSL_load_error_strings, version 
libmysqlclient_15 not defined in file libmysqlclient.so.15 with link time 
reference failed.
> 
> 
> Now I have to admit, I'm doing something a little wonky, in that I've
> setup bacula to use a remote Mysql server running on an Ubuntu system:
> 
>     libdbd-mysql-perl 2.9007-1 installed: No available version in archive
>     libmysqlclient12/unknown uptodate 4.0.24-10ubuntu2.3
>     libmysqlclient14/unknown uptodate 4.1.12-1ubuntu3.7
>     mysql-admin 1.0.22a-1build3 installed: No available version in archive
>     mysql-admin-common 1.0.22a-1build3 installed: No available version in 
archive
>     mysql-client/unknown uptodate 4.0.24-10ubuntu2.3
>     mysql-common/unknown uptodate 4.0.24-10ubuntu2.3
>     mysql-query-browser 1.1.12-1ubuntu7 installed: No available version in 
archive
>     mysql-query-browser-common 1.1.12-1ubuntu7 installed: No available 
version in archive
>     mysql-server/unknown uptodate 4.0.24-10ubuntu2.3
>     php5-mysql/unknown uptodate 5.0.5-2ubuntu1.3
>     python2.4-mysqldb 1.2.1c3-1ubuntu1 installed: No available version in 
archive
>     python-mysqldb 1.2.1c3-1ubuntu1 installed: No available version in 
archive
> 
> 
> If I connect to it from my main server, I see:
> 
>     > mysql -h jack -u bacula -p
>     Enter password: 
>     Welcome to the MySQL monitor.  Commands end with ; or \g.
>     Your MySQL connection id is 13888 to server version: 
4.0.24_Debian-10ubuntu2.3-log
> 
> 
> Is the issue on the Debian side because it's not finding the right SSL
> library, or is it because I've got mysql 4.0.24 on the server side?
> 
> Any hints would be appreciated.

Your setup is in fact a bit bizarre, and I have never seen such an error 
message. Hopefully someone knows what it all means.  However, my experience 
is that if you have not linked Bacula with the same version of the MySQL 
runtime client libraries that correspond to your MySQL server (on the same or 
different machine), it will not work (especially from 4.0 to 5.0).  That 
would be the first thing to take a look at, IMO.  However, given your 
situation, that may no be so easy.  The easiest would be to upgrade/downgrade 
both machines to have the same version MySQL, re-link Bacula, then cross your 
fingers.

> 
> Thanks,
> John
> [EMAIL PROTECTED]
> 
> -------------------------------------------------------------------------
> 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
> 

-------------------------------------------------------------------------
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