RS/6000/AIX °ü·Ã °Ô½ÃÆÇ

2004/02/13(19:42) from 221.154.90.117
ÀÛ¼ºÀÚ : ÆÄõ (yoonbari@yhaoo.co.kr) Á¶È¸¼ö : 2899 , ÁÙ¼ö : 109
AIX4.3.3¿¡¼­ apache ¼³Ä¡Áß ¿¡·¯
¾È³çÇϼ¼¿ä.  Áرâ´ÔÀÇ ¾ÆÆÄÄ¡ ¼³Ä¡ ¹®¼­¸¦ Âü°í ÇÏ¿© apache¸¦ ¼³Ä¡¸¦ ½ÃµµÇß½À´Ï´Ù.

¸ÕÀú °¨»çµå¸³´Ï´Ù.

ÀúÀÇ ¿¡·¯³ª´Â °úÁ¤À» Àû¾ú½À´Ï´Ù. »ìÆìºÁ ÁֽʽÿÀ.

¼³Ä¡ ȯ°æÀÔ´Ï´Ù.

OS : AIX 4.3.3

¼³Ä¡ ÇÁ·Î±×·¥ ´Ù¿î·Îµå
(http://aixpdslib.seas.ucla.edu/  ¿¡¼­ 4.3.3 ¹öÀüµé·Î ¹Þ¾Ò½À´Ï´Ù.
gcc.3.3.2.tar.Z
make.3.80.tar.Z
gzip.1.2.4a.tar.Z
apache_1.3.29.tar.gz

¿ì¼±
gcc.3.3.2. tar ¼³Ä¡

/usr/src µð·ºÅ丮¸¦ ¸¸µé°í °Å±â¿¡ ´Ù¿î·ÎµåÇÑ ¼Ò½º¸¦ ¾÷·Îµå Çß½À´Ï´Ù.

# uncompress gcc.3.3.2.tar.Z
# tar -xvf gcc.3.3.2.tar
# cp -r usr/ /

±×¸®°í make, gzip µµ À§¿Í °°Àº °úÁ¤À¸·Î ¼³Ä¡Çß½À´Ï¤¿¤§.

.profile ¿¡ /usr/local/bin Æнº Ãß°¡
# echo $PATH
/usr/local/bin:/USR/BIN:/etc:/usr/sbin:/usr/ucb://bin:/usr/bin/X11:/sbin:.

¾ÆÆÄÄ¡ ¼³Ä¡
# gzip -dc apache_1.3.29.tar.gz | tar xvf -
# mv apache.1.3.29 /usr/local/apache
# cd /usr/local/apache
# ./configure  

½ÇÇà ½ÇÇà °á°ú.
Configuring for Apache, Version 1.3.29
+ using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
+ configured for AIX 4.3 platform
+ setting C compiler to gcc
+ setting C pre-processor to gcc -E
+ 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  -DAIX=433 -U__STR__ -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci`   -lm -lpthread
-o helpers/dummy helpers/dummy.c
gcc: installation problem, cannot exec `as': No such file or directory
make: *** [dummy] Error 1
============= End of Error Report =============

À§¿Í °°Àº ¿¡·¯°¡ ¹ß»ýÇß½À´Ï´Ù.
±×·¡¼­ gcc¿¡ ¹®Á¦°¡ ÀÖ´Â°Í °°¾Æ. gcc¸¦ gcc.2.95.2¸¦ ¹Þ¾Æ¼­ ´Ù½Ã ¼³Ä¡ Çß½À´Ï´Ù.

# gcc -v
Reading specs from /usr/local/lib/gcc-lib/rs6000-ibm-aix4.2.1.0/2.95.2/specs
gcc version 2.95.2 19991024 (release)

±× ´ÙÀ½ ±âÁ¸ ¾ÆÆÄÄ¡¸¦ Á¦°ÅÇÏ°í ´Ù½Ã ¾ÐÃàÀ» Ç®¾î
./configure ¸¦ ½ÇÇàÇß½À´Ï´Ù.

½ÇÇà°á°ú È­¸é
# ./configure
Configuring for Apache, Version 1.3.29
+ 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 AIX 4.3 platform
+ setting C compiler to gcc
+ setting C pre-processor to gcc -E
+ 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 ========
./helpers/TestCompile[260]: make:  not found
============= End of Error Report =============

¿©±â±îÁö ³ª¿Ô´Âµ¥.
óÀ½ AIX¸¦ ´ëÇϴ°ŷ¡¼­. -_-;; ¸¹ÀÌ ºÎÁ·ÇÕ´Ï´Ù.
Á¦°¡ Á¦´ë·Î ÇÏ°í Àִ°ÇÁöµµ ÀǽÉÀûÀÎ ºÎºÐÀÌ ¸¹°í¿ä.
±×·³ ´äº¯ ±â´Ù¸®°Ú½À´Ï´Ù.

Modify Delete Post Reply Backward Forward List
Powered by Kang Jul Ki