SK
Salar Khalid
@salarpro
0topics
5posts
joined
last seen
Recent replies
[TUTORIAL] How to install any PHP modules using PEAR Package ManagerI have already changed my default PHP to 8.1. ``` [root@fastday-server ~]# php -v PHP 8.1.17 (cli) (built: Mar 14 2023 19:50:20) (NTS gcc x86_64) Copyright (c) [TUTORIAL] How to install any PHP modules using PEAR Package Manager``` [root@fastday-server bin]# echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/usr/local/lsws/lsphp81/bin/pear:/root/bin ``` The output is the sam[TUTORIAL] How to install any PHP modules using PEAR Package ManagerThis is my terminal running your commands ``` [root@fastday-server ~]# ln -s /usr/local/lsws/lsphp81/bin/php-config /usr/bin/php-config ln: failed to create sym[TUTORIAL] How to install any PHP modules using PEAR Package ManagerRamadan Kareem @josephgodwinke . first I'm new to this. but I tried installing zip at first and it works but after that, I tried gRPC it said make failed, is th[TUTORIAL] How to install any PHP modules using PEAR Package ManagerI need gRPC extension after running ` /usr/local/lsws/lsphp81/bin/pecl install gRPC` it say ```ERROR: `make' failed``` here is the log: ``` /usr/local/lsws/lsph