Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
322 views
in Technique[技术] by (71.8m points)

/usr/local/lib/php/pecl/20180731/soap.so missing

in my application i want to use SoapClient. i enable soap in php.ini file and now i got this error message. i use mac and i cannot find a link to download this ressource. anyone idea to solve this?

{
   "statusCode": 500,
   "error": {
   "type": "SERVER_ERROR",
   "description": "ERROR: PHP Startup: Unable to load dynamic library 'soap' (tried: /usr/local/lib/php/pecl/20180731/soap (dlopen(/usr/local/lib/php/pecl/20180731/soap, 9): image not found), /usr/local/lib/php/pecl/20180731/soap.so (dlopen(/usr/local/lib/php/pecl/20180731/soap.so, 9): image not found)) on line 0 in file Unknown."
}

if i check my phpinfo file "Soap" is enabled.

question from:https://stackoverflow.com/questions/65836359/usr-local-lib-php-pecl-20180731-soap-so-missing

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...