From owner-freebsd-questions Mon Sep 14 03:19:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA13778 for freebsd-questions-outgoing; Mon, 14 Sep 1998 03:19:56 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.ukdw.ac.id ([202.155.16.68]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA13773 for ; Mon, 14 Sep 1998 03:19:51 -0700 (PDT) (envelope-from simbah@ns1.ukdw.ac.id) Received: from localhost (simbah@localhost) by ns1.ukdw.ac.id (8.8.8/8.8.7) with SMTP id RAA20659 for ; Mon, 14 Sep 1998 17:15:00 +0700 (JAVT) (envelope-from simbah@ns1.ukdw.ac.id) Date: Mon, 14 Sep 1998 17:14:59 +0700 (JAVT) From: Budi Susanto To: freebsd-questions@FreeBSD.ORG Subject: Undefined symbol "_pthread_key_create" .... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hallo, I have just upgrade to FreeBSD 2.2.7, and then i tried to compile omniORB_2.2.0. After that, everything is OK. But when i run omniNames (application from omniORB_2.2.0), i got the result : /usr/libexec/ld.so: Undefined symbol "_pthread_key_create" called from omniNames:/usr/local/lib/libomnithread.so.1.0 at 0x2018f148 For information, before compile omniORB_2.2.0, i compiled libc_r from /usr/src/lib/libc_r. Then i run ldconfig -m /usr/lib, and in the /usr/lib/libc_r.a, i found symbol _pthread_key_create (to do this, i use command nm /usr/lib/libc_r.a) Can anybody help me? thanks budi susanto To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message