SapientGuardian / mysql-connector-net-netstandard

ADO.NET driver for MySQL targeted against netstandard 1.3
GNU General Public License v2.0
46 stars 15 forks source link

Upgraded to .net core 1.0.0, changed versioning scheme #19

Closed SapientGuardian closed 8 years ago

eByte23 commented 8 years ago

Looks good :D

SapientGuardian commented 8 years ago

Not quite. Having trouble getting the latest sdk on Travis.

eByte23 commented 8 years ago

Ahh right, looks like progress now though?

eByte23 commented 8 years ago

Failing on trying to get System.Security.Cryptography.Native now

SapientGuardian commented 8 years ago

I think we might need to trigger a brew install openssl on the osx build, per https://github.com/dotnet/coreclr/issues/1502. Not sure how we've escaped the problem thus far.

eByte23 commented 8 years ago

That's interesting have you tried building on linux your self if not I can now?

SapientGuardian commented 8 years ago

The linux build is fine, it's the osx build that has the problem. I don't have a mac to test with.

eByte23 commented 8 years ago

Ahh that explains things! luckily I do so I'll give it a shot and see what I get, well sorta.

eByte23 commented 8 years ago

Reproduced all steps got the exact same error, did brew install openssl still failed. I will try downloading the offical mac package now

eByte23 commented 8 years ago

Okay we need to do

brew update
brew install openssl
brew link --force openssl

if you don't do the last link command it will still fail.

Now builds for me, still don't understand how we escaped it until now, unless they changed something