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

drogon_ctl installed incorrectly via vcpkg, can't create model #1584

Open
Rinnekioku opened this issue May 1, 2023 · 1 comment
Open

drogon_ctl installed incorrectly via vcpkg, can't create model #1584

Rinnekioku opened this issue May 1, 2023 · 1 comment

Comments

@Rinnekioku
Copy link

Describe the bug
Installing drogon via vcpkg results in unsupported databases usage, it does not matter if there are installed packages, built drogon from source and drogon_ctl create model working

To Reproduce
Steps to reproduce the behavior:

  1. ./vcpkg install drogon[ctl]
  2. run drogon_ctl create model <path_to models>
  3. Observe that drogon_ctl can't create models because it thinks that there are no database dev libraries
    Repro code when

Expected behavior
drogon_ctl runs craete model succesfully

Desktop (please complete the following information):

  • OS: Windows & Linux(Ubuntu WSL)
@justend29
Copy link
Contributor

@Rinnekioku I've been using drogon_ctl installed with vcpkg reliably for a while now.
In classic mode, vcpkg installs drogon_ctl at the location ${VCPKG_ROOT}/installed/<triplet>/tools/drogon/drogon_ctl, which will not be in your PATH, by default.
Could the instance of drogon_ctl which you are referring to in step 2 be a different one than was installed in step 1? What happens when you invoke drogon_ctl with an absolute path?

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

No branches or pull requests

2 participants