Bacula-users

Re: [Bacula-users] Fwd: Re: job scheduling snafoo

2010-12-16 07:21:45
Subject: Re: [Bacula-users] Fwd: Re: job scheduling snafoo
From: Martin Simmons <martin AT lispworks DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Thu, 16 Dec 2010 12:19:38 GMT
>>>>> On Wed, 15 Dec 2010 21:01:11 +0100, Hugo  said:
> 
> nope, it's not
> appendix{su-root}(*)[51]: nm /opt/postgresql-8.2.4/lib/libpq.a | grep 
> pthread_mutex_loc
> appendix{su-root}(*)[52]:
> 
> but i didn't think that is a problem if I configured bacula w/o batch inserts
> is it?

That is true on some OSes, but I see you are running on Solaris.
Single-threaded and multi-threaded code can't be mixed on Solaris because
certain library operations, such as errno, are compiled differently depending
on the -mt switch to the C compiler.

The error looks related to errno to me, so I think you'll need to compile
PostgreSQL with thread-safety.

__Martin

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>