[HestiaCP] PHP Extension은 어느 경로에 업로드해야하나요?
2024.05.06 15:59
6
0
https://eond.com/462240

You should upload it to the right dir for your php version. To know what is the right extension dir used by php 7.4:

php7.4 -i | grep extension_dir | awk '{print $NF}'

Keep in mind that if you edited php conf from Hestia Web UI, you are modifying the conf for ALL your installed PHP versions so remove the conf added, save it and now edit /etc/php/7.4/fpm/php.ini manually to add the right conf for your extension.

How to install PHP extension 'dstk.so' for PHP7.4? - Hestia Control Panel - Discourse (hestiacp.com)


1) /usr/lib/php/20190902/dstk.so 파일을 업로드한다.

2) 소유주를 root으로 설정한다.

sudo chown root:root dstk.so

3) php7.4설정에서 dstk를 추가한다.

extension = dstk

라이믹스는 이온디와 함께

닫기

마이페이지

로그인을 해주세요

네이버로 로그인