Hi,
    I got similar mistake with you ,so I reconfigured and had dtrace installed. But can't successfully recompile dtraced-libvirt with every possible mean.
   
    ./autogen --with-pic --enable-shared=yes --with-dtrace
    make

  Then I got error below:

*** Warning: Linking the shared library libvirt.la against the non-libtool
*** objects  probes.o is not portable!
/usr/bin/ld: probes.o: relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC
probes.o: could not read symbols: Bad value

    -fPIC flag added but nothing changed.BTW,I'm on 64bit system.Do you have any idea about the reconfiguration?
     Pls let me know if anyone has good advice.Thx!