Why does PECL install of pdo_sqlsrv fail on DDEV using Debian 11 due to missing libltdl.la?
I have a project that is using DDEV to run an instance with PHP 8.1. I needed to introduce the pdo_sqlsrv extension to the package, so I added a Dockerfile in the .ddev/web-build/ directory that installs the required packages, and…