]> git.ozlabs.org Git - ppp.git/blob - README.svr4
comment out kinstall since it isn't needed now
[ppp.git] / README.svr4
1 This file describes the installation process for ppp-2.3 on systems
2 running standard System V Release 4 and using the Lachman TCP/IP
3 protocol code.  The STREAMS kernel modules and driver for SVR4 are in
4 the svr4 directory (and use some code from the modules directory).
5
6 Installation.
7 *************
8
9 1. Run the configure script and make the user-level programs and the
10 kernel modules.
11
12         ./configure
13         make
14
15 If you wish to use gcc instead of cc, edit the svr4/Makedefs file and
16 uncomment the definition of CC.  You can also change the options
17 passed to the C compiler by editing the COPTS definition.
18
19 2. Install the programs and kernel modules: as root, do
20
21         make install
22
23 This installs pppd, chat and pppstats in /usr/local/bin and adds the
24 ppp STREAMS modules and driver to the system configuration.  You can
25 change the installation directories by editing svr4/Makedefs.
26
27 3. Rebuild your kernel (with /etc/conf/bin/idbuild) and reboot.
28
29 Bug reports.
30 ************
31
32 If you find a bug in this software, please send email to Matthias
33 Apitz (Matthias.Apitz@sisis.de) describing the bug and, if possible, a
34 workaround or fix for the bug.