Hi!

Ok, maybe you both are right. The "configure" script shows me, that it will 
link bacula against the threaded Mysql library, but a "ldd /sbin/bacula-dir" 
offers me, that it is currently linked against the non-threaded library. The 
reason is simple: i have not recompiled bacula after installing the new MySQL 
version. I've recompiled bacula and hope everything works fine now.

Thank you!
Tim

On Tuesday 15 March 2005 23:24, you wrote:
> On Tuesday 15 March 2005 18:59, Tim Oberfoell wrote:
> > Hello Nathan!
> >
> > On Tuesday 15 March 2005 18:01, Nathan R. Valentine wrote:
> > > Hmm. I was going to suggest that perhaps the director was blocked on a
> > > database operation as I had seem similar problems with very large
> > > tables using the non-threaed MySQL client library and with very large
> > > SQLite databases. But it seems that that should have been cleared up
> > > when you created a new MySQL database. :\
> >
> > Is there a way to detect if the MySQL client library supports threading?
>
> If the Bacula ./configure Database lib looks like:
>
>  Database lib:               -L/home/kern/mysql/lib/mysql -lmysqlclient_r
> -lz
>
> with the -lmysqlclient_r then you are using the threaded MySQL.  If it has
>             -lmysqlclient    then you are using the non-threaded MySQL.

> I probably should add a *big* warning in the ./configure output.
>
> > I've installed the latest rpm packages from the MySQL webpage.
> >
> > What exactly do you mean with large tables? Our mysql directory currently
> > has a size of about 1.9 GByte, i would not say this is a large db.
> >
> > > Have you tried strace and ltrace of the baculd-dir processes?
> >
> > As written in my mail a few minutes ago, it is not easy to reproduce the
> > problem, so I think this is the last way to get information about what is
> > going on. I'll try that if I don't see another solution.
> >
> > Thank you for your response!
> >
> > Regards,
> > Tim
> >
> >
> > -------------------------------------------------------
> > SF email is sponsored by - The IT Product Guide
> > Read honest & candid reviews on hundreds of IT Products from real users.
> > Discover which products truly live up to the hype. Start reading now.
> > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> > _______________________________________________
> > Bacula-users mailing list
> > Bacula-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/bacula-users


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to