Blame


1 b7a6bf27 2002-02-25 alex
2 e0345e5e 2003-04-21 goetz ngIRCd - Next Generation IRC Server
3 b7a6bf27 2002-02-25 alex
4 117a9e21 2005-06-24 alex (c)2001-2005 Alexander Barton,
5 e0345e5e 2003-04-21 goetz alex@barton.de, http://www.barton.de/
6 b7a6bf27 2002-02-25 alex
7 5170ecf0 2003-03-09 alex ngIRCd is free software and published under the
8 e0345e5e 2003-04-21 goetz terms of the GNU General Public License.
9 b7a6bf27 2002-02-25 alex
10 b7a6bf27 2002-02-25 alex
11 e0345e5e 2003-04-21 goetz -- README-AUX.txt --
12 b7a6bf27 2002-02-25 alex
13 5b333085 2003-01-04 alex
14 e0345e5e 2003-04-21 goetz Since version 0.2.2-pre Apple's A/UX belongs to the officially supported
15 e0345e5e 2003-04-21 goetz platforms. It is not restricted in any way.
16 5b333085 2003-01-04 alex
17 e0345e5e 2003-04-21 goetz Since version 0.5.0 ngIRCd's source compiles with the native A/UX c
18 e0345e5e 2003-04-21 goetz compiler. GNU C isn't a must-have anymore.
19 b7a6bf27 2002-02-25 alex
20 e0345e5e 2003-04-21 goetz The following software packages are needed:
21 ab2d1ca4 2002-11-11 alex
22 e0345e5e 2003-04-21 goetz - GNU sed
23 bd52d4e4 2003-04-21 goetz Source:
24 bd52d4e4 2003-04-21 goetz http://www.rezepte-im-web.de/appleux/sed-3.02.tar.gz
25 179d61c5 2006-07-23 alex ftp://arthur.barton.de/pub/unix/aux/tools/sed-3.02.tar.gz
26 b7a6bf27 2002-02-25 alex
27 bd52d4e4 2003-04-21 goetz A/UX comes with /bin/sed which isn't supporting all functions needed
28 bd52d4e4 2003-04-21 goetz by GNU automake/autoconf.
29 b7a6bf27 2002-02-25 alex
30 bd52d4e4 2003-04-21 goetz Warning: When installing GNU sed please make sure that A/UX doesn't
31 bd52d4e4 2003-04-21 goetz use the old one anymore which means set the $PATH or replace /bin/sed
32 bd52d4e4 2003-04-21 goetz at all.
33 bd5de06c 2002-04-09 alex
34 e0345e5e 2003-04-21 goetz - libUTIL.a
35 bd52d4e4 2003-04-21 goetz Source:
36 117a9e21 2005-06-24 alex ftp://ftp.mayn.de/pub/really_old_stuff/apple/apple_unix/Sys_stuff/libUTIL-2.1.tar.gz>
37 179d61c5 2006-07-23 alex ftp://arthur.barton.de/pub/unix/aux/libraries/libUTIL-2.1.tar.gz
38 b7a6bf27 2002-02-25 alex
39 bd52d4e4 2003-04-21 goetz This library contains functions that are common on other UNIX
40 bd52d4e4 2003-04-21 goetz systems but not on A/UX e.g. memmove(), strerror() und strdup().
41 ab2d1ca4 2002-11-11 alex
42 b7a6bf27 2002-02-25 alex
43 e0345e5e 2003-04-21 goetz After installation of these packages just do a "./configure" and "make" to
44 e0345e5e 2003-04-21 goetz compile ngIRCd on A/UX.
45 b7a6bf27 2002-02-25 alex
46 bd5de06c 2002-04-09 alex
47 e0345e5e 2003-04-21 goetz A few hints in case of errors:
48 bd5de06c 2002-04-09 alex
49 e0345e5e 2003-04-21 goetz - Either there's an 'install' on your system which is completely broken
50 bd52d4e4 2003-04-21 goetz (so 'configure' uses its own shell script) or use a fully functionable one.
51 bd52d4e4 2003-04-21 goetz There's at least one binary "out there" causing problems. The one
52 bd52d4e4 2003-04-21 goetz of the GNU fileutils works fine:
53 179d61c5 2006-07-23 alex ftp://arthur.barton.de/pub/unix/aux/tools/fileutils-4.0.tar.gz
54 bd5de06c 2002-04-09 alex
55 e0345e5e 2003-04-21 goetz - The precompiled binary of the old 'bash' shouldn't be installed within
56 bd52d4e4 2003-04-21 goetz /bin (better do this in /usr/local/bin) because 'configure' would
57 bd52d4e4 2003-04-21 goetz choose it as its shell which wouldn't work.
58 bd5de06c 2002-04-09 alex
59 e0345e5e 2003-04-21 goetz - Because of limitations of /bin/sh on A/UX it can't be used to create
60 bd52d4e4 2003-04-21 goetz the 'config.status' script. Better rename /bin/sh to /bin/sh.AUX and
61 bd52d4e4 2003-04-21 goetz replace it by a symbolic link to /bin/ksh (ln -s /bin/ksh /bin/sh as
62 bd52d4e4 2003-04-21 goetz root).
63 bd52d4e4 2003-04-21 goetz These procedure should'nt cause you into problems and is recommended
64 bd52d4e4 2003-04-21 goetz even if you don't use ngIRCd.
65 b7a6bf27 2002-02-25 alex
66 b7a6bf27 2002-02-25 alex --
67 179d61c5 2006-07-23 alex $Id: README-AUX.txt,v 1.10 2006/07/23 12:19:57 alex Exp $