KDE Konsole, crashes, on a SIGABRT...

Michael Nottebrock lofi at freebsd.org
Sat Aug 23 06:22:44 PDT 2003


On Saturday 23 August 2003 14:51, Larry Rosenman wrote:

> I'm not sure how to switch to a libkse'd world.

You have to explicitly make and install both libkse and libthr:

cd /usr/src/lib/libpthread && make && make install (will give you libkse)
cd /usr/src/lib/libthr && make && make install (will give you libthr)

Then, create /etc/libmap.conf to map libc_r to either libthr or libkse, 
globally or just for single executables. Look at the libmap.conf manpage, is 
has a nice example and all the information.

-- 
   ,_,   | Michael Nottebrock               | lofi at freebsd.org
 (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: signature
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20030823/51df74d2/attachment.bin


More information about the freebsd-ports mailing list