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/

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to