DragonFly kernel List (threaded) for 2009-09
DragonFly BSD
DragonFly kernel List (threaded) for 2009-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: pkgbox status?


From: Hasso Tepper <hasso@xxxxxxxxx>
Date: Fri, 25 Sep 2009 14:55:59 +0300

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]