Because of the limitations of the Linux system, it is possible to successfully compile the ffi extension, but it cannot be used to load other so extensions. The prerequisite for Linux to load so extensions is non-static compilation, but dynamic compilation conflicts with the purpose of this project.
This means that the composer package that requires ffi extension is not available, is there any alternative method?
This means that the composer package that requires ffi extension is not available, is there any alternative method?