|
From: Heiko Z. <he...@zu...> - 2007-08-09 12:55:49
|
Hey Oliver, On Wed, August 8, 2007 18:34, Oliver Niesner wrote: > Hi, all! > > > For a long time i use a custom DL iso as my firewall Distro. > For the last time i had no problems to build and install everything. > > > Today i made a software update of one of my custom packages and > i ran into two problems. > > 1) > > > glibc doesn't build because of a "file exists" error. I solved this by > commenting out the following line in build/scripts/glibc: > > # ln -s libdl.so.2 /lib/libdl.so || exit 1 change this to ln -sf libdl.so.2 /lib/libdl.so || exit 1 I already fixed this on my build box, it will be in CVS as soon as I finish my current updates to 1.2. > After that everything worked as normal. > > > 2) > > > After reboot i found out that apache has not all the modules i had > before, i didn't check everything but at least > > mod_cache.so mod_disk_cache.so mod_proxy.so > > are missing! > > Unfortunately these files all exist in > /build/tmp/httpd-2.2.4/modules/cache and > /build/tmp/httpd-2.2.4/modules/proxy > > > I don't know why they aren't on the final iso :-/ > Maybe it was my modified line?? > Any help appreciated. You'll have to run "make menuconfig" and enable these options. This is something new, you can now enable/disable specific apache modules. -- Regards Heiko Zuerker http://www.devil-linux.org |