From 60a5133ec70a097ce94fb724045512a1c5f123ce Mon Sep 17 00:00:00 2001 From: William Morgan Date: Thu, 9 Apr 2009 15:26:28 -0400 Subject: [PATCH] add libc message for BSD users --- bin/sup | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/sup b/bin/sup index e4b28d8..cbcee54 100644 --- a/bin/sup +++ b/bin/sup @@ -105,6 +105,9 @@ module LibC rescue RuntimeError => e Redwood::log "cannot dlload setlocale(); ncurses wide character support probably broken." Redwood::log "dlload error was #{e.class}: #{e.message}" + if Config::CONFIG['arch'] =~ /bsd/ + Redwood::log "BSD variant detected. You may have to install a compat6x package to acquire libc." + end end end -- 2.45.2