Since version 9.1 SuSE is using NPTL by default. To tell an application not to use NPTL, it is recommended to set LD_ASSUME_KERNEL to 2.4.1. You'll find a trivial patch to start-freenet.sh attached to this mail.
--- start-freenet.sh.bak 2004-07-22 22:43:47.000000000 +0200 +++ start-freenet.sh 2004-07-22 22:43:47.000000000 +0200 @@ -129,7 +129,7 @@ export LD_ASSUME_KERNEL fi #gentoo however dies with 2.2.5 - if test -f /etc/gentoo-release + if test -f /etc/gentoo-release -o -f /etc/SuSE-release then LD_ASSUME_KERNEL=2.4.1 export LD_ASSUME_KERNEL
_______________________________________________ Support mailing list [EMAIL PROTECTED] http://news.gmane.org/gmane.network.freenet.support Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support Or mailto:[EMAIL PROTECTED]