当前位置:   article > 正文

宝塔面板安装的php版本curl工作不正常解决方案_宝塔 php startup: unable to load dynamic library 'cu

宝塔 php startup: unable to load dynamic library 'curl

解决宝塔面板php无法加载curl或者openssl的模块的问题
PHP Warning: PHP Startup: Unable to load dynamic library ‘curl’
PHP Startup: Unable to load dynamic library ‘openssl

v=73 # 指定宝塔现在已经安装了的php版本
php_src=/www/server/php/$v/src
php_build=/www/server/php/$v
cd $php_build&&cp etc etc_bak -R# 备份原本的配置文件
cd $php_src&&./configure  --with-iconv-dir --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir--with-mhash --without-pear --with-gd --with-xmlrpc --enable-mysqlnd --enable-xml --disable-rpath --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --enable-mbregex --enable-fpm --enable-mbstring --enable-pcntl --enable-sockets --enable-zip --enable-soap \
--with-php-config=$php_build/bin/php-config --with-curl=/usr/local/curl/ \
--with-openssl --with-php-config=$php_build/bin/php-config \
 --prefix=$php_build --with-config-file-path=$php_build/etc # 重新配置curl和openssl的php版本
make&&make install #编译并覆盖安装
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/121970?site
推荐阅读
相关标签
  

闽ICP备14008679号