On Wed 2005-12-14 (12:52), Daniel Spannbauer wrote: (your make-log is hard to read, due to its wrong new lines) > Ok, some flies linked, a few Steps later: > > cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" > -DPACKAGE_S > TRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"mod_nss\" > -DVERSION=\"1.0\" -DST > DC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 > -DHAVE_S > TRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 > -DHAVE_STDINT > _H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 > -DHAVE_UNISTD_H=1 -I. - > I. -I/usr/include/apache2 > -I/root/dsbuild/ds/mozilla/work/mozilla/dist/Linux2.6_ > x86_glibc_PTH_OPT.OBJ/include > -I/root/dsbuild/ds/mozilla/work/mozilla/dist/publi > c/nss -I/usr/include/apache2 -I/tmp/fedora-ds-build/include > -I/tmp/fedora-ds-bui > ld/include -I/tmp/fedora-ds-build/include -DWANT_SSL2 > -I/tmp/fedora-ds-build/inc > lude -L/tmp/fedora-ds-build/lib -O2 -pipe -I/tmp/fedora-ds-build/include > -L/tmp/ > fedora-ds-build/lib -O2 -pipe -I/tmp/fedora-ds-build/include > -L/tmp/fedora-ds-bu > ild/lib -O2 -pipe -c mod_nss.c -MT mod_nss.lo -MD -MP -MF > .deps/mod_nss.TPlo -f > PIC -DPIC -o .libs/mod_nss.lo > In file included from mod_nss.c:16: > mod_nss.h:30:17: error: mpm.h: No such file or directory You do not have mpm.h in the INCLUDE-Path. See (I have SELS 9.3): lanldap2:~# find /usr/include -name mpm.h /usr/include/apache2-metuxmpm/mpm.h /usr/include/apache2-leader/mpm.h /usr/include/apache2-prefork/mpm.h /usr/include/apache2-worker/mpm.h The dsbuild-process uses "-I/usr/include/apache2", see above. A symbolic link from /usr/include/apache2-worker to /usr/include/apache2 might help you. -- -- Ullrich Horlacher, BelWue Coordination ------- mailto:framstag at belwue.de -- Computing Centre Universitaet Stuttgart (RUS) Allmandring 30, 70550 Stuttgart, Germany fax: +49 711 678 8363 -- saft://saft.belwue.de/framstag ----------------- http://www.belwue.de/ ----