in reply to Re^2: What exactly are the lib and include flags about?
in thread What exactly are the lib and include flags about?

Try installing the appropriate *-dev packages with apt-get (for example libxslt1-dev), those will include the header files you require. If you're using Debian (since you're working with apt-get) you can also use the apt-file utility or http://packages.debian.org to find out which package contains the file(s) you're missing.


There are ten types of people: those that understand binary and those that don't.