-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not determine kind of name for #505
Comments
please set CGO_ENABLE=1 |
It already set as 1. Same problem. |
Here is my docker go env
|
Sorry, you use 1.9.2. |
I'm using go1.9.2 |
If you don't use tag, what you get? |
Here is
|
Is it related to this? |
What C compiler do you use? Please try |
Although using that, same problem occurs .. |
gcc version? |
I'm using |
Wow, it's older. |
Please install latest Go compiler. |
Yeah. Sadly, because my company using the old legacy system .. I have to fit the version to that |
Ok. I'll try do that |
Compile Section Closes mattn#175 Compile Section Closes mattn#201 Compile Section Closes mattn#206 Compile Section Closes mattn#404 Compile Section Closes mattn#217 Compile Section Closes mattn#224 Compile Section Closes mattn#234 Compile Section Closes mattn#242 Feature table Closes mattn#255 Description Section Closes mattn#232 Golang:1.6 not supported Closes mattn#272 Golang:1.5 not supported + compilation section Closes mattn#283 usleep Implemented Closes mattn#285 FAQ Section Closes mattn#289 Compile Section closes mattn#295 FAQ Section Closes mattn#305 PR339 Closes mattn#318 mattn#321 Compilation Section Closes mattn#341 PR407 Closes mattn#364 Feature `sqlite_vtable` Closes mattn#393 Compile Section Closes mattn#416 sqlite_trace feature Closes mattn#433 Compilation Section Closes mattn#435 Compilation Section Closes mattn#443 Golang:1.6 Not Supported Closes mattn#445 Compilation Section Closes mattn#451 Compilation Section Closes mattn#467 Compilation Section Closes mattn#491 Compilation Section Closes mattn#495 Compilation Section Closes mattn#505 Compilation Section Closes mattn#557 Compilation Section Closes mattn#560
I ran
go build -o ${APP_NAME} --tags "libsqlite3 linux"
on CentOS 5.8 with Go 1.9.2, and it was failed with above message.I have a
gcc
andsqlite/sqlite-devel
on my docker machine.How can I solve it?
The text was updated successfully, but these errors were encountered: