Similar issue, here's what worked for me.
I know it's an old issue, but posting in case anyone else stumbles across this. I had a similar issue running Ubuntu 14.04. Same error message. I also couldn't find odbcinst.ini. However, I tried the following (different PDO parameters) and things worked just fine (without any modification of ini files)
$db = new PDO("dblib:host=xxx.xxx.xxx.xxx;dbname=MYDBNAME", "USER", "PASS");
Mon, 28/04/2014 - 19:36
Permalink
In reply to not working with SQL2000 and PHP5 on Ubuntu 13.04 by Anonymous