OrionXI wrote:
After running
======== Error Output for sanity check ========
cd ..; gcc -DLINUX=22 -DNO_DBM_REWRITEMAP -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite
`./apaci` -o helpers/dummy helpers/dummy.c -lm
/usr/bin/ld: cannot open crt1.o: No such file or directory
collect2: ld returned 1 exit status
make: *** [dummy] Error 1
============= End of Error Report =============
Aborting!
Google it!
http://www.google.com/search?q=apache+crt1.o
2nd result is:
http://www.luni.org/pipermail/luni/2002 ... 08594.html
which says "Try apt-get installing libc6-dev, or better yet, "apt-get install build-essential ; apt-get build-dep apache""
Kenny