- 論壇徽章:
- 0
|
編譯snmp5.3.0.1時候,
開始的時候make的時候返回兩行錯誤
libtool: link: cannot find the library `/usr/lib/libbeecrypt.la' (librpmio.la: /usr/lib/libbeecrypt.la)
make[1]: *** [snmpd] Error 1
make[1]: Leaving directory `/tmp/net-snmp-5.3.0.1/agent'
make: *** [installsubdirs] Error 1
后安裝了beecrypt包后make沒有了這個錯誤,又返回了兩行錯誤:
/usr/bin/ld: cannot find -lelf
collect2: ld returned 1 exit status
make[1]: *** [snmpd] Error 1
make[1]: Leaving directory `/tmp/net-snmp-5.3.0.1/agent'
make: *** [subdirs] Error 1
請教各位該怎么辦??? 謝謝大家!!! |
|