質問編集履歴

3

OS

2015/03/01 15:12

投稿

ristori
ristori

スコア17

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  どうしたらよいでしょう。
14
14
 
15
- ターミナルもLinuxもかなり初心者なのでお手柔らかにお願い致します...
15
+ ターミナルもOS Xもかなり初心者なのでお手柔らかにお願い致します...
16
16
 
17
17
  でたエラーは以下の通りです```lang-<ここに言語を入力>
18
18
 

2

エラーの追記

2015/03/01 15:12

投稿

ristori
ristori

スコア17

test CHANGED
File without changes
test CHANGED
@@ -14,6 +14,94 @@
14
14
 
15
15
  ターミナルもLinuxもかなり初心者なのでお手柔らかにお願い致します...
16
16
 
17
+ でたエラーは以下の通りです```lang-<ここに言語を入力>
18
+
19
+ Running 'configure' for libxml2 2.9.2... ^C*** extconf.rb failed ***
20
+
21
+ Could not create Makefile due to some reason, probably lack of necessary
22
+
23
+ libraries and/or headers. Check the mkmf.log file for more details. You may
24
+
25
+ need configuration options.
26
+
27
+
28
+
29
+ Provided configuration options:
30
+
31
+ --with-opt-dir
32
+
33
+ --without-opt-dir
34
+
35
+ --with-opt-include
36
+
37
+ --without-opt-include=${opt-dir}/include
38
+
39
+ --with-opt-lib
40
+
41
+ --without-opt-lib=${opt-dir}/lib
42
+
43
+ --with-make-prog
44
+
45
+ --without-make-prog
46
+
47
+ --srcdir=.
48
+
49
+ --curdir
50
+
51
+ --ruby=/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
52
+
53
+ --help
54
+
55
+ --clean
56
+
57
+ --use-system-libraries
58
+
59
+ --enable-static
60
+
61
+ --disable-static
62
+
63
+ --with-zlib-dir
64
+
65
+ --without-zlib-dir
66
+
67
+ --with-zlib-include
68
+
69
+ --without-zlib-include=${zlib-dir}/include
70
+
71
+ --with-zlib-lib
72
+
73
+ --without-zlib-lib=${zlib-dir}/lib
74
+
75
+ --enable-cross-build
76
+
77
+ --disable-cross-build
78
+
79
+ /Library/Ruby/Gems/2.0.0/gems/mini_portile-0.6.2/lib/mini_portile.rb:273:in `system': Interrupt
80
+
81
+ from /Library/Ruby/Gems/2.0.0/gems/mini_portile-0.6.2/lib/mini_portile.rb:273:in `block in execute'
82
+
83
+ from /Library/Ruby/Gems/2.0.0/gems/mini_portile-0.6.2/lib/mini_portile.rb:271:in `chdir'
84
+
85
+ from /Library/Ruby/Gems/2.0.0/gems/mini_portile-0.6.2/lib/mini_portile.rb:271:in `execute'
86
+
87
+ from /Library/Ruby/Gems/2.0.0/gems/mini_portile-0.6.2/lib/mini_portile.rb:66:in `configure'
88
+
89
+ from /Library/Ruby/Gems/2.0.0/gems/mini_portile-0.6.2/lib/mini_portile.rb:109:in `cook'
90
+
91
+ from extconf.rb:278:in `block in process_recipe'
92
+
93
+ from extconf.rb:177:in `tap'
94
+
95
+ from extconf.rb:177:in `process_recipe'
96
+
97
+ from extconf.rb:475:in `<main>'
98
+
99
+ ERROR: Interrupted
100
+
101
+
102
+
103
+ ```
104
+
17
105
 
18
106
 
19
107
  それから、ruby,home-brew,rebenv,MySQL,POWはインストール済みです。なので、他の手段でrailsをインストールして使えるようにする手段があればそれも教えて頂きたいです。

1

追記しました

2015/03/01 13:41

投稿

ristori
ristori

スコア17

test CHANGED
File without changes
test CHANGED
@@ -13,3 +13,7 @@
13
13
  どうしたらよいでしょう。
14
14
 
15
15
  ターミナルもLinuxもかなり初心者なのでお手柔らかにお願い致します...
16
+
17
+
18
+
19
+ それから、ruby,home-brew,rebenv,MySQL,POWはインストール済みです。なので、他の手段でrailsをインストールして使えるようにする手段があればそれも教えて頂きたいです。