Most of this was out of date too.
This commit is contained in:
parent
1042288434
commit
101b7fcb55
1 changed files with 10 additions and 17 deletions
27
README.FIRST
27
README.FIRST
|
@ -1,6 +1,3 @@
|
||||||
If you don't read this first, we won't help you.
|
|
||||||
:-)
|
|
||||||
|
|
||||||
******************************* IMPORTANT *************************************
|
******************************* IMPORTANT *************************************
|
||||||
|
|
||||||
*********** Note for those who dont bother reading docs *****************
|
*********** Note for those who dont bother reading docs *****************
|
||||||
|
@ -20,9 +17,7 @@ Necessary Requirements:
|
||||||
|
|
||||||
- A supported platform (look below)
|
- A supported platform (look below)
|
||||||
|
|
||||||
- A working dynamic load library, unless
|
- A working dynamic load library.
|
||||||
compiling as static, without module
|
|
||||||
support.
|
|
||||||
|
|
||||||
- A working lex. Solaris /usr/ccs/bin/lex
|
- A working lex. Solaris /usr/ccs/bin/lex
|
||||||
appears to be broken, on this system flex
|
appears to be broken, on this system flex
|
||||||
|
@ -32,9 +27,11 @@ Necessary Requirements:
|
||||||
Feature Specific Requirements:
|
Feature Specific Requirements:
|
||||||
|
|
||||||
- For SSL Clients, SSL Challenge controlled OPER feature, and encrypted server links,
|
- For SSL Clients, SSL Challenge controlled OPER feature, and encrypted server links,
|
||||||
a working OpenSSL library
|
a working OpenSSL library or GnuTLS library. CHALLENGE is not supported on GnuTLS
|
||||||
|
yet.
|
||||||
|
|
||||||
- For encrypted oper and (optional) server passwords, a working DES, MD5, or SHA library.
|
- For encrypted oper and (optional) server passwords, a working DES, MD5, or SHA library
|
||||||
|
implementing crypt().
|
||||||
|
|
||||||
*******************************************************************************
|
*******************************************************************************
|
||||||
|
|
||||||
|
@ -45,10 +42,10 @@ Feature Specific Requirements:
|
||||||
|
|
||||||
- Please read doc/index.txt to get an overview of the current documentation.
|
- Please read doc/index.txt to get an overview of the current documentation.
|
||||||
|
|
||||||
- The files, /etc/services, /etc/protocols, and /etc/resolv.conf, MUST be
|
- The files, /etc/services, /etc/protocols, and /etc/resolv.conf, SHOULD be
|
||||||
readable by the user running the server in order for ircd to start.
|
readable by the user running the server in order for ircd to start with
|
||||||
Errors from adns causing the ircd to refuse to start up are often related
|
the correct settings. If these files are wrong, charybdis will try to use
|
||||||
to permission problems on these files.
|
127.0.0.1 for a resolver as a last-ditch effort.
|
||||||
|
|
||||||
- FREEBSD USERS: if you are compiling with ipv6 you may experience
|
- FREEBSD USERS: if you are compiling with ipv6 you may experience
|
||||||
problems with ipv4 due to the way the socket code is written. To
|
problems with ipv4 due to the way the socket code is written. To
|
||||||
|
@ -82,11 +79,7 @@ Feature Specific Requirements:
|
||||||
Solaris 2.6/7/8
|
Solaris 2.6/7/8
|
||||||
OpenBSD 2.8
|
OpenBSD 2.8
|
||||||
NetBSD 1.4
|
NetBSD 1.4
|
||||||
OpenVMS/Alpha 7.2 (static modules, no ssld)
|
|
||||||
|
|
||||||
- Please read NEWS for information about what is in this release
|
- Please read NEWS for information about what is in this release.
|
||||||
|
|
||||||
- Other files recommended for reading: BUGS, INSTALL
|
- Other files recommended for reading: BUGS, INSTALL
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
|
||||||
$Id$
|
|
||||||
|
|
Loading…
Reference in a new issue