Last active
August 29, 2015 13:57
-
-
Save b-abctech/9463097 to your computer and use it in GitHub Desktop.
perlbrew install log error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Auto-guessed '5.19.9' | |
2 | |
3 Beginning of configuration questions for perl5. | |
4 | |
5 Checking echo to see how to suppress newlines... | |
6 ...using \c | |
7 The star should be here-->* | |
8 | |
9 First let's make sure your kit is complete. Checking... | |
10 Looks good... | |
11 | |
12 | |
13 This installation shell script will examine your system and ask you questions | |
14 to determine how the perl5 package should be installed. If you get | |
15 stuck on a question, you may use a ! shell escape to start a subshell or | |
16 execute a command. Many of the questions will have default answers in square | |
17 brackets; typing carriage return will give you the default. | |
18 | |
19 On some of the questions which ask for file or directory names you are allowed | |
20 to use the ~name construct to specify the login directory belonging to "name", | |
21 even if you don't have a shell which knows about that. Questions where this is | |
22 allowed will be marked "(~name ok)". | |
23 | |
24 [Type carriage return to continue] | |
25 | |
26 The prompter used in this script allows you to use shell variables and | |
27 backticks in your answers. You may use $1, $2, etc... to refer to the words | |
28 in the default answer, as if the default line was a set of arguments given to a | |
29 script shell. This means you may also use $* to repeat the whole default line, | |
30 so you do not have to re-type everything to add something to the default. | |
31 | |
32 Every time there is a substitution, you will have to confirm. If there is an | |
33 error (e.g. an unmatched backtick), the default answer will remain unchanged | |
34 and you will be prompted again. | |
35 | |
36 If you are in a hurry, you may run 'Configure -d'. This will bypass nearly all | |
37 the questions and use the computed defaults (or the previous answers if there | |
38 was already a config.sh file). Type 'Configure -h' for a list of options. | |
39 You may also start interactively and then answer '& -d' at any prompt to turn | |
40 on the non-interactive behaviour for the remainder of the execution. | |
41 | |
42 [Type carriage return to continue] | |
43 | |
44 Much effort has been expended to ensure that this shell script will run on any | |
45 Unix system. If despite that it blows up on yours, your best bet is to edit | |
46 Configure and run it again. If you can't run Configure for some reason, | |
47 you'll have to generate a config.sh file by hand. Whatever problems you | |
48 have, let me ([email protected]) know how I blew it. | |
49 | |
50 This installation script affects things in two ways: | |
51 | |
52 1) it may do direct variable substitutions on some of the files included | |
53 in this kit. | |
54 2) it builds a config.h file for inclusion in C programs. You may edit | |
55 any of these files as the need arises after running this script. | |
56 | |
57 If you make a mistake on a question, there is no easy way to back up to it | |
58 currently. The easiest thing to do is to edit config.sh and rerun all the SH | |
59 files. Configure will offer to let you do this before it runs the SH files. | |
60 | |
61 [Type carriage return to continue] | |
62 | |
63 Locating common programs... | |
64 awk is in /usr/bin/awk. | |
65 cat is in /bin/cat. | |
66 chmod is in /bin/chmod. | |
67 comm is in /usr/bin/comm. | |
68 cp is in /bin/cp. | |
69 echo is in /bin/echo. | |
70 expr is in /usr/bin/expr. | |
71 grep is in /bin/grep. | |
72 ls is in /bin/ls. | |
73 mkdir is in /bin/mkdir. | |
74 rm is in /bin/rm. | |
75 sed is in /bin/sed. | |
76 sort is in /usr/bin/sort. | |
77 touch is in /usr/bin/touch. | |
78 tr is in /usr/bin/tr. | |
79 uniq is in /usr/bin/uniq. | |
80 | |
81 Don't worry if any of the following aren't found... | |
82 I don't see ar out there, offhand. | |
83 I don't see bison out there, either. | |
84 I don't see byacc out there, either. | |
85 I don't see cpp out there, either. | |
86 I don't see csh out there, either. | |
87 date is in /bin/date. | |
88 egrep is in /bin/egrep. | |
89 I don't see gmake out there, either. | |
90 gzip is in /bin/gzip. | |
91 less is in /usr/bin/less. | |
92 ln is in /bin/ln. | |
93 I don't see make out there, either. | |
94 more is in /bin/more. | |
95 I don't see nm out there, either. | |
96 nroff is in /usr/bin/nroff. | |
97 perl is in /usr/bin/perl. | |
98 pg is in /usr/bin/pg. | |
99 test is in /usr/bin/test. | |
100 uname is in /bin/uname. | |
101 I don't see zip out there, either. | |
102 Substituting less -R for less. | |
103 I can't find make or gmake, and my life depends on it. | |
104 Go find a public domain implementation or fix your PATH setting! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment