출처 https://whiumisc.tistory.com/93
우분투 electron 실행 시 libX11-xcb.so 에러
야심차게 electron으로 데스크탑 앱을 만들어야겠다고 설치하려는 순간! error while loading shared libraries: libX11-xcb.so.1: cannot open shared object file: No such file or directory 이런 식으로 에러..
whiumisc.tistory.com
우분투(Ubuntu) puppeteer 실행시 에러날때 (libX11-xcb.so)
에러코드 error while loading shared libraries: libX11-xcb.so: cannot open shared object file: No such file or directory 원인 puppeteer 에서 사용하는 chrome 브라우저를 실행시킬 라이브러리가 우분투 OS..
skyksit.tistory.com
결론 : 필요한 패키지가 없어서 생기는 문제니 설치해주면 됩니다.
sudo apt-get install -y gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget
sudo apt-get install libgbm-dev
'프로그래밍 > 개발환경' 카테고리의 다른 글
fail2ban이 iptables에 chain을 만들지 못하는 현상 (0) | 2020.11.28 |
---|---|
GitHub에 status badge를 달기 (0) | 2020.11.07 |
IntelliJ / CLion / AndroidStudio / PyCharm 등에서 폰트 안뜨는 문제 (0) | 2019.03.23 |
VFS for Git: Git at Enterprise Scale (0) | 2019.02.12 |
Carbon - 소스코드 이미지화 도구 (0) | 2019.01.06 |