install strip - Linux

Tom avatar
By Tom
at 2015-08-28T13:05

Table of Contents

打算在機器(CentOS 5.10)上面安裝Mosquitto,

不過在make install的時候卻發生(install: 未知的選項 `--strip-program=strip'),

先前在安裝的時候並沒有發生過類似的問題(ubuntu 12.04),

查了一下google,

似乎是系統內建的install指令不支援--strip-program的參數,

目前懷疑是install指令的版本太舊所導致的,

請問有辦法安裝較新版的install指令嗎?

因為查了google,

但是關鍵字似乎都會找到非相關的東西....

--
https://myspace.com/soundtrack0220/

--
Tags: Linux

All Comments

Delia avatar
By Delia
at 2015-08-31T05:00
應該不是install的問題。查看一下Makefile內容。
Wallis avatar
By Wallis
at 2015-09-04T23:30
或make distclean後重新configure。
Hedwig avatar
By Hedwig
at 2015-09-06T13:59
抱歉,發覺他不是用標準 GNU auto 工具,查看
config.mk
Delia avatar
By Delia
at 2015-09-10T23:01
目前只有在config.mk找到STRIP?=strip
Donna avatar
By Donna
at 2015-09-12T06:42
其他Makefile裡面的指令是$(INSTALL) -s --strip-program=
Xanthe avatar
By Xanthe
at 2015-09-13T07:31
如果無法升級isntall command的話
考慮會在安裝的時候把--strip-program取代掉
Olga avatar
By Olga
at 2015-09-16T20:45
不要去 strip 看看。能成功安裝再手動去 strip。
Vanessa avatar
By Vanessa
at 2015-09-20T09:59
install --help 看有沒有 -s 參數。
Lydia avatar
By Lydia
at 2015-09-23T19:37
要換install,整個coreutils大概要換掉。
Frederic avatar
By Frederic
at 2015-09-28T09:26
install有 -s 參數
目前手動把 --strip-program 參數拿掉後, 可以正常安裝
Quanna avatar
By Quanna
at 2015-09-30T16:29
如果要換掉整個coreutils
那我考慮用sed把Makefile的參數拿掉
因為是要寫成一個安裝的script, 考慮各種可行的方法
Oscar avatar
By Oscar
at 2015-10-04T14:21
cmake . 一次再來試看看,先別去改。
注意 cmake 後面是句點。
Steve avatar
By Steve
at 2015-10-06T12:48
http://tinyurl.com/paang9k 大嬸很好用。XD
David avatar
By David
at 2015-10-08T07:10
目前不打算用yum的方式安裝
Jessica avatar
By Jessica
at 2015-10-09T10:21
目前用Yum或者最新的版本有發現一些問題
Enid avatar
By Enid
at 2015-10-11T17:52
soag,那重跑 cmake . 再來 make;make install 就ok了

dma cache wback 疑問

Isla avatar
By Isla
at 2015-08-28T11:59
大家好, 小弟最近在研究cache write back的機制, 想要改善code的performance時, 看到說既有driver會call: _dma_cache_wback_inv 而目前使用CPU是MIPS 24K 看到它的定義是: _dma_cache_wback_inv ...

我該選擇哪種Linux版本

Anthony avatar
By Anthony
at 2015-08-28T10:30
※ 引述《EdwardGJLee (LGJ)》之銘言: : 推文推太多很難閱讀。雖然目前已經沒有轉信,還是回文好了。 : 以下是 rms 針對 Ubuntu/Canonical 的指控及應對方法,個人 : 覺得選 distro 時不妨納入參考: : Ubuntu Spyware: What t ...

用PuTTY無法安全登入PTT(SSH)

Yuri avatar
By Yuri
at 2015-08-27T16:38
用PuTTY登入ptt(ssh) 老是提示Access Denied. 我輸入的密碼是正確的 - ...

sed 帶變數 如何取代 特殊符號

Audriana avatar
By Audriana
at 2015-08-27T11:20
如題使用bash 使用sed 如何取代and#34;and#34; 取代文件 內容 testver = and#34;123and#34; bash 內容 testv1=$(cat and#34;/home/test/test.cfgand#34; | grep and#39;testand#39 ...

How to make a new installable Linux?

Gary avatar
By Gary
at 2015-08-26T15:22
First, sorry that I canand#39;t type in Chinese. Recently, I try to use bv1aland#39;s book to make my own Linux istallable DVD. However, those opcodes use ...