【已解答】rocky系统安装php8.2-8.4的
rocky 8 和rocky 9 并没有在系统判断列表中,导致无法找到liconv,这个系统可以合并到centos8 和centos9中/bin/ld: cannot find -liconvcollect2: error: ld returned 1 exit status
checking if iconv supports errno... noconfigure: error: iconv does not support errnomake: *** No targets specified and no makefile found. Stop.make: *** No rule to make target 'install'. Stop.
对了,我用的是 宝塔9.0-lts版本 面板是支持的,表里面也有rocky9
上面的是系统缺少libiconv库,手动安装一下咯
yum install libiconv libiconv-devel -y
页:
[1]