UPS: apcupsd clean sources
[tomato.git] / release / src / router / apcupsd / INSTALL
blob457ca97194f96eb302cc16780d0c40da1bdad563
1 Basic Installation
2 ==================
4    These are generic installation instructions.
6    The `configure' shell script attempts to guess correct values for
7 various system-dependent variables used during compilation.  It uses
8 those values to create a `Makefile' in each directory of the package.
9 It may also create one or more `.h' files containing system-dependent
10 definitions.  Finally, it creates a shell script `config.status' that
11 you can run in the future to recreate the current configuration, a file
12 `config.cache' that saves the results of its tests to speed up
13 reconfiguring, and a file `config.log' containing compiler output
14 (useful mainly for debugging `configure').
16    If you need to do unusual things to compile the package, please try
17 to figure out how `configure' could check whether to do them, and mail
18 diffs or instructions to the address given in the `README' so they can
19 be considered for the next release.  If at some point `config.cache'
20 contains results you don't want to keep, you may remove or edit it.
22    The file `configure.in' is used to create `configure' by a program
23 called `autoconf'.  You only need `configure.in' if you want to change
24 it or regenerate `configure' using a newer version of `autoconf'.
26 The simplest way to compile this package is:
28   1. `cd' to the directory containing the package's source code and type
29      `./configure' to configure the package for your system.  If you're
30      using `csh' on an old version of System V, you might need to type
31      `sh ./configure' instead to prevent `csh' from trying to execute
32      `configure' itself.
34      Running `configure' takes a while.  While running, it prints some
35      messages telling which features it is checking for.
37   2. Type `make' to compile the package.
39   3. Become root if not already with `su'.
41   4. Type `make install' to install the programs and any data files and
42      documentation. If you have a previously installed version of this
43          package, it is advisable to issue a `make uninstall' before doing
44          the installation. This will clean the halt.local script for suse
45          and any other old halt script for other distributions. We can not
46          guarantee a good behaviour of the software if you install a new
47          version over an older one without prior uninstall the older one.
49   5. You can remove the program binaries and object files from the
50      source code directory by typing `make clean'.  
52   6. You can remove the program from where it was installed with
53      `make uninstall.'
55 Compilers and Options
56 =====================
58    Some systems require unusual options for compilation or linking that
59 the `configure' script does not know about.  You can give `configure'
60 initial values for variables by setting them in the environment.  Using
61 a Bourne-compatible shell, you can do that on the command line like
62 this:
63      CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure
65 Or on systems that have the `env' program, you can do it like this:
66      env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure
68 Compiling For Multiple Architectures
69 ====================================
71    You can compile the package for more than one kind of computer at the
72 same time, by placing the object files for each architecture in their
73 own directory.  To do this, you must use a version of `make' that
74 supports the `VPATH' variable, such as GNU `make'.  `cd' to the
75 directory where you want the object files and executables to go and run
76 the `configure' script.  `configure' automatically checks for the
77 source code in the directory that `configure' is in and in `..'.
79    If you have to use a `make' that does not supports the `VPATH'
80 variable, you have to compile the package for one architecture at a time
81 in the source code directory.  After you have installed the package for
82 one architecture, use `make distclean' before reconfiguring for another
83 architecture.
85 Installation Names
86 ==================
88    By default, `make install' will install the package's files in
89 /usr/local/sbin and /usr/local/man. You can specify an installation
90 prefix other than `/usr/local' by giving `configure' the option
91 `--prefix=PATH'. Usually good installation paths are `--prefix=/usr'
92 and `--sbindir=/sbin'.
94    You can specify separate installation prefixes for
95 architecture-specific files and architecture-independent files.  If you
96 give `configure' the option `--exec-prefix=PATH', the package will use
97 PATH as the prefix for installing programs and libraries.
98 Documentation and other data files will still use the regular prefix.
100    If the package supports it, you can cause programs to be installed
101 with an extra prefix or suffix on their names by giving `configure' the
102 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
104 Optional Features
105 =================
107    Some packages pay attention to `--enable-FEATURE' options to
108 `configure', where FEATURE indicates an optional part of the package.
109 They may also pay attention to `--with-PACKAGE' options, where PACKAGE
110 is something like `gnu-as' or `x' (for the X Window System).  The
111 `README' should mention any `--enable-' and `--with-' options that the
112 package recognizes.
114    For packages that use the X Window System, `configure' can usually
115 find the X include and library files automatically, but if it doesn't,
116 you can use the `configure' options `--x-includes=DIR' and
117 `--x-libraries=DIR' to specify their locations.
119 Specifying the System Type
120 ==========================
122    There may be some features `configure' can not figure out
123 automatically, but needs to determine by the type of host the package
124 will run on.  Usually `configure' can figure that out, but if it prints
125 a message saying it can not guess the host type, give it the
126 `--host=TYPE' option.  TYPE can either be a short name for the system
127 type, such as `sun4', or a canonical name with three fields:
128      CPU-COMPANY-SYSTEM
130 See the file `config.sub' for the possible values of each field.  If
131 `config.sub' isn't included in this package, then this package doesn't
132 need to know the host type.
134    If you are building compiler tools for cross-compiling, you can also
135 use the `--target=TYPE' option to select the type of system they will
136 produce code for and the `--build=TYPE' option to select the type of
137 system on which you are compiling the package.
139 Sharing Defaults
140 ================
142    If you want to set default values for `configure' scripts to share,
143 you can create a site shell script called `config.site' that gives
144 default values for variables like `CC', `cache_file', and `prefix'.
145 `configure' looks for `PREFIX/share/config.site' if it exists, then
146 `PREFIX/etc/config.site' if it exists.  Or, you can set the
147 `CONFIG_SITE' environment variable to the location of the site script.
148 A warning: not all `configure' scripts look for a site script.
150 Operation Controls
151 ==================
153    `configure' recognizes the following options to control how it
154 operates.
156 `--cache-file=FILE'
157      Use and save the results of the tests in FILE instead of
158      `./config.cache'.  Set FILE to `/dev/null' to disable caching, for
159      debugging `configure'.
161 `--help'
162      Print a summary of the options to `configure', and exit.
164 `--quiet'
165 `--silent'
166 `-q'
167      Do not print messages saying which checks are being made.
169 `--srcdir=DIR'
170      Look for the package's source code in directory DIR.  Usually
171      `configure' can determine that directory automatically.
173 `--version'
174      Print the version of Autoconf used to generate the `configure'
175      script, and exit.
177 `configure' also accepts some other, not widely useful, options.
179 Configure options for APC UPS Daemon
180 ====================================
182 The apcupsd have a number of `configure' time options that can be enabled for
183 additional features. These options are:
185 `--enable-powerflute'
186      Enable the compilation of `powerflute' an ncurses based program to
187      monitor the UPS.
189 `--enable-nls'
190      Enable the support for Native Language Support.
192 `--with-included-gettext'
193      Enable the compilation of the GNU gettext library that is included in
194      this package. Gettext is part of NLS support so there's no point enabling
195      this option and with NLS support disabled.
197 `--with-catgets'
198      Enable the use of the `catgets' function if available.
200 `--with-libwrap=yes or --with-libwrap=[DIR]
201      Enable the use of libwrap. When set to yes enables libwrap
202      system library. When set to [DIR] enables libwrap in DIR.
204 For RedHat Linux 9 users, some useful configure options are:
205 ===========================================================
207  ./configure --enable-threads --enable-cgi --with-cgi-bin=/var/www/cgi-bin
209 Adjust --with-cgi-bin argument to reflect the location of your web server
210 pages.
212 Prior to running configure, make sure the following to packages are installed
213 on your system.
215         gd-1.8.4-11
216         gd-devel-1.8.4-11
218 These packages are on the RedHat 9 distribution disks. If these packages
219 are installed, the cgi code will use these libraries for generation of png
220 images. If these are not installed, the version included with apcupsd will
221 be used instead.
223 Configuring Apache HTTP Server for use with cgi support
224 =======================================================
225 If you configure apcupsd with the --enable-cgi support you may need to make
226 configuration changes to the httpd.conf file. The changes you will need to
227 make depend on what directory you choose install the cgi files in.
229 There are five files which are installed in the cgi-bin directory.
230 Four of these are .cgi files which are executable images and the fifth file
231 is apcupsd.css which is a style sheet used to give a common style to all output.
233 There are two ways of enabling cgi support for Apache. The first method is
234 to add the following line to httpd.conf:
236         ScriptAlias /cgi-bin /var/www/cgi-bin
238 The second method is to add the following lines to httpd.conf:
240         Alias /cgi-bin /var/www/cgi-bin
241         <Directory /var/www/cgi-bin>
242                 Options +ExecCGI
243         </Directory>
244         AddHandler cgi-script .cgi
246 The first example tells Apache that all files in the cgi-bin directory are
247 executable cgi programs. The second example tells Apache that programs in
248 the cgi-bin directory may be executable cgi programs if the file extension
249 is .cgi. You can also add extra extensions to the AddHandler directive if
250 you have other files in the directory. For example, if you have perl files
251 in your cgi-bin directory:
253         AddHandler cgi-script .cgi .pl
255 Using the first example, you will have a problem with trying to serve
256 the file apcupsd.css. Since this file is installed in the cgi-bin directory,
257 Apache will assume it is an executable program and will produce an error
258 when trying to serve it. You must use the second method of enabling cgi
259 support.
261 If you are using the default Apache configuration file, you  will need
262 to remove (or comment out) the first example and replace it with the second.
264 If you install the apcupsd cgi files in another directory, you will need to
265 add the second example to your httpd.conf file and adjust the pathname
266 accordingly.
268 Customization of apcupsd events 
269 ================================
271 Note, this is somewhat out of date, please check the installed
272 apccontrol script for exact details of these events.
274 When apcupsd detects anomalies from your UPS device, it will make some
275 decisions that usually result in one or more calls to the script located
276 in `${sysconf}/apcupsd/apccontrol'.  The apcaction file is a shell script
277 that acts on the first argument that `apcupsd' passes to it.  These
278 actions are set up by default to sane behaviour for all possible
279 situations apcupsd is likely to detect from the UPS. Nevertheless you
280 can change the apccontrol behaviour for every single action.  To do so
281 create a file with the same name as the action, which is passed as the
282 first argument (argv[1], or $1 for shell scripts).  Put your script in
283 `${sysconf}/apcupsd/' directory.  At present the arguments that apcaction
284 can recognize are:
286  Keyword       Default Action
287 ============  ==============================================================
288 `powerout'     `wall' a message telling `There are power problems'.
289 `onbattery'    `wall' a message telling `System is on battery'.
290 `offbattery'   None  
291 `mainsback'    Attempt to cancel a running `shutdown' sequence.
292 `failing'      `wall' a message telling `Battery power is failing'.
293 `timeout'      `wall' a message telling `Timeout on Battery reached'.
294 `loadlimit'    `wall' a message telling `Battery load limit reached'.
295 `runlimit'     `wall' a message telling `Battery runtime limit reached'.
296 `doreboot'     Begins the `shutdown -r' sequence.
297 `doshutdown'   Begins the `shutdown -h' sequence.
298 `annoyme'      `wall' a message telling `Power problems, logoff now'.
299 `emergency'    Begins an emercengy `shutdown' sequence.
300 `changeme'     `wall' a message telling `Battery failed, change them now'.
301 `remotedown'   Begins the `shutdown' sequence, called from remote.
303 If for example you want to write your own routine for the `powerout' action,
304 you can write your own shell script called `powerout' and put it in the lib
305 directory. Doing so will _completely disable_ the `apcaction' default
306 behaviour and enable your script. If you want to write your customized scripts
307 you are encouraged to edit the `${libdir}/apcupsd/apccontrol' script and at
308 least mimic its behaviour into your own script.
309 Writing faulty scripts may cause your system to crash due to power failures.