요청하셨던 make 직전부터 해서 다시 올려드려요.
이렇게 putty에서 적었습니다. 그런데.. make직전부터 다 적어드려요.
[****@**** ~]# cd mailparse-2.1.1/ <<<<<<<<<<명령어실행
[****@**** mailparse-2.1.1]# phpize <<<<<<<<<<명령어실행
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20050922
Zend Extension Api No: ***-****-****
[****@**** mailparse-2.1.1]# ./configure <<<<<<<<<<명령어실행
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether gcc and cc understand -c and -o together... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking target system type... i686-redhat-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext
checking for PHP extension directory... /usr/lib/php/modules
checking for PHP installed headers prefix... /usr/include/php
checking for re2c... no
configure: WARNING: You will need re2c 0.9.11 or later if you want to regenerate PHP parsers.
checking for gawk... gawk
checking whether to enable mailparse support... yes, shared
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.status
config.status: creating config.h
[****@**** mailparse-2.1.1]# make <<<<<<<<<<명령어실행
/bin/sh /root/mailparse-2.1.1/libtool --mode=compile gcc -I. -I/root/mailparse-2.1.1 -DPHP_ATOM_INC -I/root/mailparse-2.1.1/include -I/root/mailparse-2.1.1/main -I/root/mailparse-2.1.1 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -DHAVE_CONFIG_H -g -O2 -c /root/mailparse-2.1.1/mailparse.c -o mailparse.lo
mkdir .libs
gcc -I. -I/root/mailparse-2.1.1 -DPHP_ATOM_INC -I/root/mailparse-2.1.1/include -I/root/mailparse-2.1.1/main -I/root/mailparse-2.1.1 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -DHAVE_CONFIG_H -g -O2 -c /root/mailparse-2.1.1/mailparse.c -fPIC -DPIC -o .libs/mailparse.o
In file included from /root/mailparse-2.1.1/mailparse.c:27:
/root/mailparse-2.1.1/php_mailparse.h:86:49: error: ext/mbstring/libmbfl/mbfl/mbfilter.h: No such file or directory
In file included from /root/mailparse-2.1.1/php_mailparse.h:95,
from /root/mailparse-2.1.1/mailparse.c:27:
/root/mailparse-2.1.1/php_mailparse_mime.h:68: error: expected specifier-qualifier-list before 'mbfl_convert_filter'
/root/mailparse-2.1.1/mailparse.c: In function 'zif_mailparse_determine_best_xfer_encoding':
/root/mailparse-2.1.1/mailparse.c:881: error: variable 'bestenc' has initializer but incomplete type
/root/mailparse-2.1.1/mailparse.c:881: error: 'mbfl_no_encoding_7bit' undeclared (first use in this function)
/root/mailparse-2.1.1/mailparse.c:881: error: (Each undeclared identifier is reported only once
/root/mailparse-2.1.1/mailparse.c:881: error: for each function it appears in.)
/root/mailparse-2.1.1/mailparse.c:881: error: storage size of 'bestenc' isn't known
/root/mailparse-2.1.1/mailparse.c:897: error: 'mbfl_no_encoding_8bit' undeclared (first use in this function)
/root/mailparse-2.1.1/mailparse.c:899: error: 'mbfl_no_encoding_base64' undeclared (first use in this function)
/root/mailparse-2.1.1/mailparse.c:909: error: 'mbfl_no_encoding_qprint' undeclared (first use in this function)
/root/mailparse-2.1.1/mailparse.c: In function 'zif_mailparse_stream_encode':
/root/mailparse-2.1.1/mailparse.c:947: error: storage size of 'enc' isn't known
/root/mailparse-2.1.1/mailparse.c:948: error: 'mbfl_convert_filter' undeclared (first use in this function)
/root/mailparse-2.1.1/mailparse.c:948: error: 'conv' undeclared (first use in this function)
/root/mailparse-2.1.1/mailparse.c:966: error: 'mbfl_no_encoding_invalid' undeclared (first use in this function)
/root/mailparse-2.1.1/mailparse.c:977: error: 'mbfl_no_encoding_8bit' undeclared (first use in this function)
/root/mailparse-2.1.1/mailparse.c:985: error: 'mbfl_no_encoding_qprint' undeclared (first use in this function)
make: *** [mailparse.lo] 오류1
이렇게 전부 입니다. 어떻게 해야되죠?? 설치 하고싶어요.ㅠㅠ
혹시라도 설치대행 유료비용 내고 대행이 안될까요?
이전 글 | 웹하드 다운로드 컨트롤 다운로드 문제 1 | 궁*이 | 2012.09.04 |
---|---|---|---|
다음 글 | 크롬에서 메세지 삭제 시 오류 페이지가 뜨는 현상 2 | D****어 | 2012.08.30 |