How to make cmake find installed packages

Tyler

I am trying to use cmake to compile a program and it needs to use lxc, I run the cmakelist with cmake .. and it returns -- checking for module 'lxc' -- package 'lxc' not found. However, if I run apt-get install lxc, it says that lxc is not only installed but at the newest version as well. Any ideas here? Any help is appreciated.

Using debian jessie

Tomasz Jakub Rup

You need a dev version of lxc package. Install lxc-dev

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to find manually installed packages?

From Dev

How to view the packages/tools that will be installed by Ubuntu Make?

From Dev

How to find docs for apt installed packages

From Dev

How to find docs for apt installed packages

From Dev

how to find information about not installed packages

From Dev

How to find out where different packages are installed?

From Dev

Gentoo - how make binary packages from allready installed packages

From Dev

How to find installed deb packages needlessly marked as manually installed

From Java

How do I check the packages installed with make command?

From Dev

How can I find executables installed by NuGet packages?

From Dev

How to find all the driver packages installed in my pc?

From Dev

how to find which packages are installed system-wide in NixOS?

From Dev

How do I find installed packages that have no install candidate?

From Dev

How to find specific package name from list of installed packages

From Dev

How to Find All Defaultly Installed Packages on Ubuntu 16.04.3

From Dev

How to find out what all standalone packages are installed?

From Dev

How to make cmake find a shared library in a subfolder

From Dev

How to remove installed packages

From Dev

How to remove installed packages

From Dev

How to get installed/not installed state of **all** packages?

From Dev

How to make the unity app search find a manually installed app

From Dev

How to make system python to find modules installed via pip?

From Dev

How to list all installed packages

From Dev

How to deploy packages installed by Bower?

From Dev

How to list installed go packages

From Dev

How to list all installed packages

From Dev

How to delete History of installed packages

From Dev

How to remove packages not installed with Composer?

From Dev

R can't find packages installed by travis

Related Related

  1. 1

    How to find manually installed packages?

  2. 2

    How to view the packages/tools that will be installed by Ubuntu Make?

  3. 3

    How to find docs for apt installed packages

  4. 4

    How to find docs for apt installed packages

  5. 5

    how to find information about not installed packages

  6. 6

    How to find out where different packages are installed?

  7. 7

    Gentoo - how make binary packages from allready installed packages

  8. 8

    How to find installed deb packages needlessly marked as manually installed

  9. 9

    How do I check the packages installed with make command?

  10. 10

    How can I find executables installed by NuGet packages?

  11. 11

    How to find all the driver packages installed in my pc?

  12. 12

    how to find which packages are installed system-wide in NixOS?

  13. 13

    How do I find installed packages that have no install candidate?

  14. 14

    How to find specific package name from list of installed packages

  15. 15

    How to Find All Defaultly Installed Packages on Ubuntu 16.04.3

  16. 16

    How to find out what all standalone packages are installed?

  17. 17

    How to make cmake find a shared library in a subfolder

  18. 18

    How to remove installed packages

  19. 19

    How to remove installed packages

  20. 20

    How to get installed/not installed state of **all** packages?

  21. 21

    How to make the unity app search find a manually installed app

  22. 22

    How to make system python to find modules installed via pip?

  23. 23

    How to list all installed packages

  24. 24

    How to deploy packages installed by Bower?

  25. 25

    How to list installed go packages

  26. 26

    How to list all installed packages

  27. 27

    How to delete History of installed packages

  28. 28

    How to remove packages not installed with Composer?

  29. 29

    R can't find packages installed by travis

HotTag

Archive