7 See the release notes for a list of platforms OpenPAM has been
10 You will need the GNU autotools, GNU make and the GNU compiler suite
11 to build OpenPAM. On some platforms, you may have to install these
16 Use the "configure" shell script to configure OpenPAM for your
17 system. Options include:
20 Turn debugging on by default.
22 --with-modules-dir=DIR
23 Indicates the directory where PAM modules will be installed.
24 This option should not be used if you intend to install PAM
25 modules in the system library directory.
28 Skips the documentation.
31 Builds the sample PAM module.
34 Builds the sample su(1) implementation.
36 For more information about configuration options, use the --help
39 A typical invocation might look like this:
41 # ./configure --with-pam-unix --with-su
45 To compile OpenPAM, simply run "make" (or "gmake" on platforms where
46 "make" is not GNU make) in the top-level OpenPAM directory:
52 To install OpenPAM, simply run "make install" (or "gmake install" on
53 platforms where "make" is not GNU make) in the top-level OpenPAM
58 $Id: INSTALL,v 1.1.1.2 2008/01/27 00:54:48 christos Exp $