php pcov 설치 중 fatal error: 'pcre2.h' file not found 에러를 만났을 때 pecl install pcovpecl을 통해 pcov 설치 중 pcre2는 이미 깔려있는데도 이 에러를 만나실 수 있습니다. 그럴땐 pcre2.h 파일을 php 설치경로 아래 특정 폴더에 복사해 주고, 다시 설치를 시도하면 거짓말처럼 성공하는 것을 보실 수 있습니다. cp /opt/homebrew/Cellar/pcre2/10.40/include/pcre2.h /opt/homebrew/Cellar/php@7.
code Self-hosted Sentry 맥에 설치 중에 ./install/_lib.sh: line 22: realpath: command not found 에러를 만난 경우 맥에서 Self-hosted Sentry 설치 가이드를 따라 하다보면, ./install.sh 를 실행한 후 아래와 같은 에러를 만날 수 있습니다. $ ./install.sh ./install/_lib.sh: line 22: realpath: command not found이럴 땐 당황하지 말고, 아래 명령어를 따라하세요. brew install coreutils grealpath .그러고 나서 ./install.sh 를 실행하면 잘 실행이 될 겁니다. 오늘도
laravel 8 [Laravel 8] laravel/ui 설치 후 npm run dev에서 에러 날 때 laravel/ui 설치 직후 npm run dev에서 에러 날 때 원인 모를 에러가 나는 경우가 있습니다. cross-env를 설치하면 해결이 됩니다.
python python 'pip install' 실행 시 [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate 에러가 발생할 경우 증상pip install chromedriver-binary-auto Collecting chromedriver-binary-auto Using cached chromedriver-binary-auto-0.1.1.tar.gz (4.3 kB) Preparing metadata (setup.py) ... done Building wheels for collected packages: chromedriver-binary-auto Building wheel for chromedriver-binary-auto (setup.py) ... error ERROR: Command errored out with exit status 1: command: /Users/gilbok-m1/codes/gitlab-mamikos/bugsnag-settler/venv/bin/python
aws AWS: pem 키에 대해 bad permissions 오류가 발생할 때 AWS에 EC2를 생성한 후, *.pem 키를 이용해 ssh 접속을 시도하는 순간, ssh -v -i <your>.pem ec2-user@<your-instance-public-dns> *.pem are too open 어쩌구하며, bad permissions 오류가 나는 경우 아래와 같이 하여 파일 주인(owner)만 읽을 수 있게하고 모든 권한을 없애면 문제가 사라집니다. chmod 400 <