Installed DSE Driver gem can't find native extensions

Description

A user discovered that for MRI, the require for 'gss_api_context' fails on an installed gem. This is because we build the extension in its own gss_api_context subdir (specified in extconf.rb). This doesn't cause issues when running out of the cloned repo because the extension is built to the lib directory. Fix: don't specify that the extension should be built to a subdir.

JRuby has an issue in that we don't actually bundle the challenge_evaluator.jar in the gem.

Both of these issues make dse driver 1.0.0 DOA.

Environment

None

Pull Requests

None

Activity

Show:
Fixed

Details

Assignee

Reporter

Fix versions

Affects versions

Priority

Created August 1, 2016 at 9:52 PM
Updated August 2, 2016 at 12:45 PM
Resolved August 2, 2016 at 1:22 AM