ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/README
Revision: 1513
Committed: Sun Aug 26 09:06:13 2012 UTC (11 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/README
File size: 3179 byte(s)
Log Message:
- Update README

File Contents

# User Rev Content
1 adx 30 ******************************* IMPORTANT *************************************
2    
3     ************ Note for those who don't 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 michael 1513 * - The old config format WILL NOT WORK. Please see doc/example.conf ! *
8     * - The old kline, dline, xline format WILL NOT WORK. *
9 adx 30 *************************************************************************
10    
11     ALSO, IF YOU ARE UPGRADING YOUR CURRENT SOURCE TREE, AND YOU TRY TO BUILD
12     IN IT WITHOUT PERFORMING AT LEAST 'make clean', THINGS _WILL_ BREAK. IT IS
13     RECOMMENDED THAT YOU RUN 'make distclean' AND THEN RERUN './configure'!
14    
15     ******************************* REQUIREMENTS **********************************
16    
17     Necessary Requirements:
18    
19     - A supported platform (look below)
20    
21 michael 974 - A working dynamic load library
22 adx 30
23     Feature Specific Requirements:
24    
25 michael 1314 - For the SSL Challenge controlled OPER feature, compressed and/or
26     SSL/TLS server links, as well as SSL/TLS client connections,
27     a working OpenSSL library is required
28 adx 30
29     - For encrypted oper and (optional) server passwords, a working DES and/or
30     MD5 library
31    
32 michael 1513 - For regular expression based kline{} and gecos{} blocks, the
33     PCRE - Perl Compatible Regular Expressions library is required
34    
35 adx 30 *******************************************************************************
36    
37     - See the INSTALL document for info on configuring and compiling
38     ircd-hybrid.
39    
40     - Please read doc/index.txt to get an overview of the current documentation.
41    
42     - There is also a mailing list for general discussion of Hybrid. To subscribe
43     to the Hybrid List, use this link:
44     https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
45    
46     - To report bugs in hybrid, send the bug report to bugs@ircd-hybrid.org
47    
48     - Known bugs are listed in the BUGS file
49    
50     - SOLARIS USERS: this code appears to tickle a bug in older gcc and
51     egcs ONLY on 64-bit Solaris7. gcc-2.95 and SunPro C on 64bit should
52     work fine, and any gcc or SunPro compiled on 32bit.
53    
54     - TESTED PLATFORMS: The code has been tested on the following platforms, and
55     is known to run properly.
56 lusky 1269 (FIXME: this list is out of date)
57 michael 1049 FreeBSD 3.x/4.x/5.x/7.x/8.0 (gcc only, TenDRA will work but only with the latest
58 adx 30 cvs version from ten15.org)
59 michael 1138 Linux glibc 2.2/2.3/2.10.1/2.12.1
60 adx 30 Solaris 2.6/7/8
61     OpenBSD 2.8-3.2
62     HP-UX 11.00-11.22
63     IRIX64 6.5.19 (gcc only; MIPSpro is unconfirmed)
64     NetBSD 1.4-1.6
65     Tru64 UNIX 5.2b (only tested with native cc)
66    
67     It probably does not compile on AIX or libc5 Linux.
68    
69     - If you are wondering why config.h no longer exists, it's because most
70     things that were once in config.h are now specified in the 'general'
71 michael 1513 block of ircd.conf. Look at example.conf for more information about
72     these options.
73 adx 30
74     - /etc/resolv.conf must exist for the resolver to work.
75    
76 michael 920 - Please read NEWS for information about what is in
77 adx 30 this release.
78    
79     - Other files recommended for reading: BUGS, INSTALL
80    
81     --------------------------------------------------------------------------------
82 knight 31 $Id$

Properties

Name Value
svn:eol-style native
svn:keywords Id Revision