2017-04-17 19 views
3

我一直在嘗試使用strip命令從二進制文件中刪除* .so文件。 我正在使用AMI linux。下面是我得到的錯誤,讓我知道如果有任何解決方案。錯誤:沒有足夠的空間用於程序頭文件,請嘗試使用-N連接

(stack)[[email protected] site-packages]# find "/home/ec2- 
user/stack/lib64/python2.7/site-packages/" -name "*.so" | xargs strip 

BFD: /home/ec2-user/stack/lib64/python2.7/site- 
packages/scipy/special/sttsSEmT: Not enough room for program headers, 
try linking with -N 
strip:/home/ec2-user/stack/lib64/python2.7/site- 
packages/scipy/special/sttsSEmT[.note.gnu.build-id]: Bad value 
BFD: /home/ec2-user/stack/lib64/python2.7/site- 
packages/scipy/special/sttsSEmT: Not enough room for program headers, 
try linking with -N 
strip:/home/ec2-user/stack/lib64/python2.7/site- 
packages/scipy/special/sttsSEmT: Bad value 

回答

相關問題