]> jfr.im git - irc/freenode/ircd-seven.git/blob - README.FIRST
m_kline: insert a safety zero early
[irc/freenode/ircd-seven.git] / README.FIRST
1 ******************************* IMPORTANT *************************************
2
3 *********** Note for those who dont bother reading docs *****************
4 * - Reading INSTALL is now a must, as the old DPATH is now specified *
5 * when configure is run. *
6 * You now need to ./configure --prefix="/path/to/install/it" *
7 * to specify the path that will be installed with your ircd! *
8 *************************************************************************
9
10 ALSO, IF YOU ARE UPGRADING YOUR CURRENT SOURCE TREE, AND YOU TRY TO BUILD
11 IN IT WITHOUT PERFORMING AT LEAST 'make clean', THINGS _WILL_ BREAK. IT IS
12 RECOMMENDED THAT YOU RUN 'make distclean' AND THEN RERUN './configure'!
13
14 ******************************* REQUIREMENTS **********************************
15
16 Necessary Requirements:
17
18 - A supported platform (look below)
19
20 - A working dynamic load library.
21
22 - A working lex. Solaris /usr/ccs/bin/lex
23 appears to be broken, on this system flex
24 should be used.
25
26
27 Feature Specific Requirements:
28
29 - For SSL Clients, SSL Challenge controlled OPER feature, and encrypted server links,
30 a working OpenSSL library or GnuTLS library. CHALLENGE is not supported on GnuTLS
31 yet.
32
33 - For encrypted oper and (optional) server passwords, a working DES, MD5, or SHA library
34 implementing crypt().
35
36 *******************************************************************************
37
38 - To report bugs in charybdis, visit us at irc.atheme.org #charybdis
39
40 - See the INSTALL document for info on configuring and compiling
41 charybdis.
42
43 - Please read doc/index.txt to get an overview of the current documentation.
44
45 - The files, /etc/services, /etc/protocols, and /etc/resolv.conf, SHOULD be
46 readable by the user running the server in order for ircd to start with
47 the correct settings. If these files are wrong, charybdis will try to use
48 127.0.0.1 for a resolver as a last-ditch effort.
49
50 - FREEBSD USERS: if you are compiling with ipv6 you may experience
51 problems with ipv4 due to the way the socket code is written. To
52 fix this you must: "sysctl net.inet6.ip6.v6only=0"
53
54 - SOLARIS USERS: this code appears to tickle a bug in older gcc and
55 egcs ONLY on 64-bit Solaris7. gcc-2.95 and SunPro C on 64bit should
56 work fine, and any gcc or SunPro compiled on 32bit.
57
58 - DARWIN AND MACOS X USERS: You must be using at least the December 2001
59 Development Tools from Apple to build charybdis with shared modules.
60 Before then you MUST disable shared modules, as we do not have the proper
61 flags for cc(1) prior to that point to produce shared modules.
62
63 - SUPPORTED PLATFORMS: this code should compile without any warnings on:
64 FreeBSD 6.x/7.x,
65 Gentoo & Gentoo Hardened ~x86/~amd64/~fbsd
66 Fedora 8/9 / CentOS 4/5 / Redhat Enterprise 5
67 Debian Etch,
68 OpenSuSE 10/11,
69 OpenSolaris 2008.x?
70 Solaris 10 sparc.
71
72 Please let us know if you find otherwise.
73 It probably does not compile on AIX, IRIX or libc5 Linux.
74
75 - TESTED PLATFORMS: The code has been tested on the following platforms, and
76 is known to run properly.
77 FreeBSD 6.x/7.x
78 Linux glibc-2.6, glibc-2.7
79 Solaris 2.6/7/8
80 OpenBSD 2.8
81 NetBSD 1.4
82
83 - Please read NEWS for information about what is in this release.
84
85 - Other files recommended for reading: BUGS, INSTALL