php8.0 在linux 安装和链接sqlserver问题

先记录一下,laravel,php8.0在linux 链接sqlserver问题:

最麻烦得问题就是报错:

SQLSTATE[IMSSP]: This extension requires the Microsoft ODBC Driver for SQL Server to communicate with SQL Server. Access the following URL to downl
oad the ODBC Driver for SQL Server for x64: https://go.microsoft.com/fwlink/?LinkId=163712

curl https://packages.microsoft.com/config/rhel/7/prod.repo > /etc/yum.repos.d/mssql-release.repo
yum update unixODBC
yum install msodbcsql  

debian系统:apt-get install unixodbc-dev

关键是 是最后一个命令,不过当时没搞明白msodbcsql是什么,都已经安装了pdo_sqlsrv和sqlsrv扩展和odbc了,为什么还要安装这个

 

posted @ 2022-05-13 10:31  叨叨的蜗牛  阅读(610)  评论(0)    收藏  举报