Hi @aaPanel_Captain , I followed the steps and got this error, can you help me?
I am using Apache, PHP 7.4 and Ubuntu.
root@xxx:~/pdo_sqlsrv-5.9.0# make && make install
/bin/sh /root/pdo_sqlsrv-5.9.0/libtool --mode=compile g++ -I/www/server/php/74/include/php/ext -std=c++11 -I. -I/root/pdo_sqlsrv-5.9.0 -DPHP_ATOM_INC -I/root/pdo_sqlsrv-5.9.0/include -I/root/pdo_sqlsrv-5.9.0/main -I/root/pdo_sqlsrv-5.9.0 -I/www/server/php/74/include/php -I/www/server/php/74/include/php/main -I/www/server/php/74/include/php/TSRM -I/www/server/php/74/include/php/Zend -I/www/server/php/74/include/php/ext -I/www/server/php/74/include/php/ext/date/lib -I/root/pdo_sqlsrv-5.9.0/shared -DHAVE_CONFIG_H -std=c++11 -D_FORTIFY_SOURCE=2 -O2 -fstack-protector -c /root/pdo_sqlsrv-5.9.0/pdo_dbh.cpp -o pdo_dbh.lo
mkdir .libs
g++ -I/www/server/php/74/include/php/ext -std=c++11 -I. -I/root/pdo_sqlsrv-5.9.0 -DPHP_ATOM_INC -I/root/pdo_sqlsrv-5.9.0/include -I/root/pdo_sqlsrv-5.9.0/main -I/root/pdo_sqlsrv-5.9.0 -I/www/server/php/74/include/php -I/www/server/php/74/include/php/main -I/www/server/php/74/include/php/TSRM -I/www/server/php/74/include/php/Zend -I/www/server/php/74/include/php/ext -I/www/server/php/74/include/php/ext/date/lib -I/root/pdo_sqlsrv-5.9.0/shared -DHAVE_CONFIG_H -std=c++11 -D_FORTIFY_SOURCE=2 -O2 -fstack-protector -c /root/pdo_sqlsrv-5.9.0/pdo_dbh.cpp -fPIC -DPIC -o .libs/pdo_dbh.o
In file included from /root/pdo_sqlsrv-5.9.0/shared/typedefs_for_linux.h:23,
from /root/pdo_sqlsrv-5.9.0/shared/xplat_winnls.h:24,
from /root/pdo_sqlsrv-5.9.0/shared/FormattedPrint.h:24,
from /root/pdo_sqlsrv-5.9.0/shared/core_sqlsrv.h:41,
from /root/pdo_sqlsrv-5.9.0/php_pdo_sqlsrv_int.h:23,
from /root/pdo_sqlsrv-5.9.0/pdo_dbh.cpp:24:
/root/pdo_sqlsrv-5.9.0/shared/xplat.h:30:10: fatal error: sql.h: No such file or directory
30 | #include <sql.h>
| ^~~~~~~
compilation terminated.
make: *** [Makefile:192: pdo_dbh.lo] Error 1