]> arthur.barton.de Git - ngircd-alex.git/blob - doc/FAQ.txt
Updated documentation.
[ngircd-alex.git] / doc / FAQ.txt
1
2                      ngIRCd - Next Generation IRC Server
3
4                       (c)2001-2003 by Alexander Barton,
5                     alex@barton.de, http://www.barton.de/
6
7                ngIRCd is free software and published under the
8                    terms of the GNU General Public License.
9
10                     -- FAQ: Frequently Asked Questions --
11
12
13 I. General
14 ~~~~~~~~~~
15 Q: Is it possible to link the ngIRCd with non-ngIRCd servers?
16 A: Yes. ngIRCd is compatible to the original ircd used by IRCNet. Actually
17    this is being tested with version 2.10.3p3.
18
19 Q: Is there a homepage with further information and downloads?
20 A: Yes. Please visit <http://arthur.ath.cx/~alex/ngircd/>.
21
22
23 II. Compilation
24 ~~~~~~~~~~~~~~~
25 Q: I did a "CVS checkout" but can't execute ./configure because the script
26    is missing in the generated directory!?
27 A: When using development versions via CVS, the configure script as well as
28    the Makefile.in templates must be generated using GNU automake and GNU
29    autoconf. To simplify this task run the ./autogen.sh script which will
30    execute the required tools for you; then continue with executing the
31    ./configure script as usual.
32
33 Q: The ./autogen.sh script complains "aclocal: command not found".
34 A: GNU automake is missing on your system but required for building CVS
35    versions of ngIRCd. Install GNU automake 1.6 or later and try again.
36
37 Q: The ./autogen.sh script stops with "autoheader: command not found".
38 A: GNU autoconf is missing on your system but required for building CVS
39    versions of ngIRCd. Install GNU autoconf 2.52 or later and try again.
40
41 Q: The ./autogen.sh script fails and the message "automake: configure.in:
42    AM_INIT_AUTOMAKE must be used" is displayed.
43 A: Most probably you are using version 1.5 of GNU automake which seems to be
44    incompatible to the build system of ngIRCd. Solution: upgrade to at least
45    version 1.6 of GNU automake.
46    (If you are using Debian 3.0 "Woody" you can try to downgrade to version
47    1.4 of GNU automake shipped with this distribution; it should work, too.)
48
49
50 III. Bugs!?
51 ~~~~~~~~~~~
52 Q: Is there a list of known bugs and desired feature enhancements?
53 A: Yes. Have a look at the bug tracking system (Bugzilla) for ngIRCd located
54    at <http://arthur.ath.cx/bugzilla/ngircd/>. There you can file bug reports
55    and feature requests as well as search the bug database.
56
57 Q: What should I do if I found a bug?
58 A: Please file a bug report at <http://arthur.ath.cx/bugzilla/ngircd/>!
59    The author of the particular component will be notified automagically :-)
60
61
62 -- 
63 $Id: FAQ.txt,v 1.5 2003/04/05 11:37:17 alex Exp $