From owner-freebsd-current@FreeBSD.ORG Tue Sep 9 14:10:10 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 389B916A4BF for ; Tue, 9 Sep 2003 14:10:10 -0700 (PDT) Received: from bast.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F53D43FA3 for ; Tue, 9 Sep 2003 14:10:08 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 896CF3D28; Tue, 9 Sep 2003 17:10:06 -0400 (EDT) From: "Dan Langille" To: Jesse Guardiani Date: Tue, 09 Sep 2003 17:10:10 -0400 MIME-Version: 1.0 Message-ID: <3F5E0972.21426.1AEF1F65@localhost> Priority: normal In-reply-to: X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body cc: freebsd-current@freebsd.org Subject: Re: KSE howto? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2003 21:10:10 -0000 On 9 Sep 2003 at 17:06, Jesse Guardiani wrote: > Howdy list, > > Is there a KSE howto guide anywhere? > > I'm thinking about updating my FreeBSD 5.1-RELEASE > system to -CURRENT and compiling XFree, KDE, MySQL, > and Apache2 with KSE support, just for fun. > > But I don't know how to enable KSE support at compile > time... WOW! A -current question I can answer. I just enable libkse on 5.1-RELEASE. Do this: to use libkse under 5.*, 1 - add "WITH_LIBMAP= yes" to /etc/make.conf 2 - do a make clean in src/libexec/rtld-elf and make all install 3 - to /etc/libmap.conf, add: libc_r.so.5 libkse.so.1 libc_r.so libkse.so run. See also http://www.FreeBSD.org/cgi/man.cgi?query=libmap.conf&sektion=5&apropos =0&manpath=FreeBSD+5.1-RELEASE -- Dan Langille : http://www.langille.org/