php 컴파일시 make check에서 오류난것 좀 확인 부탁드려요.
심심하면 질문만 올리신다고 생각하실지 모르겠네요.
제가 프로그래밍이나 리눅스에 대해서 아는것이 너무 없다보니 이렇게 자꾸 올리게 되내요.
mysql, apache설치후 php설치하려고 make까지 하고 혹시나 하고 make test했더니 오류가 나오내요.
make check에서도 오류문구가 나오고요.
아래 configure할때는 오류가 안보인걸로 기억하는데;;
PHP 5.2.8
# ./configure --prefix=/usr/local/php --with-mysql=/usr/local/mysql --with-apxs2=/usr/local/apache/bin/apxs --enable-ftp
# make
# make test 결과
=====================================================================
TIME END 2010-05-14 21:29:58
=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 55
Exts tested : 24
---------------------------------------------------------------------
Number of tests : 6673 4660
Tests borked : 1 ( 0.0%) --------
Tests skipped : 2012 ( 30.2%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 7 ( 0.1%) ( 0.2%)
Expected fail : 4 ( 0.1%) ( 0.1%)
Tests passed : 4649 ( 69.7%) ( 99.8%)
---------------------------------------------------------------------
Time taken : 148 seconds
=====================================================================
=====================================================================
BORKED TEST SUMMARY
---------------------------------------------------------------------
duplicated INI section [/usr/local/src/php-5.2.8/ext/json/tests/bug41567.phpt]
=====================================================================
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #45392 (ob_start()/ob_end_clean() and memory_limit) [tests/lang/bug45392.phpt]
Bug #16069 (ICONV transliteration failure) [ext/iconv/tests/bug16069.phpt]
iconv stream filter [ext/iconv/tests/iconv_stream_filter.phpt]
Test session_decode() function : variation [ext/session/tests/session_decode_variation3.phpt]
Test session_encode() function : variation [ext/session/tests/session_encode_variation8.phpt]
Test tempnam() function: usage variations - permissions(0000 to 0777) of dir [ext/standard/tests/file/tempnam_variation4.phpt]
Test gethostbynamel() function : error conditions [ext/standard/tests/network/gethostbynamel_error.phpt]
=====================================================================
=====================================================================
EXPECTED FAILED TEST SUMMARY
---------------------------------------------------------------------
SPL: ArrayObject::__construct basic usage with ArrayObject::ARRAY_AS_PROPS. [ext/spl/tests/arrayObject___construct_basic4.phpt]
SPL: ArrayObject::__construct basic usage with ArrayObject::STD_PROP_LIST|ArrayObject::ARRAY_AS_PROPS. [ext/spl/tests/arrayObject___construct_basic5.phpt]
SPL: ArrayObject::exchangeArray() basic usage with object as underlying data store. [ext/spl/tests/arrayObject_exchangeArray_basic3.phpt]
SPL: ArrayObject::setFlags basic usage with ArrayObject::ARRAY_AS_PROPS. [ext/spl/tests/arrayObject_setFlags_basic1.phpt]
=====================================================================
You may have found a problem in PHP.
We would like to send this report automatically to the
PHP QA team, to give us a better understanding of how
the test cases are doing. If you don't want to send it
immediately, you can choose "s" to save the report to
a file that you can send us later.
Do you want to send this report now? [Yns]: Y
Please enter your email address.
(Your address will be mangled so that it will not go out on any
mailinglist in plain text):
sh: autoconf: command not found
Posting to qa.php.net /buildtest-process.php
Thank you for helping to make PHP better.
# make check
make: *** No rule to make target `check'. Stop.
확인 좀 부탁드리겠습니다.
댓글 달기