I want to install 'fileinfo' in php 8.3 settings. When I click install and the status 'installing', after that it becomes 'install' button again not a 'uninstall' button. I check the phpinfo and the 'fileinfo' extension is still not installed. and i Try using Linux tools in the app store to add a 1G swap and still same. Please advice
I Can't install Ext : Fileinfo , Please help
Hello, please check the installation log to see what went wrong. /tmp/panelExec.log
aaPanel_Kern Do you mean This
--2024-09-09 04:48:05-- https://node.aapanel.com/install/3/fileinfo.sh
Resolving node.aapanel.com (node.aapanel.com)... 104.21.79.196, 172.67.171.7, 2606:4700:3034::ac43:ab07, ...
Connecting to node.aapanel.com (node.aapanel.com)|104.21.79.196|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5559 (5.4K) [application/octet-stream]
Saving to: ‘fileinfo.sh’
0K ..... 100% 72.7M=0s
2024-09-09 04:48:05 (72.7 MB/s) - ‘fileinfo.sh’ saved [5559/5559]
selecting download node...
https://dg2.bt.cn
cat: /etc/redhat-release: No such file or directory
Configuring for:
PHP Api Version: 20230831
Zend Module Api No: 20230831
Zend Extension Api No: 420230831
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.
fileinfo.sh: line 93: ./configure: No such file or directory
sed: can't read Makefile: No such file or directory
make: *** No targets specified and no makefile found. Stop.
error
|-Successify --- Command executed! ---
- Best Answerset by aaP_jeniuskoding
aaP_jeniuskoding
Hello, use the ssh tool to execute the following command to install dependencies. Is this a solution?
apt update && apt install autoconf
aaPanel_Kern Thanks .. It Work