Page 1 of 1

VirtualBox 1.6.0 not finding libxml2 in Kubuntu Hardy

Posted: 29. May 2008, 22:51
by juliang
Here's the output:
rewt@Computo01:/opt/VirtualBox/VirtualBox-1.6.0_OSE# apt-get install libxml2
Reading package lists... Done
Building dependency tree
Reading state information... Done
libxml2 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
rewt@Computo01:/opt/VirtualBox/VirtualBox-1.6.0_OSE# ./configure
Checking for environment: Determined build machine: linux.amd64, target machine: linux.amd64, OK.
Checking for kBuild: found, OK.
Checking for gcc: found version 4.2.3, OK.
Checking for as86: found version 0.16.17, OK.
Checking for bcc: found version 0.16.17, OK.
Checking for iasl: found version 20061109, OK.
Checking for xslt: found, OK.
Checking for pthread: found, OK.
Checking for libxml2:
** not found!

rewt@Computo01:/opt/VirtualBox/VirtualBox-1.6.0_OSE#


What I should do? Thanks in advance! :D

Posted: 29. May 2008, 23:41
by stefan.becker
devel Package.

Posted: 30. May 2008, 00:10
by juliang
Bingo! Just found the development packages of the rest of the things it couldn't find and it worked! Thanks! :)