해결: Requested'libdrm_radeon >= 2.4.56' but version of libdrm_radeon is 2.4.52

762 단어 mesa
checking for NOUVEAU... yes
checking for RADEON... no
configure: error: Package requirements (libdrm_radeon >= 2.4.56) were not met:
Requested 'libdrm_radeon >= 2.4.56' but version of libdrm_radeon is 2.4.52
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables RADEON_CFLAGS
and RADEON_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
해결 방법:
원본 코드를 다운로드하고libdrm를 컴파일합니다.이것을 누르면libdrm-2.4.58을 다운로드합니다.tar.gz, 설치 절차:
sudo tar -xvf libdrm-2.4.58.tar.gz
cd libdrm-2.4.58/
sudo ./configure
sudo make
sudo make install

좋은 웹페이지 즐겨찾기