1
我的sshfs
工具當前在執行遠程安裝在冗餘debian系統時崩潰。我試圖安裝shfs-dbg
和fuse-dbg
以獲取調試符號,希望能夠提供有關它崩潰原因的有用信息。我爲這兩個軟件包運行apt install
命令,它們運行良好。但是當我在sshfs
和libfuse
上運行file
時,它仍將它們報告爲「剝離」(根據我的理解,它沒有調試符號)。無法正確安裝「sshfs-dbg」爲debian wheezy(7)
即我看到這一點:
/lib/x86_64-linux-gnu/libfuse.so.2.9.3: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f189495dbaf2b058015ecb4e8f992da27b589ac3, stripped
/usr/bin/sshfs: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=494863c988c204bafaf02a3907ceb91e140235b7, stripped
當我應該看到的是:
sshfs: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=013de4f71447e974ec08bc4b784671a3072cf0c8, not stripped
lib/.libs/libfuse.so.2.9.4: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bb4a5de2097be5e4e1725247da7d8972725a8c71, not stripped
我缺少什麼?