[질문]아파치 configure 에러 2 - 부탁합니다.

익명 사용자의 이미지

안녕하세요..
아까전의 아파치 configure 실행시 에러건은..
아래처럼 답변 주셨습니다.

=======================================================
시스템 타입이 뭔지를 모르겠다는 군엽.
specify라는 단어는 지정하라는 뜻이 아니라,
구별해낸다는 뜻이 담겨 있답니당.....하흐
그러니까, uname -a해보시용...
시스템이 i386인지, hp-ux인지, ppc인지,
configure가 모르겠다는 얘기네용....흐하
그리고, 정 안되면, 딴 걸로 다운 받아서 설치하시든쥐...
이름 ㅎㄷㅎ3ㅈ
========================================================
ㅎㄷㅎ3ㅈ 님께 먼저 감사하다는 말을 전하고 싶습니다.
감사합니다.

그래서, 2.0a9 버젼을 1.3.23으로 다시 받아서 압축풀고
# ./configure --prefix=/usr/local/apache 실행했는데..
잘 되는가 싶더니만 또 에러발생했습니다.

역시 초보 ^,.^;

Configuring for Apache, Version
1.3.23
+ using installation path layout Apache
(config.layout)
Creating
Makefile

Creating Configuration.apaci in
src
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
Creating Makefile in
src
+ configured for Linux
platform
+ setting C compiler to
gcc
+ setting C pre-processor to NOT-
AVAILABLE
+ 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 ========
============= End of Error Report =============

Aborting!

무슨 파일이 없다는 건지 모르겠습니다. ㅜ.ㅜ
make install 하는 그 날 까지 부탁드립니다.

그럼, 식사 맛있게 하십시요..

익명 사용자의 이미지

에러 메시지를 보면 crt1.o이라는 중요한 파일이 없다는 뜻입니다.
혹시 개발패키지를 설치하지 않으신건 아닌지요?
즉, gcc가 설치되어있지 않으면 나올 수 있는 메시지 입니다.
에러의 정확한 뜻은 loader(ld)가 라이브러리를 찾지 못했을 때
발생하는 메시지 입니다.
crt1.o, crt0.o는 프로그램의 시작부분에 해당하는 부분으로 이것이
없다는 것은 개발 패키지가 설치되어있지 않다는 소리이죠.
만일 개발 패키지를 설치했는데도 이러한 메시지가 나온다면 설치한
패키지의 설정(/etc/ldconfig)이 잘못되어있을 수도 있습니다.

시스템의 사양이나 설치된 배포본같은 기본적인 질문양식이 없으니
무엇을 어떻게 하라고 가르쳐드리기가 힘들군요. --;

익명 사용자의 이미지

고맙습니다..
참 많은 도움 됐습니다.
저는 터버리눅스 배포본이 있어서 짬 내서 쓰고 있는데..
참고로 팬티엄3-800 를 쓰고 있구여..

말씀하셨던 crt1.o 파일을 찾아 봤는데 없더라구여...
다른 곳에서 알아본 바로는 그 쪽에서는 쉽게 찾아 볼수 있었습니다.

rpm -qf /usr/lib/crt1.o 로 파일 관련 정보를 보니깐..
glibc-devel-2.1.3-32 에서 깔려 나온걸 확인했습니다.

위 패키지가 개발쪽에서 쓰는걸로 확인 됐습니다.
기본적인 stdio.h 의 헤더파일등도 포함되어 있더군여..

고맙구여.. 다시 질문 올려야 될거 같습니다.
위 패키지가 설치가 안됩니다. ㅠ.ㅠ
설치 CD에는 rpm으로 있는데..

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.