Skip to content
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

Provide the native FreeBSD library also under x86_64. #118

Closed
wants to merge 1 commit into from

Conversation

jan0sch
Copy link

@jan0sch jan0sch commented Jun 10, 2016

Using the jdbc driver under FreeBSD on an amd64 plattform results in the
following error:

No native library is found for os.name=FreeBSD and os.arch=x86_64

A bug description and workaround are available in issue #106

This patch provides the native library under x86_64 as well as under amd64 and will fix #106.

Using the jdbc driver under FreeBSD on an amd64 plattform results in the
following error:

    No native library is found for os.name=FreeBSD and os.arch=x86_64

A bug description and workaround are available in issue xerial#106

This patch provides the native library under `x86_64` as well as under
`amd64`.
@gitblit
Copy link
Collaborator

gitblit commented Jun 22, 2016

Thanks for the PR @jan0sch, but the preferred fix was to move the binary, not duplicate it. This was merged in #124.

@gitblit gitblit closed this Jun 22, 2016
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

Successfully merging this pull request may close these issues.

FreeBSD amd64 native code is ignored when FreeBSD x86_64 detected
2 participants