MsSql: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
=== Installation === | === Installation === | ||
Download "Microsoft ODBC Driver 11 for SQL Server on Linux" at [https://technet.microsoft.com/en-us/library/hh568451%28v=sql.110%29.aspx Technet Microsoft] | Download "Microsoft ODBC Driver 11 for SQL Server on Linux" at [https://technet.microsoft.com/en-us/library/hh568451%28v=sql.110%29.aspx Technet Microsoft] | ||
Choose Redhat 6 version. | |||
Extract the Archive | Extract the Archive | ||
Line 8: | Line 9: | ||
</pre> | </pre> | ||
- | Install libssl0.9.8 | ||
<pre> | |||
apt-get install libssl0.9.8 | |||
</pre> |
Revision as of 15:38, 19 June 2015
Native Linux ODBC Driver
Installation
Download "Microsoft ODBC Driver 11 for SQL Server on Linux" at Technet Microsoft Choose Redhat 6 version.
Extract the Archive
tar xvzf msodbcsql-11.0.2270.0.tar.gz
Install libssl0.9.8
apt-get install libssl0.9.8