Thanks for the replies, I'm combining a couple of posts here.
Martin Minkus wrote:
> Maybe something strange happened with make world
> (i doubt it) and your libc_r hasn't been updated ...
>
> ls -al /usr/lib | grep libc
(ls -lag /usr/lib/libc_r* from below)
-r--r--r-- 1 root wheel 1261712 Feb 4 00:09 /usr/lib/libc_r.a
lrwxr-xr-x 1 root wheel 11 Feb 4 00:09 /usr/lib/libc_r.so -> libc_r.so4
-r--r--r-- 1 root wheel 566783 Jan 28 09:37 /usr/lib/libc_r.so.3
-r--r--r-- 1 root wheel 611034 Feb 4 00:09 /usr/lib/libc_r.so.4
-r--r--r-- 1 root wheel 1370192 Feb 4 00:09 /usr/lib/libc_r_p.a
> What are the date's on the files? (Esp. libc_r). Does
> it match when you made world ? Or are they much
> older?
I had to do a make-make install in /usr/src/lib to get them to compile and
then I did a make world, and a kernel recompile.
Alfred Perlstein wrote:
> > > CTM patches through 449 (latest as of this morning).
>
> hmm, I'd have used cvsup:
>
> pkg_add ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/cvsupit.tgz
Unfortunately, I haven't been able to get my brain around cvsup yet. ;)
> ls -lag /usr/lib/libc_r*
See above.
> nm libc_r.so | grep pthread_attr_setscope
0001596c T pthread_attr_setscope
> It looks like you may have missed some CTM deltas? I'm not really sure
> how CTM works at all, I would try cvsup, make world one more time and
> see what happens.
I don't think I missed any deltas. I started at 400empty and went up from
there, twice. Made world again, and no luck.
Thanks for the help so far (and hoping for a solution :).
Russ Pagenkopf
> ----- Original Message -----
> From: Russ Pagenkopf <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> Sent: Tuesday, February 08, 2000 8:10 PM
> Subject: pthread problem (long and difficult)
>
> > > /usr/libexec/ld-elf.so.1: ./CGServer: Undefined symbol
> > > "pthread_attr_setscope"
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message