noborus / trdsql

CLI tool that can execute SQL queries on CSV, LTSV, JSON, YAML and TBLN. Can output to various formats.
https://noborus.github.io/trdsql/
MIT License
2.01k stars 77 forks source link

Segmentation fault running the release binary on Mac OS X 10.7.5 (Lion) #19

Closed UNIVAC-Colonel-Panic closed 6 years ago

UNIVAC-Colonel-Panic commented 6 years ago

I'm trying trdsql_darwin_amd64.zip but I get a segfault immediately when running the program, even with no command line arguments specified:

`$ ./trdsql Segmentation fault: 11

./trdsql -help Segmentation fault: 11 $ `

Is there somewhere that I can find a list of the system requirements for trdsql?

noborus commented 6 years ago

I'm sorry. I do not know the requirement of macOS. I build binaries for macOS with Travis CI. Reference: https://docs.travis-ci.com/user/reference/osx/#OS-X-Version

You might as well build it yourself. https://github.com/noborus/trdsql#install

UNIVAC-Colonel-Panic commented 6 years ago

Thanks for the reply. Unfortunately the build-it-yourself instructions assume that Go is already installed. Apparently Go is not supported on Mac OS X earlier than 10.8 so I'm out of luck. Oh well.