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
- ansible
- elastic stack
- macos
- freebsd
- G-suite
- 한글가이드
- application security
- endpoint security
- Proxy
- centos 8
- bash
- ssh key 배포
- x-pack
- Elasticsearch
- miniconda
- GitLab
- pfsense
- xe guest utilities
- docker
- ELASTIC
- hardening
- PlayBook
- Kibana server is not ready yet
- proxycfg
- XCP-ng
- Windows
- 보안양파
- Kibana
- 로그인불가
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