On Wed, 5 Jul 2006, Massimo Lusetti wrote: > On Wed, 2006-07-05 at 16:41 +0200, Otto Moerbeek wrote: > > > You probably did not do a make build, but took a shortcut. > > No at all. > > I've followed precisely the procedure described here: > http://www.openbsd.org/faq/faq5.html > as I've always done before, I forgot to mention that the machine was a > current from 10th June.
What is the version of your libc? Check ls -l /usr/lib/libc.so.*, newest version should be 39.2. $ nm /usr/lib/libc.so.39.2 | grep adjfreq 000411f0 T _thread_sys_adjfreq 000411f0 W adjfreq If the verison is not 39.2, or the above command gives no matches, then you did not do a proper build. -Otto