|
From: Oliver N. <dig...@gm...> - 2007-08-09 19:21:12
|
> > You'll have to run "make menuconfig" and enable these options. > This is something new, you can now enable/disable specific apache modules. > I solved the problem by inserting a line in the make script of httpd: PARAMS="$PARAMS --enable-modules=all" I think this is not so a bad idea to create all available modules, because it gives you still the freedom to switch off unwanted modules in the httpd.conf file like it was before. Maybe that's easier as with menuconfig?? BTW: I selected all Apache2 features in menuconfig, but the error was still there :-/ Where are the selections from menuconfig stored? Unfortunately there is no strace in the build enviroment ;-) Greetings and thanks Oliver |