Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- html pdf 변환
- JQuery checkbox 컨트롤
- 아파치 웹 서버의 정보 숨기기
- PHP 정규식 예제
- 우분투 mysql 비밀번호 없이 로그인 될때
- wkhtmltopdf 실행 오류
- modsecurity 설치
- 자바스크립트비밀번호검증
- PHP 구글 OTP 연동
- svn 충돌 해결 resolved
- mysqldump: Got error: 1045
- 파라미터 & 오류
- 비밀번호검증정규식
- apache mod rewrite
- 세로 중앙 정렬
- usb efi 시스템 파티션 삭제
- 비밀번호정규식
- PHP 구글 OTP 인증
- bootstrap modal
- mysql root 비밀번호 변경
- javascript
- magic bytes
- libxrender1
- svn 충돌 해결 resolve
- 부트스트랩4 세로 중앙 정렬
- group_concat 구분자
- bootstrap
- php 특정 문자열 취환
- 구글 OTP 인증
- (using password: YES)" when trying to connect
Archives
- Today
- Total
투덜이 개발자
wkhtmltopdf: error while loading shared libraries: libXrender.so.1: cannot open shared object file: No such file or directory 본문
OS/Linux
wkhtmltopdf: error while loading shared libraries: libXrender.so.1: cannot open shared object file: No such file or directory
엠투 2024. 1. 12. 10:39반응형
새로 설치한 우분투 서버에서 wkhtmltopdf 설치하고 실행할려니 에러가 발생
root@hosting:/usr/bin# wkhtmltopdf
wkhtmltopdf: error while loading shared libraries: libXrender.so.1: cannot open shared object file: No such file or directory
root@hosting:/usr/bin# sudo apt-get install libxrender1
sudo apt-get install libxrender1
설치를 해 주면 오류가 해결 된다.
반응형
'OS > Linux' 카테고리의 다른 글
우분투 시간대(timezone) 변경하기 (0) | 2024.04.17 |
---|---|
아파치 웹 서버의 정보 숨기기 (apache) (0) | 2024.04.01 |
HTTP TRACE 기능을 비활성화 (0) | 2023.07.11 |
CentOS 자바 톰캣 설치 (0) | 2023.02.22 |
리눅스에서 pdf 파일을 jpg로 변환하기 (0) | 2022.02.21 |