-
-
Notifications
You must be signed in to change notification settings - Fork 758
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
[Bug]: Building go program stops with error on branch 2.6.x #1831
Comments
I can't replicate sorry
The 2.6.x branch corresponds to v2.6.4 which you can download already compiled. If you are modifying SFTPGo you are creating a derivative work. |
I found out, you have to compile it for Windows to get the error. It compiles successfully on Linux. |
Are you building on Windows or cross compiling from Linux? |
It doesn't matter, if I build it on Linux for windows or windows directly, it errors out the same. |
are you sure you have a proper compiler on Windows, for example MinGW-w64? or a proper cross compiler on Linux? SQLite is a CGO dependency. |
Bug description
Ends compile with sqlite3 error. The problem seems to be sqlite3.Error does not exist in the source package.
Steps to reproduce
Expected behavior
Successful compile.
SFTPGo version
2.6.x
Data provider
mariadb (mysql)
Installation method
Other
Configuration
config does not apply to this error
Relevant log output
No response
What are you using SFTPGo for?
Small business (3-person firm with file exchange?)
Additional info
No response
The text was updated successfully, but these errors were encountered: