January 2001
Intermediate to advanced
480 pages
7h 22m
English
Once downloaded, it is fairly easy to build a runnable version. The first step is to run the configure script. This is a GNU script that will generate a Makefile and config.h files. Some of the useful options to configure are:
| 1) configure | configure PDKSH and prepare for build. |
| 2) make | build binaries and docs. |
| 3) make check | verify the build. |
| 4) make install | run the installation step. |
| 5) set default shell | add pdksh path to /etc/shells for default login shell (this step is optional) |
| prefix=PATH | indicates the directory tree under which the binary and man page are installed (PATH/bin/ksh and PATH/man/man1/ksh.1). The default prefix is /usr/ local. |
| exec-prefix=PATH | overrides -prefix for machine dependent files ... |
Read now
Unlock full access