On Tue, Oct 8, 2019 at 10:55 AM Vino via Digitalmars-d-learn <[email protected]> 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
