Search Criteria
Package Details: mssql-tools 17.6.1.1-1
Git Clone URL: | https://aur.archlinux.org/mssql-tools.git (read-only, click to copy) |
---|---|
Package Base: | mssql-tools |
Description: | Microsoft® SQL Server® Tools for Linux |
Upstream URL: | https://www.microsoft.com/en-us/sql-server/sql-server-vnext-including-Linux |
Licenses: | |
Submitter: | karuna_murti |
Maintainer: | karuna_murti |
Last Packager: | karuna_murti |
Votes: | 20 |
Popularity: | 0.37 |
First Submitted: | 2016-11-18 14:29 |
Last Updated: | 2020-10-18 14:39 |
Latest Comments
1 2 3 Next › Last »
ArthurBorsboom commented on 2020-03-09 09:00
==> ERROR: Failure while downloading http://mirror.centos.org/centos/7/os/x86_64/Packages/openssl-libs-1.0.2k-19.el7.x86_64.rpm
karuna_murti commented on 2019-10-17 05:22
so the problem is with msodbcsql :(
Mushoz commented on 2019-10-16 09:10
Getting the same error as mentioned below:
Building msodbcsql... ==> Making package: msodbcsql 17.2.0.1-2 (Wed 16 Oct 2019 11:08:30 AM CEST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading msodbcsql17-17.2.0.1-1.x86_64.rpm... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 4453k 5 255k 0 0 645k 0 0:00:06 --:--:-- 0:00:06 643k 100 4453k 100 4453k 0 0 3909k 0 0:00:01 0:00:01 --:--:-- 3909k -> Downloading openssl-libs-1.0.2k-16.el7.x86_64.rpm... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading http://mirror.centos.org/centos/7/os/x86_64/Packages/openssl-libs-1.0.2k-16.el7.x86_64.rpm Aborting...
karuna_murti commented on 2019-10-13 14:14
@iVoid, I don't understand. This is not openssl and nothing to do with openssl. And I grep everything, there's no mention of openssl as dependencies or when I ldd'd it. So what this has to do with openssl?
iVoid commented on 2019-10-12 18:02
@karuna_murti as mentioned by @Toriga the mirror in this package is dead: http://mirror.centos.org/centos/7/os/x86_64/Packages/openssl-libs-1.0.2k-16.el7.x86_64.rpm
The original source from microsoft is still available though: https://packages.microsoft.com/rhel/7/prod/mssql-tools-17.4.1.1-1.x86_64.rpm
karuna_murti commented on 2019-10-11 00:57
@Toriga @Alex_Boutros I thought this is already solved by the latest version?
Toriga commented on 2019-10-09 11:29
This package dont work. Update the dependencies please.
curl: (22) The requested URL returned error: 404 Not Found ==> ERRORE: Impossible download http://mirror.centos.org/centos/7/os/x86_64/Packages/openssl-libs-1.0.2k-16.el7.x86_64.rpm The operation is about to be interrupted...
Now there is: openssl-libs-1.0.2k-19.el7.x86_64.rpm
brunorozendo commented on 2017-07-28 00:46
@karuna_murti
I got it!
[bruno@archlinux ~]$ sudo nano /etc/locale.gen
#en_SG ISO-8859-1
en_US.UTF-8 UTF-8
#en_US ISO-8859-1
[bruno@archlinux ~]$ sudo locale-gen
Generating locales...
en_US.UTF-8... done
pt_BR.UTF-8... done
Generation complete.
[bruno@archlinux ~]$ sqlcmd -S localhost -U SA
Password:
1>
brunorozendo commented on 2017-07-27 12:40
@karuna_murti
[bruno@archlinux ~]$ export LC_ALL=C
[bruno@archlinux ~]$ sudo systemctl restart mssql-server.service
[sudo] password for bruno:
[bruno@archlinux ~]$ sqlcmd -S localhost -U SA
terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid
karuna_murti commented on 2017-07-27 04:48
@brunorozendo can you try running export LC_ALL=C before running sqlcmd?
If it works then you might want to read https://wiki.archlinux.org/index.php/locale