Skip to content

Hardcoded dbase dependency restricst installation #187

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

Closed
MarkBlaas opened this issue Mar 11, 2020 · 1 comment
Closed

Hardcoded dbase dependency restricst installation #187

MarkBlaas opened this issue Mar 11, 2020 · 1 comment

Comments

@MarkBlaas
Copy link

The hardcoded dbasd dependency in ext/mkrf_conf.rb significantly restricts installation options.
For instance, in my (Windows) environment dbase is installed to a different path with gem install --install-dir The installation cannot find the gem (eventhough it is on %GEM_PATH%), causing it to download but worse, the --http-proxy option is “ignored” by this check causing the installation to fail if you are behind a proxy.
I’ve removed the dependency and correctly installed in my environment (no network access, gems installed in different folder)
suggestion is to put this dependency in the gemspec (have not checked impact of this change)

@MarkBlaas
Copy link
Author

This was fixed in #142

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant