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
- x-pack
- G-suite
- ELASTIC
- endpoint security
- xe guest utilities
- PlayBook
- proxycfg
- ssh key 배포
- Proxy
- pfsense
- ansible
- 한글가이드
- Kibana
- hardening
- Elasticsearch
- macos
- Kibana server is not ready yet
- centos 8
- elastic stack
- miniconda
- docker
- 보안양파
- 로그인불가
- application security
- XCP-ng
- GitLab
- freebsd
- Windows
- bash
Archives
- Today
- Total
선 밖에 선 자유인
Magento 쇼핑몰 설치 시 본문
Magento 설치 시
- PHP extension "dom" must be loaded.
- PHP extension "mcrypt" must be loaded.
- PHP extension "gd" must be loaded.
이와 같은 에러가 발생하게 되면 다음과 같이 작업 후
# yum install php-gd
# yum install php-dom
rpmfind.net 에서 epel 검색해서 다운로드
# rpm -Uvh epel-release-6-8.noarch.rpm
# yum update
# yum install php-mcrypt
# /etc/init.d/httpd restart
Comments