-
Notifications
You must be signed in to change notification settings - Fork 188
Add documentation about linking in Docker #420
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
Conversation
Questions raised purely from reading this readme and not closely investigating the other issue:
|
|
Are you okay with the changes now? |
Just re-read it. Should we really be suggesting a complete overwrite of Something like |
Alternatively we could suggest installing FreeTDS to |
I don't know why free tds uses |
Looks good to me. Thanks. 👍 |
Thank you for merging! |
Make note that LD_LIBRARY_PATH may need to be modified if FreeTDS is built in its default configuration in Docker due to /usr/local/lib not being in the path. Closes rails-sqlserver#419
Make note that LD_LIBRARY_PATH may need to be modified if FreeTDS is built in its default configuration in Docker due to /usr/local/lib not being in the path. Closes rails-sqlserver#419
Closes #419
I removed documentation that said TinyTDS would install FreeTDS for you since that seems to have been removed in version 2. I can remove that change if it's unwanted.