aaP_skyrocketgroupofficial curl: /usr/local/lib/libcurl.so.4: no version information available (required by curl) curl: symbol lookup error: curl: undefined symbol: curl_multi_poll, version CURL_OPENSSL_4
aaPanel_Kern Hello, this seems to be caused by a problem with the curl library. Check these two files. ls -al /etc/ld.so.conf.d/zopenssl* && cat /etc/ld.so.conf.d/zopenssl* Is it normal to execute ldconfig at the same time? aaP_skyrocketgroupofficial
aaP_skyrocketgroupofficial result -rw-r--r-- 1 root root 23 Dec 22 23:20 /etc/ld.so.conf.d/zopenssl.conf /usr/local/openssl/lib ldconfig nothing happen
aaPanel_Kern Hello, if it is a shell script, you can add the following content first export LD_LIBRARY_PATH=/usr/local/openssl/lib:$LD_LIBRARY_PATH