From owner-freebsd-questions Fri Oct 24 12:48:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA14868 for questions-outgoing; Fri, 24 Oct 1997 12:48:50 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from jupiter.demet.ufrgs.br (root@jupiter.demet.ufrgs.br [143.54.3.15]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA14747 for ; Fri, 24 Oct 1997 12:47:15 -0700 (PDT) (envelope-from miti@jupiter.demet.ufrgs.br) From: miti@jupiter.demet.ufrgs.br Received: (from miti@localhost) by jupiter.demet.ufrgs.br (8.7.5/8.7.3) id RAA01074 for freebsd-questions@FreeBSD.ORG; Fri, 24 Oct 1997 17:56:28 -0200 (EDT) Date: Fri, 24 Oct 1997 17:56:28 -0200 (EDT) Message-Id: <199710241956.RAA01074@jupiter.demet.ufrgs.br> To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Dear Sirs I have compiled some packages, like spice and libsx, for example, with dynamic linking, and at the time of compiling, everything went well(I mean, no error or warning messages). When I tried to execute this programs, then the following message has appeared(in case, this message was for a "demo" build with libsx): ld.so failed: Undefined symbol "__CurrentRuneLocale" in demo: /usr/X11R6/lib/libXaw.so.6.1 Well, I have checked the ld.so.hints file and the libXaw.so.6.1 is listed there, in the right path. Before, I have compiled the same code with static linking and the demo worked. I would like to set the dynamic linking in the applications, so, if you could give me some hint of what is going on... Thank you very much Best Regards Miti