DUB mysql-native

Daniel Kozak kozzi11 at gmail.com
Tue Oct 8 11:15:53 UTC 2019


On Tue, Oct 8, 2019 at 10:55 AM Vino via Digitalmars-d-learn
<digitalmars-d-learn at puremagic.com> wrote:
>
> Could not resolve configuration for package hub
>
> From,
> Vino.B

It is known issue, you can not use mysql-native right now with
anything else than libevent

https://github.com/mysql-d/mysql-native/issues/199

Or you can just remove

"subConfigurations": {
"vibe-d:core": "libevent"
},

from ~/.dub/packages/mysql-native-2.3.0/mysql-native/dub.json


More information about the Digitalmars-d-learn mailing list