Am Montag, 19. August 2002, 11:38:32 Uhr MET, schrieb Oden Eriksson: > I'm trying to build a new module for apache2 but I keep getting: > > /usr/include/libxml2/libxml/uri.h:14:25: libxml/tree.h: No such file or > directory > > I think I add the right include paths, but it simply doesn't seem to matter... > I guess it would work without problems if there were a libxml softlink in > /usr/include pointing to libxml2/libxml.
You just need to add /usr/include/libxml2 to the CFLAGS. If that fails, here's the hack that should always work: make CC="gcc -I/usr/include/libxml2" -- G�tz Waschk <> master of computer science <> University of Rostock http://wwwtec.informatik.uni-rostock.de/~waschk/waschk.asc for PGP key --> Logout Fascism! <--
