1 sudo apt install expect
2
You seem to have the current working directory in your LD_LIBRARY_PATH environment variable. This doesn’t work.
make: *** [core-dependencies] 錯誤 1
将这个环境变量清除
export LD_LIBRARY_PATH=
1 sudo apt install expect
2
You seem to have the current working directory in your LD_LIBRARY_PATH environment variable. This doesn’t work.
make: *** [core-dependencies] 錯誤 1
将这个环境变量清除
export LD_LIBRARY_PATH=