도움 부탁드립니다.. 아파치 설치하는 중에..
./configure 하니
뭐라 쭉...나오다가
에러 나오면서 중지되어버리네요...
어떻게 해야하는지..
답변 부탁드립니다.
# ./configure
Configuring for Apache, Version 1.3.28
+ Warning: Configuring Apache with default settings.
+ This is probably not what you really want.
+ Please read the README.configure and INSTALL files
+ first or at least run './configure --help' for
+ a compact summary of available options.
+ 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 NOT-AVAILABLE
+ using "tr [a-z] [A-Z]" to uppercase
+ checking for system header files
+ adding selected modules
+ using builtin 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 -DLINUX=22 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEED
ED `./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!
이렇게 나오네요...
Configure 뒤에 어떤 옵션 주어도 마찬가지네요.
/usr/bin/ld
위의 메시지를 보면 /usr/bin/ld를 찾을수 없다고 하는데요
그래서 crt1.o라는 라이브러리를 찾을수 없는거 같네요
@_@
아직 멀었다.. 난 여전히 시작점
저도 잘은 모르지만...
저도 잘은 모르지만...
/usr/bin/ld가 없다는 게 아니고 crt1.o이라는 라이브러리가 없다는 메시지이고요...
검색해보니까 crt1.o가 glibc 설치하면 있네요.
/usr/lib/crt1.o
What a wonderful world!
댓글 달기