| Richard Cavell 2004-08-22, 6:24 pm |
| 1. I have installed Debian linux "sarge" on a Pentium 4 machine. I
have not installed any except the default packages.
2. I have typed apt-get install gcc. This has added a few dependent
packages
3. I now unzip and untar my apache 1.3.31 source code into
/usr/local/apache/src.
4. I type './Configure and it gives:
doing sanity check on compiler and options
A test compilation with your Makefile configuration failed...
=============Error output for sanity check==================
cd ..; gcc -DLINUX=22 -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED
'./apaci' etc.
/usr/bin/ld: cannot open crt1.o: No such file or directory
etc.
This happens whether I do ./configure or Configure. I haven't touched
Configure.tmpl
|