]> jfr.im git - irc/ircd-hybrid/ircd-hybrid-8-cvs.git/blame - README.VMS
- strncpy => strlcpy. Note that unlike hybrid 7, I have not increased
[irc/ircd-hybrid/ircd-hybrid-8-cvs.git] / README.VMS
CommitLineData
f6a75221 1Last tested version: hybrid-7beta8 20011030_2
2
3To compile ircd on VMS, simply execute the make.com script
4from the top-level ircd directory:
5
6 $ SET DEF [.IRCD-HYBRID-7]
7 $ @MAKE
8
9This should build [.SRC]IRCD.EXE (servlink is not yet supported
10for VMS).
11
12You'll probably want to edit [.INCLUDE]CONFIG.H before you build,
13to change the IRCD_PREFIX. NOTE: the ']' is deliberately left off
14the IRCD_PREFIX string - adding one will break it.
15
16You might also want to change some of the other paths in [.INCLUDE]CONFIG.H.
17
18After IRCD.EXE is built, you'll have to install it by hand. Put it
19in a BIN subdirectory of the IRCD_PREFIX directory. IRCD.CONF
20goes into the ETC subdir. You should also create LOGS, if you're
21putting logs there.
22
23Known problems on VMS:
24 - Lack of SERVLINK support means that ZIP and SSL aren't yet possible
25 for VMS.
26 - If IRCD.EXE exits immediately after startup, make sure that [.ETC]IRCD.PID
27 doesn't exist.
28
29It should work fine when started with RUN/DETACH.
30
31So far, IRCD is known to work on OpenVMS 7.2/Alpha using DEC C V6.0-001.
32
33If anyone gets ircd working on VMS (or has problems with it), please mail me
34(ejb@drakenwood.ddts.net) with any comments you have.
35
36If you have problem compiling from source, or are on a slow system
37(building IRCD on a VAXstation 3000 takes about two hours),
38binary distributions are available on the FTP site.
39
40$Id: README.VMS,v 1.1 2002/01/04 09:10:22 a1kmm Exp $