From owner-freebsd-ports Wed Oct 21 19:31:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA15286 for freebsd-ports-outgoing; Wed, 21 Oct 1998 19:31:12 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from tohokugw.tohoku.iij.ad.jp ([202.232.14.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA15279 for ; Wed, 21 Oct 1998 19:31:09 -0700 (PDT) (envelope-from taguchi@tohoku.iij.ad.jp) Received: by tohokugw.tohoku.iij.ad.jp; id LAA07434; Thu, 22 Oct 1998 11:30:40 +0900 (JST) Received: from unknown(192.168.144.10) by tohokugw.tohoku.iij.ad.jp via smap (4.1) id xma007430; Thu, 22 Oct 98 11:29:59 +0900 Received: from localhost (hirose.tohoku.iij.ad.jp [192.168.144.2]) by ayashi.tohoku.iij,.ad.jp (8.8.8/3.7W-98102111) with ESMTP id LAA26668 for ; Thu, 22 Oct 1998 11:29:54 +0900 (JST) To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/8390: [Update] x11/XttXF86srv-common From: Taguchi Takeshi In-Reply-To: Your message of "Wed, 21 Oct 1998 22:18:12 +0900" <19981021221812J.taguchi@tohoku.iij.ad.jp> References: <19981021221812J.taguchi@tohoku.iij.ad.jp> X-Mailer: Mew version 1.93b38 on XEmacs 20.4 (Emerald) X-Prom-Mew: Prom-Mew 1.92.9 (procmail reader for Mew) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19981022112943P.taguchi@tohoku.iij.ad.jp> Date: Thu, 22 Oct 1998 11:29:43 +0900 X-Dispatcher: imput version 980522 Lines: 31 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks for comminting, Steve. > > # (3) Dynamic loading for code conversion modules does NOT work under ELF world. > > # > > # I think x11/XFree86 has same dynamic loading probrem. > > # a patch for patches/patch-ba should be applied to x11/XFree86/patches/patch-ba. > > # (offcause, this modification is NOT cool. but it will work. > > # Does anyone have more cool idea?) > > > > Actually I believe this has already been fixed. What you > > need to do is #define BuildDynamicLoading in your Imakefile. > > Yes, Needed one was BuildDynamicLoading. > Following patch for x11/XttXF86srv-common uses this macro. Acctually, I think 'No'. Because, BuildDynamicLoading is defined defaultly. I think this problem was same as apache13 'LoadModule' problem. My FreeBSD box which I found the problem was 981001 - 981010. In such version, the problem was occur. But Now, I'm using 3.0-RELEASE or -current at 981020. In these version, the problem never occur. So I think this problem has been resolved by src/libexec/rtld-elf/ rtld.c ver.1.12. PS: I believe latest patch has NOT any problem ;-) PS2: I should search CVSlog more carefully ....;-( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message