Blame


1 077b610e 2002-01-23 alex
2 077b610e 2002-01-23 alex ngIRCd - Next Generation IRC Server
3 077b610e 2002-01-23 alex
4 077b610e 2002-01-23 alex (c)2001,2002 by Alexander Barton,
5 077b610e 2002-01-23 alex alex@barton.de, http://www.barton.de/
6 077b610e 2002-01-23 alex
7 077b610e 2002-01-23 alex ngIRCd ist freie Software und steht unter
8 077b610e 2002-01-23 alex der GNU General Public License.
9 077b610e 2002-01-23 alex
10 077b610e 2002-01-23 alex -- FAQ: Frequently Asked Questions --
11 077b610e 2002-01-23 alex
12 077b610e 2002-01-23 alex
13 5b333085 2003-01-04 alex +-----------------------------------------------------------------------+
14 5b333085 2003-01-04 alex | This text is only available in german at the moment, but this should |
15 5b333085 2003-01-04 alex | change until the release of ngIRCd 0.7.0, so feel free to contribute! |
16 5b333085 2003-01-04 alex +-----------------------------------------------------------------------+
17 5b333085 2003-01-04 alex
18 5b333085 2003-01-04 alex
19 077b610e 2002-01-23 alex I. Allgemein
20 077b610e 2002-01-23 alex ~~~~~~~~~~~~
21 077b610e 2002-01-23 alex Q: Kann der ngIRCd im Netz zusammen mit "normalen" Servern betrieben werden?
22 077b610e 2002-01-23 alex A: Ja. ngIRCd ist zum Original kompatibel, getestet wird dies zur Zeit mit
23 077b610e 2002-01-23 alex der Version 2.10.3p3 des ircd.
24 077b610e 2002-01-23 alex
25 077b610e 2002-01-23 alex Q: Gibt es eine Homepage mit Informationen und Downloads?
26 077b610e 2002-01-23 alex A: Ja. Die URL ist <http://arthur.ath.cx/~alex/ngircd/>.
27 077b610e 2002-01-23 alex
28 077b610e 2002-01-23 alex
29 077b610e 2002-01-23 alex II. Compilieren
30 077b610e 2002-01-23 alex ~~~~~~~~~~~~~~~
31 077b610e 2002-01-23 alex Q: Ich habe die Sourcen von ngIRCd ueber CVS installiert. Nun kann ich
32 077b610e 2002-01-23 alex ./configure nicht ausfuehren, da es nicht existiert!?
33 077b610e 2002-01-23 alex A: Bei Builds direkt aus dem CVS-Tree muss das configure-Script zunaechst
34 077b610e 2002-01-23 alex durch GNU autoconf sowie die Makefile.in's durch GNU automake generiert
35 077b610e 2002-01-23 alex werden. Um dies zu vereinfachen existiert das Script "./autogen.sh".
36 077b610e 2002-01-23 alex GNU automake und GNU autoconf werden -- im Gegensatz zu Builds aus den
37 077b610e 2002-01-23 alex Sourcen eines .tar.gz-Archivs -- hierbei benoetigt!
38 077b610e 2002-01-23 alex
39 077b610e 2002-01-23 alex Q: ./autogen.sh bricht mit der Meldung "autoheader: command not found" ab.
40 077b610e 2002-01-23 alex A: GNU autoconf ist nicht installiert, wird jedoch bei Builds direkt aus
41 077b610e 2002-01-23 alex dem CVS-Tree benoetigt.
42 077b610e 2002-01-23 alex
43 077b610e 2002-01-23 alex Q: ./autogen.sh bricht mit der Meldung "autoconf: Undefined macros:
44 077b610e 2002-01-23 alex AC_FUNC_MALLOC" bzw. "AC_CONFIG_SRCDIR" ab.
45 077b610e 2002-01-23 alex A: Auf dem System ist eine zu alte Version von GNU autoconf installiert.
46 077b610e 2002-01-23 alex Ein Update auf z.B. Version 2.52 loest dieses Problem (eine installiete
47 077b610e 2002-01-23 alex alte Version sollte ggf. zunaechst entfernt werden, bei RPM-Paketen z.B.
48 077b610e 2002-01-23 alex mit dem Befehl "rpm -e autoconf").
49 077b610e 2002-01-23 alex
50 077b610e 2002-01-23 alex
51 b0482db9 2002-02-19 alex III. Bugs!?
52 b0482db9 2002-02-19 alex ~~~~~~~~~~~
53 b0482db9 2002-02-19 alex Q: Gibt es eine Liste der bekannten Bugs bzw. Feature-Wuensche?
54 b0482db9 2002-02-19 alex A: Ja. Es existiert ein Bug-Tracking-System fuer den ngIRCd (Bugzilla):
55 b0482db9 2002-02-19 alex URL: <http://arthur.ath.cx/bugzilla/ngircd/>. Dort koennen Bugs ge-
56 b0482db9 2002-02-19 alex meldet und Feature-Wunsche kundgetan werden. Bekannte Bugs koennen in
57 b0482db9 2002-02-19 alex der Datenbank gesucht und aufgelistet werden.
58 b0482db9 2002-02-19 alex Einen Account zum Suchen und Melden von Bugs bzw. Feature-Wuenschen
59 b0482db9 2002-02-19 alex kannst du dir dort selber anlegen.
60 b0482db9 2002-02-19 alex
61 b0482db9 2002-02-19 alex Q: Was mache ich, wenn ich einen Bug gefunden habe?
62 b0482db9 2002-02-19 alex A: Am besten traegst du ihn in das Bug-Tracking-System des ngIRCd ein:
63 b0482db9 2002-02-19 alex URL: <http://arthur.ath.cx/bugzilla/ngircd/>
64 b0482db9 2002-02-19 alex
65 b0482db9 2002-02-19 alex
66 077b610e 2002-01-23 alex --
67 5b333085 2003-01-04 alex $Id: FAQ.txt,v 1.3 2003/01/04 13:07:54 alex Exp $