|
From: Oliver N. <dig...@gm...> - 2007-08-08 23:34:54
|
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 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. Thanks a lot, Oliver Niesner |