Admin@0cec7d17a7df4bc /pack/apache_1.3.27
$ ./configure --prefix=/usr/local/www
Configuring for Apache, Version 1.3.27
+ using installation path layout: Apache (config.layout)
+ Warning: no Perl interpreter detected for support scripts.
+ Perhaps you need to specify one with --with-perl=FILE.
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
+ configured for Cygwin 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
** A test compilation with your Makefile configuration
** failed. The below error output from the compilation
** test will give you an idea what is failing. Note that
** Apache requires an ANSI C Compiler, such as gcc.
======== Error Output for sanity check ========
cd ..; gcc -DCYGWIN -DUSE_HSREGEX -DNO_DL_NEEDED `./apaci` -o helpers/dummy
helpers/dummy.c -lcrypt -lgdbm -lexpat
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find
-lgdbm
collect2: ld returned 1 exit status
make: *** [dummy] Error 1
============= End of Error Report =============
Aborting!
看不明白,是少装了某一个库吗?谢谢~~~~~
--
FROM 211.99.222.*