Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Sep 2003 17:10:10 -0400
From:      "Dan Langille" <dan@langille.org>
To:        Jesse Guardiani <jesse@wingnet.net>
Cc:        freebsd-current@freebsd.org
Subject:   Re: KSE howto?
Message-ID:  <3F5E0972.21426.1AEF1F65@localhost>
In-Reply-To: <bjlfc7$9gs$1@sea.gmane.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F5E0972.21426.1AEF1F65>