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

mysql이나 apache를 설치하며 이미 설치되어있는 패키지들도 있겠지만 있다면 자동으로 통과하므로 일단 설치해줍니다. yum -y install gcc* cpp* compat-gcc* flex* yum -y install libjpeg* libpng* freetype* gd-* ncurses* libtermcap* libxml* curl-devel cd /usr/local/src wget https://bitbucket.org/libgd/gd-libgd/downloads/libgd-2.1.1.tar.gz tar -zxvf libgd-2.1.1.tar.gz cd libgd-2.1.1 ./configure --prefix=/usr --with-xpm=/usr make && make install 하다보니..
Linux
2021. 1. 19. 18:01