質問編集履歴

3

誤植の修正

2020/02/27 01:39

投稿

yochun02
yochun02

スコア76

test CHANGED
File without changes
test CHANGED
@@ -42,7 +42,7 @@
42
42
 
43
43
  # ~/localにtmuxをインストール
44
44
 
45
- tmux-3.0a$ ./configure --prefix=${HOME}/local LDFLAGS="-L${HOME}/local/lib -L${HOME}/local/include/ncurses -L${home}/local/include" CPPFLAGS="-I${HOME}/local/include -I${HOME}/local/include/ncurses" CFLAGS="-I${HOME}/local/include -I${HOME}/local/nclude/ncurses"
45
+ tmux-3.0a$ ./configure --prefix=${HOME}/local LDFLAGS="-L${HOME}/local/lib -L${HOME}/local/include/ncurses -L${home}/local/include" CPPFLAGS="-I${HOME}/local/include -I${HOME}/local/include/ncurses" CFLAGS="-I${HOME}/local/include -I${HOME}/local/include/ncurses"
46
46
 
47
47
  tmux-3.0a$ make
48
48
 

2

リンク追加

2020/02/27 01:39

投稿

yochun02
yochun02

スコア76

test CHANGED
File without changes
test CHANGED
@@ -1,12 +1,10 @@
1
1
  ### 前提
2
2
 
3
- 一般ユーザのローカルディレクトリに、最新のtmuxをインストールしたい。
3
+ 一般ユーザのローカルディレクトリに、最新のtmuxをインストールしたい。(共用サーバのためルートになれない)
4
-
5
-
6
4
 
7
5
  ### 現状
8
6
 
9
- [Qiita](https://qiita.com/iitenkida7/items/938a21ce5b5b4f984088)や[LinuxQuestions](https://www.linuxquestions.org/questions/linux-software-2/installing-tmux-from-source-as-non-root-user-857098/)を参考に以下のように手順を踏んだが、参照エラーの解決方法がわからない状態。
7
+ [Qiita](https://qiita.com/iitenkida7/items/938a21ce5b5b4f984088)や[LinuxQuestions](https://www.linuxquestions.org/questions/linux-software-2/installing-tmux-from-source-as-non-root-user-857098/)を参考に以下のように手順を踏んだが、参照エラーの解決方法がわからない状態です
10
8
 
11
9
 
12
10
 
@@ -15,8 +13,6 @@
15
13
  ~/local -> インストール先
16
14
 
17
15
  ~/tmp -> 作業ディレクトリ(tmux-3.0a、libevent-2.1.11-stable、ncurses-6.2がある)
18
-
19
-
20
16
 
21
17
  ```plain
22
18
 
@@ -57,10 +53,6 @@
57
53
 
58
54
 
59
55
  ### エラー内容
60
-
61
-
62
-
63
-
64
56
 
65
57
  ```plain
66
58
 
@@ -104,9 +96,11 @@
104
96
 
105
97
  ```
106
98
 
99
+ ### 試したこと
107
100
 
101
+ [stackOverFlow](https://superuser.com/questions/829860/undefined-reference-to-b64-ntop-tmux-compilation-error-on-centos/888515)
108
102
 
109
-
103
+ に沿ってみたけど解決せず...。どなたかわかる方ご教授お願いいたします。
110
104
 
111
105
 
112
106
 

1

誤字

2020/02/26 13:24

投稿

yochun02
yochun02

スコア76

test CHANGED
File without changes
test CHANGED
@@ -47,8 +47,6 @@
47
47
  # ~/localにtmuxをインストール
48
48
 
49
49
  tmux-3.0a$ ./configure --prefix=${HOME}/local LDFLAGS="-L${HOME}/local/lib -L${HOME}/local/include/ncurses -L${home}/local/include" CPPFLAGS="-I${HOME}/local/include -I${HOME}/local/include/ncurses" CFLAGS="-I${HOME}/local/include -I${HOME}/local/nclude/ncurses"
50
-
51
-
52
50
 
53
51
  tmux-3.0a$ make
54
52