공유 라이브러리로드 중 오류 발생 : libEGL.so.1 : 공유 객체 파일을 열 수 없음 : 게임을 시작할 때 해당 파일 또는 디렉토리가 없습니다.


1

Linux에서 MCPE를 실행하려고하는데 모든 것을 설정했지만 게임을 실행하면 다음 오류가 발생합니다.

/tmp/.mount_MinecrC0c2NX/usr/bin/./mcpelauncher-client: error while loading shared libraries: libEGL.so.1: cannot open shared object file: No such file or directory
Process exited with unexpected exit code: 127

libegl1 : i386 설치를 시도했지만 다른 오류가 발생합니다.

The following packages have unmet dependencies:
 libegl1:i386 : Depends: libc6:i386 (>= 2.7) but it is not going to be installed
                Depends: libglvnd0:i386 (= 1.3.1-1) but it is not going to be installed
                Depends: libegl-mesa0:i386 but it is not going to be installed

Ubuntu 20.04 64 비트를 사용하고 있습니다.

1

I managed to fix it myself. My friend told me to use aptitude to install the packages, so I ran sudo aptitude install libegl1:i386, then I used sudo aptitude install libc6-i386 libx11-6:i386 libegl1-mesa:i386 zlib1g:i386 libstdc++6:i386 libgl1-mesa-dri:i386 libasound2:i386 libpulse0:i386