0

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
3
  • what does it print(version key) when you execute curl_version() on tinker? Commented Jul 5, 2020 at 18:21
  • "version_number" => 464384, "version" => "7.22.0" Commented Jul 6, 2020 at 18:30
  • according to here curl.haxx.se/libcurl/c/curl_multi_wait.html - that method is added on This function was added in libcurl 7.28.0. Commented Jul 6, 2020 at 18:37

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.