I am trying to install PHP drivers for MSSQL Server because I get an error sqlsrv_connect is undefined
I ran the command sudo pecl install sqlsrv
and I get this error output:
Makefile:181: recipe for target 'conn.lo' failed
make: *** [conn.lo] Error 1
ERROR: `make' failed
I can't seem to find what is going on wrong here.