On Tue, Feb 10, 2004 at 11:51:24PM -0500, Jason wrote: > >Did you read the archives like I suggested? > > > >kris > > > > > > > > > Yeah, and I just read a lot more. Is it going over my head or am I > missing the all important thread? If you could just simplify it for me, > would you suggest rebuilding everything, removing a threading lib > causing the trouble and rebuild selected apps, or what would you do? The > reason I may seem to be stupid is I also read a mail where everything > python on a mans machince was doing as mine is and there was no linking > to several libs. With the ldd command I see python is only going with > the pthreads libs, could I be wrong here? > Jason Probably some other python module is linked against libc_r. The workaround (libmap) has been discussed many times, the solution is to rebuild everything that links to or references libc_r (easiest to just rebuild everything). Kris
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:42 UTC