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 |
Tags
- GeoJSON object too complex/large
- netlify variables
- AWS CodePipeline
- ERR_PNPM_NO_GLOBAL_BIN_DIR
- 어셈블리어
- C언어
- aws ec2
- rwdImageMaps
- NODE_VERSION
- can't getting credentials
- CSS
- AWS
- EC2
- AWS CodeBuild
- 김골라
- SASS
- Error:error:0308010C:digital envelope routines::unsupported
- 반응형 페이지 좌표 변환
- 이미지 맵
- 이미지 좌표 추출
- expo
- node
- 설치완료안됨
- react
- Unable to find the global bin directory
- nodejs
- Sequelize Error: Dialect needs to be explicitly supplied as of v4.0.0
- S3
- ogr2ogr
- credential error
Archives
- Today
- Total
목록#no configure error apr-util not found (1)
ImFe's study

컴파일 설치할 라이브러리들의 위치는 /usr/local/위치 이며 컴파일 하기 전 파일들은 /usr/local/src 위치에 보관합니다. 아파치 2.4부터는 apr, apr-util, pcre를 설치해야 합니다. 설치 전 라이브러리들부터 깔아줍시다. yum -y install libjpeg* libpng* freetype* gd-* ncurses* libtermcap* libxml* curl-devel [apr 설치] wget http://apache.tt.co.kr/apr/apr-1.6.5.tar.bz2 wget http://apache.tt.co.kr/apr/apr-util-1.6.1.tar.bz2 [압축해제] tar xvf apr-1.6.5.tar.bz2 tar xvf apr-util-1.6.1.t..
Linux
2021. 1. 19. 13:44