Jeremy C. Reed wrote: > If I should be using libpthread_xu.so instead, what are the steps to > make Dragonfly and/or pkgsrc use it by default? > > Any webpage or documentation about this? > > (In other words, what are others doing to get around this problem? Or > is it just that the system I am using is inproperly installed or way > out of date, even though it has been upgraded many times?)
The system in general should be fine, just two symlinks need to be adjusted: cd /usr/lib rm libpthread.a ln -s libthread_xu.a libpthread.a rm libpthread.so.0 ln -s libthread_xu.so libpthread.so.0 -- Hasso Tepper