Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.0.12
-
None
-
None
-
Debian 8.6 Jessie Stable
Description
On your web page:
https://mariadb.com/my_portal/download/connector-odbc/2.0
When I download the tar.gz files and try to open them I get an error message suggesting that the downloads are corrupt. I can gunzip them, but not tar x them.
For example,
tar -tf "mariadb-connector-odbc-2.0.12-ga-linux-x86_64.tar.gz"
Gives these three lines of error:
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors
Contrast this with the downloads for your JDBC:
tar -tf "mariadb-java-client-1.5.3.tar.gz"
which works fine.
Thanks for your work on this!