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