- Установка диспетчера драйверов
- Установка диспетчера драйверов для Microsoft ODBC Driver 13, 13.1, 17 и 18
- Установка диспетчера драйверов для Microsoft ODBC Driver 11 for SQL Server
- См. также:
- Installing the Driver Manager
- Installing the Driver Manager for Microsoft ODBC Driver 13, 13.1, 17, and 18
- Installing the Driver Manager for Microsoft ODBC Driver 11 for SQL Server
- See Also
- Installing the Driver Manager
- Installing the Driver Manager for Microsoft ODBC Driver 13, 13.1, 17, and 18
- Installing the Driver Manager for Microsoft ODBC Driver 11 for SQL Server
- See Also
Установка диспетчера драйверов
Эта статья содержит инструкции по установке диспетчера драйверов unixODBC для использования со всеми версиями драйвера Microsoft ODBC для SQL Server в Linux и macOS.
Перед установкой диспетчера драйверов unixODBC удалите с компьютера все установленные пакеты диспетчера драйверов. Установка диспетчера драйверов unixODBC может вызвать сбой существующего диспетчера драйверов.
Установка диспетчера драйверов для Microsoft ODBC Driver 13, 13.1, 17 и 18
Зависимость диспетчера драйверов разрешается автоматически системой управления пакетами при установке Microsoft ODBC Driver 13, 13.1, 17 или 18 for SQL Server в Linux или macOS по инструкциям, приведенным в следующих статьях.
Установка диспетчера драйверов для Microsoft ODBC Driver 11 for SQL Server
(SUSE и только в Red Hat Linux).
Использование скрипта установки
Эти инструкции ссылаются на msodbcsql-11.0.2270.0.tar.gz (файл установки для Red Hat Linux). В случае установке предварительной версии для SUSE Linux файл называется msodbcsql-11.0.2260.0.tar.gz .
Порядок установки диспетчера драйверов:
- Убедитесь, что у вас есть корневое разрешение.
- Перейдите в каталог, в котором скачанный драйвер ODBC Microsoft SQL Server поместил файл с именем msodbcsql-11.0.2270.0.tar.gz . Убедитесь в наличии файла TAR.GZ, который соответствует вашей версии Linux. Чтобы извлечь файлы, выполните следующую команду: tar xvzf msodbcsql-11.0.2270.0.tar.gz.
- Перейдите в каталог msodbcsql-11.0.2270.0 , где должен находиться файл build_dm.sh . Можно запустить build_dm.sh для установки диспетчера драйверов unixODBC.
- Чтобы просмотреть список доступных параметров, выполните следующую команду: ./build_dm.sh —help.
- Когда все готово к установке, а ваш компьютер имеет доступ к внешнему сайту по протоколу FTP, выполните следующую команду: ./build_dm.sh.
Если компьютер не может получить доступ к внешнему сайту по протоколу FTP, получите unixODBC-2.3.0.tar.gz . Файл unixODBC-2.3.0.tar.gz можно получить на сайте http://www.unixodbc.org. Щелкните ссылку Скачать в левой части страницы, чтобы перейти на страницу скачивания. Щелкните соответствующую ссылку для скачивания unixODBC-2.3.0 (не unixODBC-2.3.1). В этом выпуске Microsoft ODBC Driver 11 for SQL Server версия UnixODBC-2.3.1 не поддерживается. Выполните следующую команду, чтобы начать установки диспетчера драйверов unixODBC: ./build_dm.sh —download-url=file://unixODBC-2.3.0.tar.gz.
- Введите YES, чтобы приступить к распаковке файлов. Эта часть процесса может занять около 5 минут.
- После завершения выполнения скрипта следуйте инструкциям на экране, чтобы установить диспетчер драйверов unixODBC
Теперь все готово для установки драйвера. Дополнительные сведения см. в инструкциях по установке драйвера ODBC для Linux или macOS.
Установка вручную
Если скрипту установки не удалось завершить работу, самостоятельно выполните настройку и сборку подходящего диспетчера драйверов.
- Удалите все старые установленные версии unixODBC (например, unixODBC 2.2.11). В Red Hat Enterprise Linux 5 или 6 выполните следующую команду: yum remove unixODBC. В SUSE Linux Enterprise zypper удалить unixODBC.
- Перейдите на сайт http://www.unixodbc.org. Щелкните ссылку Скачать в левой части страницы, чтобы перейти на страницу скачивания. Щелкните соответствующую ссылку, чтобы сохранить файл unixODBC-2.3.0.tar.gz на компьютере. В этом выпуске Microsoft ODBC Driver 11 for SQL Server версия UnixODBC-2.3.1 не поддерживается.
- На компьютере Linux выполните команду: tar xvzf unixODBC-2.3.0.tar.gz.
- Перейдите в каталог unixODBC-2.3.0.
- В командной строке выполните команду: CPPFLAGS=»-DSIZEOF_LONG_INT=8″ .
- В командной строке выполните команду: export CPPFLAGS.
- В командной строке выполните команду: «./configure —prefix=/usr —libdir=/usr/lib64 —sysconfdir=/etc —enable-gui=no —enable-drivers=no —enable-iconv —with-iconv-char-enc=UTF8 —with-iconv-ucode-enc=UTF16LE» .
- В командной строке (выполнив вход в корень) выполните команду: make.
- В командной строке (выполнив вход в корень) выполните команду: make install.
Теперь все готово для установки драйвера. Дополнительные сведения см. в инструкциях по установке драйвера ODBC для Linux или macOS.
См. также:
Installing the Driver Manager
This article contains instructions to install the unixODBC Driver Manager for use with all the versions of Microsoft ODBC Driver for SQL Server on Linux and macOS.
Delete any driver manager packages installed on your computer before you install the unixODBC Driver Manager. Installing the unixODBC Driver Manager could cause a failure of an existing Driver Manager.
Installing the Driver Manager for Microsoft ODBC Driver 13, 13.1, 17, and 18
The driver manager dependency is resolved automatically by the package management system when you install the Microsoft ODBC Driver 13, 13.1, 17, or 18 for SQL Server on Linux or macOS by following the instructions in the following articles:
Installing the Driver Manager for Microsoft ODBC Driver 11 for SQL Server
(SUSE and Red Hat Linux only.)
Using the Installation Script
These instructions refer to msodbcsql-11.0.2270.0.tar.gz , which is the installation file for Red Hat Linux. If you are installing the Preview for SUSE Linux, the file name is msodbcsql-11.0.2260.0.tar.gz .
To install the driver manager:
- Make sure that you have root permission.
- Go to the directory where the Microsoft SQL Server ODBC Driver download placed the file called msodbcsql-11.0.2270.0.tar.gz . Make sure that you have the *.tar.gz file that matches your version of Linux. To extract the files, execute the following command: tar xvzf msodbcsql-11.0.2270.0.tar.gz.
- Change to the msodbcsql-11.0.2270.0 directory and there you should see a file called build_dm.sh . You can run build_dm.sh to install the unixODBC Driver Manager.
- To see a list of the available options, execute the following command: ./build_dm.sh —help.
- When you are ready to install, and if your computer can access an external site via FTP, execute the following command: ./build_dm.sh.
If your computer cannot access an external site via FTP, get unixODBC-2.3.0.tar.gz . You can get unixODBC-2.3.0.tar.gz from http://www.unixodbc.org. Click the Download link on the left side of the page to go to the download page. Then click the appropriate link to download unixODBC-2.3.0 (not unixODBC-2.3.1). unixODBC-2.3.1 is not supported with this release of the Microsoft ODBC Driver 11 for SQL Server. Execute the following command to begin the unixODBC Driver Manager installation: ./build_dm.sh —download-url=file://unixODBC-2.3.0.tar.gz.
- Type YES to proceed with unpacking the files. This part of the process can take up to five minutes to complete.
- After the script stops running, follow the instructions on the screen to install the unixODBC Driver Manager.
You are now ready to install the driver. For more information, see the ODBC driver installation instructions for Linux or macOS.
Manual Installation
If the installation script is unable to complete, configure and build the proper driver manager yourself.
- Remove any older installed version of unixODBC (for example, unixODBC 2.2.11). On Red Hat Enterprise Linux 5 or 6, execute the following command: yum remove unixODBC. On SUSE Linux Enterprise, zypper remove unixODBC.
- Go to http://www.unixodbc.org. Click the Download link on the left side of the page to go to the download page. Then click the appropriate link to save the file unixODBC-2.3.0.tar.gz to your computer. UnixODBC-2.3.1 is not supported with this release of the Microsoft ODBC Driver 11 for SQL Server.
- On your Linux computer, execute the command: tar xvzf unixODBC-2.3.0.tar.gz.
- Change to the unixODBC-2.3.0 directory.
- At a command prompt, execute the command: CPPFLAGS=»-DSIZEOF_LONG_INT=8″.
- At a command prompt, execute the command: export CPPFLAGS.
- At a command prompt, execute the command: «./configure —prefix=/usr —libdir=/usr/lib64 —sysconfdir=/etc —enable-gui=no —enable-drivers=no —enable-iconv —with-iconv-char-enc=UTF8 —with-iconv-ucode-enc=UTF16LE».
- At a command prompt (logged in as root), execute the command: make.
- At a command prompt (logged in as root), execute the command: make install.
You are now ready to install the driver. For more information, see the ODBC driver installation instructions for Linux or macOS.
See Also
Installing the Driver Manager
This article contains instructions to install the unixODBC Driver Manager for use with all the versions of Microsoft ODBC Driver for SQL Server on Linux and macOS.
Delete any driver manager packages installed on your computer before you install the unixODBC Driver Manager. Installing the unixODBC Driver Manager could cause a failure of an existing Driver Manager.
Installing the Driver Manager for Microsoft ODBC Driver 13, 13.1, 17, and 18
The driver manager dependency is resolved automatically by the package management system when you install the Microsoft ODBC Driver 13, 13.1, 17, or 18 for SQL Server on Linux or macOS by following the instructions in the following articles:
Installing the Driver Manager for Microsoft ODBC Driver 11 for SQL Server
(SUSE and Red Hat Linux only.)
Using the Installation Script
These instructions refer to msodbcsql-11.0.2270.0.tar.gz , which is the installation file for Red Hat Linux. If you are installing the Preview for SUSE Linux, the file name is msodbcsql-11.0.2260.0.tar.gz .
To install the driver manager:
- Make sure that you have root permission.
- Go to the directory where the Microsoft SQL Server ODBC Driver download placed the file called msodbcsql-11.0.2270.0.tar.gz . Make sure that you have the *.tar.gz file that matches your version of Linux. To extract the files, execute the following command: tar xvzf msodbcsql-11.0.2270.0.tar.gz.
- Change to the msodbcsql-11.0.2270.0 directory and there you should see a file called build_dm.sh . You can run build_dm.sh to install the unixODBC Driver Manager.
- To see a list of the available options, execute the following command: ./build_dm.sh —help.
- When you are ready to install, and if your computer can access an external site via FTP, execute the following command: ./build_dm.sh.
If your computer cannot access an external site via FTP, get unixODBC-2.3.0.tar.gz . You can get unixODBC-2.3.0.tar.gz from http://www.unixodbc.org. Click the Download link on the left side of the page to go to the download page. Then click the appropriate link to download unixODBC-2.3.0 (not unixODBC-2.3.1). unixODBC-2.3.1 is not supported with this release of the Microsoft ODBC Driver 11 for SQL Server. Execute the following command to begin the unixODBC Driver Manager installation: ./build_dm.sh —download-url=file://unixODBC-2.3.0.tar.gz.
- Type YES to proceed with unpacking the files. This part of the process can take up to five minutes to complete.
- After the script stops running, follow the instructions on the screen to install the unixODBC Driver Manager.
You are now ready to install the driver. For more information, see the ODBC driver installation instructions for Linux or macOS.
Manual Installation
If the installation script is unable to complete, configure and build the proper driver manager yourself.
- Remove any older installed version of unixODBC (for example, unixODBC 2.2.11). On Red Hat Enterprise Linux 5 or 6, execute the following command: yum remove unixODBC. On SUSE Linux Enterprise, zypper remove unixODBC.
- Go to http://www.unixodbc.org. Click the Download link on the left side of the page to go to the download page. Then click the appropriate link to save the file unixODBC-2.3.0.tar.gz to your computer. UnixODBC-2.3.1 is not supported with this release of the Microsoft ODBC Driver 11 for SQL Server.
- On your Linux computer, execute the command: tar xvzf unixODBC-2.3.0.tar.gz.
- Change to the unixODBC-2.3.0 directory.
- At a command prompt, execute the command: CPPFLAGS=»-DSIZEOF_LONG_INT=8″.
- At a command prompt, execute the command: export CPPFLAGS.
- At a command prompt, execute the command: «./configure —prefix=/usr —libdir=/usr/lib64 —sysconfdir=/etc —enable-gui=no —enable-drivers=no —enable-iconv —with-iconv-char-enc=UTF8 —with-iconv-ucode-enc=UTF16LE».
- At a command prompt (logged in as root), execute the command: make.
- At a command prompt (logged in as root), execute the command: make install.
You are now ready to install the driver. For more information, see the ODBC driver installation instructions for Linux or macOS.