I just pulled down 1.3.21 from CVS with the following command:
cvs -d cvs.apache.org:/home/cvs co -r APACHE_1_3_21 -d apache-1.3.21 apache-1.3 And then ran configure like so: ./configure --prefix=/root/test13 Configuring for Apache, Version 1.3.21 + using installation path layout: Apache (config.layout) Creating Makefile Creating Configuration.apaci in src Creating Makefile in src + configured for Linux platform + setting C compiler to gcc + setting C pre-processor to gcc -E + checking for system header files + adding selected modules + using system Expat + checking sizeof various data types + doing sanity check on compiler and options Creating Makefile in src/support Creating Makefile in src/regex Creating Makefile in src/os/unix Creating Makefile in src/ap Creating Makefile in src/main Creating Makefile in src/modules/standard Then make: [snip] ===> src/main gcc -c -I../os/unix -I../include -DLINUX=22 -DUSE_HSREGEX -DNO_DL_NEEDED `../apaci` gen_test_char.c gcc -DLINUX=22 -DUSE_HSREGEX -DNO_DL_NEEDED `../apaci` -o gen_test_char gen_test_char.o -lm -lcrypt -lexpat ./gen_test_char >test_char.h ./gen_test_char: error while loading shared libraries: cannot open shared object file: cannot load shared object file: No such file or directory make[3]: *** [test_char.h] Error 127 make[2]: *** [subdirs] Error 1 make[2]: Leaving directory `/root/apache/apache-1.3.21/src' make[1]: *** [build-std] Error 2 make[1]: Leaving directory `/root/apache/apache-1.3.21' make: *** [build] Error 2 This is on Slackware 8.0. Have I missed an important step or is it something broken with my system or is it a problem in the tag? --Cliff -------------------------------------------------------------- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA