commit 60a5133ec70a097ce94fb724045512a1c5f123ce
parent b01769eac491d02d566a4516509f1a4985cf4f86
Author: William Morgan <wmorgan-sup@masanjin.net>
Date: Thu, 9 Apr 2009 15:26:28 -0400
add libc message for BSD users
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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