Ticket #50421: patch-README.diff
File patch-README.diff, 1.3 KB (added by akkornel (A. Karl Kornel), 9 years ago) |
---|
-
README
old new BUILD AND INSTALLATION 183 183 must be specified either in krb5.conf configuration or on the wallet 184 184 command line or the client will exit with an error. 185 185 186 By default, wallet uses whatever perl executable exists in the current $PATH. 187 That Perl's path is what the server scripts will use, and that Perl's 188 configuration will be used to determine where the server Perl modules will be 189 installed. 190 191 To specify a particular Perl executable to use, either set the PERL 192 environment variable or pass it to configure like: 193 194 ./configure PERL=/path/to/my/perl 195 186 196 By default, wallet installs itself under /usr/local except for the 187 197 server Perl modules, which are installed into whatever default site 188 198 module path is used by your Perl installation. To change the 189 199 installation location of the files other than the Perl modules, pass the 190 --prefix=DIR argument to configure. To change the Perl module 191 installation location, you will need to run perl on Makefile.PL in the 192 perl subdirectory of the build tree with appropriate options and rebuild 193 the module after running make and before running make install. 200 --prefix=DIR argument to configure. 194 201 195 202 If remctl was installed in a path not normally searched by your 196 203 compiler, you must specify its installation prefix to configure with the