Hello!

There's a little thing that confuses me. I've recompiled and installed bacula.
But now a "ldd /sbin/bacula" shows the following:
--------------------------------------------------------------------------
libz.so.1 => /lib/libz.so.1 (0x40025000)
libpthread.so.0 => /lib/i686/libpthread.so.0 (0x40034000)
libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x40049000)
libm.so.6 => /lib/i686/libm.so.6 (0x400fd000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x40120000)
libc.so.6 => /lib/i686/libc.so.6 (0x40128000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
--------------------------------------------------------------------------

Where is the link to the mysql library? Or is it now statically compiled?
With the old mysql version there was a link!

Of course bacula is able to connect to mysql.

Regards,
Tim

On Wednesday 16 March 2005 00:23, Tim Oberfoell wrote:
> 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


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