rails-sqlserver / heroku-buildpack-freetds

This is a Heroku buildpack for vendoring the FreeTDS binaries into your project.
MIT License
10 stars 31 forks source link

Issue interacting with another shared object #16

Closed joshuaclayton closed 1 year ago

joshuaclayton commented 2 years ago

Hello! I've run into an issue using an Aptfile and the heroku-community/apt buildpack alongside FreeTDS that I can't seem to get sorted.

I've created a minimum reproducible example here. Note that without the FreeTDS buildpack, the application runs successfully. The application itself deploys successfully, but running heroku run rails console is enough to trigger the exception (captured in the repo above).

I'm not quite sure how to proceed here and would love to hear any workarounds others have tried.

bf4 commented 1 year ago

Thanks.

bf4 commented 1 year ago

Closed by https://github.com/rails-sqlserver/heroku-buildpack-freetds/pull/21