php - Laravel Queue curl_multi_wait error while listening to SQS
one text
I configured Laravel to use queue on SQS (AWS Simple Queue Service).
As I see now inside AWS monitoring console: SQS queue is working fine and receiving messages from Laravel.
The last thing I need to do is to run php artisan queue:listen
but I got this kind of error
/usr/local/php/cgi/7.3/bin/php: symbol lookup error: /usr/local/php/cgi/7.3/lib/ph
p/20180731/curl.so: undefined symbol: curl_multi_wait
Source