|
From: Matthew W. J. <ma...@os...> - 2005-04-16 03:30:49
|
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 ---------------------------------- |