make:*** [conn.lo]在macOS Sierra上安装sqlsrv驱动程序php时出错1

时间:2018-06-09 09:59:37

标签: php sql-server macos

使用命令安装sqlsrv和pdo_sqlsrv时出错: InstalledLocation

错误消息:

make:*** [conn.lo]错误1 错误:`make'失败

我的php版本是7.2.1

这里有日志详细信息:https://pastebin.com/x9bKwCgq

1 个答案:

答案 0 :(得分:0)

在尝试安装这些驱动程序时,我也发现了此问题。

我最终发现我的问题是我还没有安装应该是可选的开发标头。

请参阅: https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-2017

对于运行Debian的系统,我必须运行:

sudo apt-get install unixodbc-dev