summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-12-17 16:17:43 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-12-17 16:17:43 +0000
commitbe4f05039e6aca55f74f7b18962df179e46c6273 (patch)
treefbbc505ab73f441e5c0c683287bd96a6c7549266 /INSTALL
parent348139b26cd812db410919c952d9cda322eb2f0f (diff)
I've been told that the FreeBSD shell has been fixed meanwhile.
Additionally, add the note from Vikas on patching Solaris to get mutt work properly on that system.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL21
1 files changed, 8 insertions, 13 deletions
diff --git a/INSTALL b/INSTALL
index e8bdec53..f2177ea3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -175,8 +175,9 @@ Solaris 2.4
Use the --with-included-gettext configuration switch if you
experience this problem.
- Color does not work right with Solaris curses. You will have to
- compile with either ncurses or slang to get working color support.
+ Color does not work right with Solaris curses. You will
+ have to compile with either ncurses or slang to get working
+ color support.
Solaris 2.6
@@ -184,6 +185,11 @@ Solaris 2.6
with the system regexp library. Please use the --with-rx
switch when configuring on this platform.
+ For the real fix, applying Sun patches # 105490-05 (linker
+ patch) and # 105210-17 (libc and malloc patch) from
+ sunsolve.sun.com has been reported to stop these problems
+ from occuring.
+
Linux
On recent Linux systems, flock() and fcntl() locks don't mix. If
@@ -206,15 +212,4 @@ Digital Unix (OSF/1)
Also, the system curses library is said to be badly broken. Use
GNU ncurses or SLang instead.
-
-FreeBSD 3.0
-
- /bin/sh is broken on this platform. You need the
- "--with-exec-shell" configuration switch here; ksh and bash
- are reported to be fine.
-
- This may also be an issue with earlier FreeBSD
- versions and other BSD systems.
-
-
$Id$