File: INSTALL

package info (click to toggle)
xtradius 1.1-pre2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 880 kB
  • ctags: 803
  • sloc: ansic: 8,719; perl: 651; sh: 219; makefile: 116; sql: 21
file content (24 lines) | stat: -rw-r--r-- 881 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  The steps to build Cistron RADIUSD are:

  o Edit src/conf.h to adjust the paths for the logfiles.
  o If you have Ascend gear, adjust ASCEND_CHANNELS_PER_LINE
    in src/conf.h to be correct for your ISDN connection!
  o Edit src/Makefile
    Defines:  DBM             DBM support
              NDBM            NDBM support (mutually exclusive)
                              NOTE: DBM/NDBM support isn't well tested
              NOSHADOW        Don't compile in shadow support
              NT_DOMAIN_HACK  Strip first part of NT_DOMAIN\loginname
              SPECIALIX_JETSTREAM_HACK
                              Fixes for Specialix Jetstream
              NOCASE          Dictionary file is case insensitive

  o Copy the relevant 'Makefile' for your OS.  e.g.

	cd src
	ls
	cp Makefile.OS Makefile
	make
	make install

    Where 'OS' is the name of your operating system.