You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ensure /usr/local/lib is in lib path
- fix app runtime lib path; was pointing to build dir
Was getting
```
ld /app/vendor/bundle/ruby/2.3.0/gems/tiny_tds-2.1.0/lib/tiny_tds/tiny_tds.so
ld: warning: libsybdb.so.5, needed by /app/vendor/bundle/ruby/2.3.0/gems/tiny_tds-2.1.0/lib/tiny_tds/tiny_tds.so, not found (try using -rpath or -rpath-link)
```
# See https://github.com/rails-sqlserver/tiny_tds/issues/210 https://github.com/rails-sqlserver/tiny_tds/issues/74 https://github.com/rails-sqlserver/tiny_tds/issues/50
0 commit comments