Results 1 to 2 of 2

Thread: libvirt with c/c++ error

  1. #1
    Join Date
    Apr 2012
    Beans
    10

    libvirt with c/c++ error

    I tried compiling my code using gcc and it gave me an error
    Code:
    error fatal error: libvirt/libvirt-qemu.h: No such file or directory
    How do I fix this? Did I forget to install something? I'm using Fedora 17.

  2. #2
    Join Date
    Oct 2011
    Location
    Chicago, IL
    Beans
    419
    Distro
    Xubuntu 10.04 Lucid Lynx

    Re: libvirt with c/c++ error

    How did you install this? I'm not as familiar with Fedora as I am with Ubuntu, but in Ubuntu there is often a standard version and a -dev version which contains the headers.

    My guess is that you installed the libraries but not the headers

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •