<div dir="ltr">Hi all,<div><br></div><div>I have successfully installed gdal (from source) with the MSSQLSpatial driver in a couple servers (RHEL), but there is one that is resisting and I think it's got to do with the ODBC installation.<br><br>If I do the following, <span style="font-family:"Segoe UI",system-ui,"Apple Color Emoji","Segoe UI Emoji",sans-serif;font-size:14px">cat /etc/odbcinst.ini</span></div><div><span style="font-family:"Segoe UI",system-ui,"Apple Color Emoji","Segoe UI Emoji",sans-serif;font-size:14px"><br></span></div><div><span style="font-family:"Segoe UI",system-ui,"Apple Color Emoji","Segoe UI Emoji",sans-serif;font-size:14px">I obtain this:</span></div><div><span style="font-family:"Segoe UI",system-ui,"Apple Color Emoji","Segoe UI Emoji",sans-serif;font-size:14px"><br></span></div><div style="box-sizing:border-box;font-family:"Segoe UI",system-ui,"Apple Color Emoji","Segoe UI Emoji",sans-serif;font-size:14px"><div>

[PostgreSQL]<br>

Description=ODBC for PostgreSQL<br>

Driver=/usr/lib/psqlodbcw.so<br>

Setup=/usr/lib/libodbcpsqlS.so<br>

Driver64=/usr/lib64/psqlodbcw.so<br>

Setup64=/usr/lib64/libodbcpsqlS.so<br>

FileUsage=1</div>

<div>
<div> </div>

<div>
<div>[MySQL]<br>

Description=ODBC for MySQL<br>

Driver=/usr/lib/libmyodbc5.so<br>

Setup=/usr/lib/libodbcmyS.so<br>

Driver64=/usr/lib64/libmyodbc5.so<br>

Setup64=/usr/lib64/libodbcmyS.so<br>

FileUsage=1</div>

<div>
<div> </div>

<div>
<div>[ODBC Driver 17 for SQL Server]<br>

Description=Microsoft ODBC Driver 17 for SQL Server<br>

Driver=/opt/microsoft/msodbcsql17/lib64/libmsodbcsql-17.5.so.2.1<br>

UsageCount=1</div></div></div></div></div><div><br></div><div>So, using the configure with normal flags, does not configure the installation for MSSQLSpatial, even adding the flag "--enable-driver-mssqlspatial".<br><br>Then I tried with the following flag: --with-odbc=/opt/microsoft/msodbcsql17, which made the configuration prepare for odbc and mssqlspatial, but then, when running "make", I got the following error:<br><br><div style="box-sizing:border-box">In file included from cpl_odbc.cpp:32:0:<br>

cpl_odbc.h:39:17: fatal error: sql.h: No such file or directory<br>

 #include <sql.h><br>

                 ^<br>

compilation terminated.<br>

make[1]: *** [cpl_odbc.lo] Error 1<br>

make: *** [port-target] Error 2</div><div style="box-sizing:border-box"><br></div><div style="box-sizing:border-box">Any ideas about which configuration am I getting wrong to get that error?</div><div style="box-sizing:border-box"><br></div><div style="box-sizing:border-box">Thanks and regards,</div><div style="box-sizing:border-box"><br></div><div style="box-sizing:border-box">Hector</div><br></div></div></div>