Hi all.
I'm trying to compile libvirt-1.0.5 on a Debian 6.0, but I get an error after "./configure" and then "make".
Info:
...
CCLD libvirt_parthelper
libvirt_parthelper-parthelper.o: In function `main':
/usr/local/src/libvirt-1.0.5/src/storage/parthelper.c:102: undefined reference to `ped_device_get'
/usr/local/src/libvirt-1.0.5/src/storage/parthelper.c:116: undefined reference to `ped_disk_new'
/usr/local/src/libvirt-1.0.5/src/storage/parthelper.c:122: undefined reference to `ped_disk_next_partition'
/usr/local/src/libvirt-1.0.5/src/storage/parthelper.c:174: undefined reference to `ped_disk_next_partition'
collect2: ld returned 1 exit status
make[3]: *** [libvirt_parthelper] Error 1
make[3]: Leaving directory `/usr/local/src/libvirt-1.0.5/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/local/src/libvirt-1.0.5/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/libvirt-1.0.5'
make: *** [all] Error 2
----
$ sudo dpkg -l | grep parted
ii libparted0-dev 2.3-5 The GNU Parted disk partitioning library development files
ii libparted0debian1 2.3-5 The GNU Parted disk partitioning shared library
ii libparted0debian1-dbg 2.3-5 The GNU Parted disk partitioning library debug development files
ii parted 2.3-5 The GNU Parted disk partition resizing program
Can somebody please help?
Thanks