comparison INSTALL @ 69:59d16db56e9f

Simple text changes
author Matt Johnston <matt@ucc.asn.au>
date Thu, 12 Aug 2004 15:41:36 +0000
parents fe6bca95afa7
children 9597c2e3b9d4
comparison
equal deleted inserted replaced
68:eee77ac31ccc 69:59d16db56e9f
76 globally in ~/.ssh/config, not just in the host entry in that file. 76 globally in ~/.ssh/config, not just in the host entry in that file.
77 77
78 You may want to manually disable lastlog recording when using uClibc, configure 78 You may want to manually disable lastlog recording when using uClibc, configure
79 with --disable-lastlog. 79 with --disable-lastlog.
80 80
81 One common problem is pty allocation. There are a number of types of pty allocation which can be used -- if they work properly, the end result is the same for each type. Running configure should detect the best type to use automatically, however for some embedded systems, this may be incorrect. Some things to note: 81 One common problem is pty allocation. There are a number of types of pty
82 allocation which can be used -- if they work properly, the end result is the
83 same for each type. Running configure should detect the best type to use
84 automatically, however for some systems, this may be incorrect. Some
85 things to note:
82 86
83 If your system expects /dev/pts to be mounted (this is a uClibc option), 87 If your system expects /dev/pts to be mounted (this is a uClibc option),
84 make sure that it is. 88 make sure that it is.
85 89
86 Make sure that your libc headers match the library version you are using. 90 Make sure that your libc headers match the library version you are using.