|
From: Matthew W. J. <ma...@os...> - 2005-04-16 03:42:48
|
I will go ahead and include a modification to the Make flags in my upcoming patch to make FreeBSD link against libc_r instead of libpthread. I'll also test this on NetBSD and OpenBSD to see if either of them suffer from a similar problem. Since I have to be mucking around with the configure scripts anyway ;) M On 16-Apr-2005 Matthew W. Jones wrote: > Hey Travis, > > I figured out what I did that you probably have not done to get around the > sem_open problem, sorry it's been a while since I had to overcome some of > these > issues. > > I had to use a libmap.conf (/etc/libmap.conf) to change what threading > library > xgridagent uses. I had problems with the base libpthread and libkse so I > had > to switch it to use the older libc_r threading library, here's the relevant > section of my libmap: > > <code> > [xgridagent] > libpthread.so.1 libc_r.so.5 > libpthread.so libc_r.so > </code> > > I'm in the process of reworking my patch to be optional at the moment. > Hopefully I can get it this weekend :) > > > -- > ---------------------------------- > E-Mail: Matthew W. Jones <ma...@os...> > Date: 15-Apr-2005 > Time: 22:34:50 > > http://matburt.homeunix.com > http://oss-institute.org > > This message was sent by XFMail > ---------------------------------- > > > ------------------------------------------------------- > 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 > _______________________________________________ > Xgridagent-development mailing list > Xgr...@li... > https://lists.sourceforge.net/lists/listinfo/xgridagent-development -- ---------------------------------- E-Mail: Matthew W. Jones <ma...@os...> Date: 15-Apr-2005 Time: 22:49:17 http://matburt.homeunix.com This message was sent by XFMail ---------------------------------- |