./configure error when attempting to compile on ubuntu 14.04

For all the help you need with Armagetron!
Post Reply
stormchaser3000
Posts: 2
Joined: Sat Jul 26, 2014 12:15 am

./configure error when attempting to compile on ubuntu 14.04

Post by stormchaser3000 »

ok so i was attempting to compile this for ubuntu 14.04 and well the xml2 config script is missing:

Code: Select all

./configure: line 9666: xml2-config: command not found
configure: error: Fatal error: the libxml2 configuration script xml2-config does not work/exist.
User avatar
kyle
Reverse Outside Corner Grinder
Posts: 1876
Joined: Thu Jun 08, 2006 3:33 pm
Location: Indiana, USA, Earth, Milky Way Galaxy, Universe, Multiverse
Contact:

Re: ./configure error when attempting to compile on ubuntu 1

Post by kyle »

you need to install the libxml2-dev package

you may also need to install make, automake, gcc and dpkg-dev
Image
stormchaser3000
Posts: 2
Joined: Sat Jul 26, 2014 12:15 am

Re: ./configure error when attempting to compile on ubuntu 1

Post by stormchaser3000 »

kyle wrote:you need to install the libxml2-dev package

you may also need to install make, automake, gcc and dpkg-dev
thanks
Post Reply