apache 설치시 에러문의

mirrorman의 이미지

안녕하세요.
현재 아파치 버젼은 httpd-2.0.59 입니다.

./configure 은 정상완료 되었고

make 는 permission denied 가 몇개 나길래 해당 스크립트 권한을 줘서 통과했습니다.

make install 을 실행할 때도 마찬가지로 permission denied 나는 스크립트들에 권한을 주어서 하나하나 넘어가고 있었는데 에러가 발생했습니다.
이 에러는 원인이 나오지 않아 도무지 알수가 없는데 혹시 무슨이유인지요?

그리고, make install하기 전 권한을 준 스크립트 파일들이 에러가 발생한 후 보면
권한이 원래데로 백업된것이 있던데, 혹시 루트계정으로 설치를 해야하는지요?

아래 빌드과정 로그를 첨부합니다.

Making install in srclib
Making install in apr
Making all in strings
Making all in passwd
Making all in tables
Making all in file_io/unix
Making all in network_io/unix
Making all in threadproc/unix
Making all in misc/unix
Making all in locks/unix
Making all in time/unix
Making all in mmap/unix
Making all in shmem/unix
Making all in user/unix
Making all in memory/unix
Making all in atomic/unix
Making all in poll/unix
Making all in support/unix
Making all in dso/unix
if [ ! -d /jboss/httpd-2.0.59/include ]; then \
/jboss/httpd-2.0.59/srclib/apr/build/mkdir.sh /jboss/httpd-2.0.59/include; \
fi;
cp -p /jboss/httpd-2.0.59/srclib/apr/include/*.h /jboss/httpd-2.0.59/include;
if test -n "/jboss/httpd-2.0.59/srclib/apr"; then \
cp -p /jboss/httpd-2.0.59/srclib/apr/include/*.h /jboss/httpd-2.0.59/include; \
fi;
if [ ! -d /jboss/httpd-2.0.59/lib ]; then \
/jboss/httpd-2.0.59/srclib/apr/build/mkdir.sh /jboss/httpd-2.0.59/lib; \
fi;
/bin/sh /jboss/httpd-2.0.59/srclib/apr/libtool --mode=install cp libapr-0.la /jboss/httpd-2.0.59/lib
cp .libs/libapr-0.so.9.12 /jboss/httpd-2.0.59/lib/libapr-0.so.9.12
(cd /jboss/httpd-2.0.59/lib & })
(cd /jboss/httpd-2.0.59/lib & })
chmod 555 /jboss/httpd-2.0.59/lib/libapr-0.so.9.12
cp .libs/libapr-0.lai /jboss/httpd-2.0.59/lib/libapr-0.la
cp .libs/libapr-0.a /jboss/httpd-2.0.59/lib/libapr-0.a
ranlib /jboss/httpd-2.0.59/lib/libapr-0.a
chmod 644 /jboss/httpd-2.0.59/lib/libapr-0.a

Libraries have been installed in:
/jboss/httpd-2.0.59/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- use the `-LLIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.

/bin/sh /jboss/httpd-2.0.59/srclib/apr/libtool --mode=install cp apr.exp /jboss/httpd-2.0.59/lib
cp apr.exp /jboss/httpd-2.0.59/lib/apr.exp
if [ ! -d /jboss/httpd-2.0.59/build ]; then \
/jboss/httpd-2.0.59/srclib/apr/build/mkdir.sh /jboss/httpd-2.0.59/build; \
fi;
if [ -f libtool ]; then \
/bin/sh /jboss/httpd-2.0.59/srclib/apr/libtool --mode=install cp libtool /jboss/httpd-2.0.59/build; \
fi;
cp libtool /jboss/httpd-2.0.59/build/libtool
if [ -f shlibtool ]; then \
/bin/sh /jboss/httpd-2.0.59/srclib/apr/libtool --mode=install cp shlibtool /jboss/httpd-2.0.59/build; \
fi;
for f in mkdir.sh make_exports.awk make_var_export.awk; do \
cp /jboss/httpd-2.0.59/srclib/apr/build/${f} /jboss/httpd-2.0.59/build; \
done
cp build/apr_rules.out /jboss/httpd-2.0.59/build/apr_rules.mk
if [ ! -d /jboss/httpd-2.0.59/bin ]; then \
/jboss/httpd-2.0.59/srclib/apr/build/mkdir.sh /jboss/httpd-2.0.59/bin; \
fi;
/bin/sh /jboss/httpd-2.0.59/srclib/apr/libtool --mode=install cp apr-config.out /jboss/httpd-2.0.59/bin/apr-config
cp apr-config.out /jboss/httpd-2.0.59/bin/apr-config
chmod 755 /jboss/httpd-2.0.59/bin/apr-config
Making install in apr-util
Making all in buckets
Making all in crypto
Making all in dbm
Making all in sdbm
Making all in .
Making all in encoding
Making all in hooks
Making all in ldap
Making all in uri
Making all in xml
Making all in expat
Making all in misc
Making all in strmatch
Making all in xlate
if [ ! -d /jboss/httpd-2.0.59/include ]; then \
/jboss/httpd-2.0.59/srclib/apr/build/mkdir.sh /jboss/httpd-2.0.59/include; \
fi;
cp -p /jboss/httpd-2.0.59/srclib/apr-util/include/*.h /jboss/httpd-2.0.59/include
if [ -n "/jboss/httpd-2.0.59/srclib/apr-util" ]; then \
cp -p /jboss/httpd-2.0.59/srclib/apr-util/include/*.h /jboss/httpd-2.0.59/include; \
fi;
if [ ! -d /jboss/httpd-2.0.59/lib ]; then \
/jboss/httpd-2.0.59/srclib/apr/build/mkdir.sh /jboss/httpd-2.0.59/lib; \
fi;
list='xml/expat'; for i in $list; do \
( cd $i ; make DESTDIR= install ); \
done
/bin/sh /jboss/httpd-2.0.59/srclib/apr-util/xml/expat/conftools/mkinstalldirs /jboss/httpd-2.0.59/lib /jboss/httpd-2.0.59/include
/bin/sh ../libtool --mode=install ../conftools/install-sh -c libexpat.la /jboss/httpd-2.0.59/lib/libexpat.la
../conftools/install-sh -c .libs/libexpat.so.1.0 /jboss/httpd-2.0.59/lib/libexpat.so.1.0
(cd /jboss/httpd-2.0.59/lib & })
(cd /jboss/httpd-2.0.59/lib & })
chmod 555 /jboss/httpd-2.0.59/lib/libexpat.so.1.0
../conftools/install-sh -c .libs/libexpat.lai /jboss/httpd-2.0.59/lib/libexpat.la
../conftools/install-sh -c .libs/libexpat.a /jboss/httpd-2.0.59/lib/libexpat.a
ranlib /jboss/httpd-2.0.59/lib/libexpat.a
chmod 644 /jboss/httpd-2.0.59/lib/libexpat.a

Libraries have been installed in:
/jboss/httpd-2.0.59/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- use the `-LLIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.

../conftools/install-sh -c -m 644 expat.h /jboss/httpd-2.0.59/include
/bin/sh /jboss/httpd-2.0.59/srclib/apr/libtool --mode=install cp libaprutil-0.la /jboss/httpd-2.0.59/lib
cp .libs/libaprutil-0.so.9.12 /jboss/httpd-2.0.59/lib/libaprutil-0.so.9.12
(cd /jboss/httpd-2.0.59/lib & })
(cd /jboss/httpd-2.0.59/lib & })
chmod 555 /jboss/httpd-2.0.59/lib/libaprutil-0.so.9.12
cp .libs/libaprutil-0.lai /jboss/httpd-2.0.59/lib/libaprutil-0.la
cp .libs/libaprutil-0.a /jboss/httpd-2.0.59/lib/libaprutil-0.a
ranlib /jboss/httpd-2.0.59/lib/libaprutil-0.a
chmod 644 /jboss/httpd-2.0.59/lib/libaprutil-0.a

Libraries have been installed in:
/jboss/httpd-2.0.59/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- use the `-LLIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.

/bin/sh /jboss/httpd-2.0.59/srclib/apr/libtool --mode=install cp aprutil.exp /jboss/httpd-2.0.59/lib
cp aprutil.exp /jboss/httpd-2.0.59/lib/aprutil.exp
if [ ! -d /jboss/httpd-2.0.59/bin ]; then \
/jboss/httpd-2.0.59/srclib/apr/build/mkdir.sh /jboss/httpd-2.0.59/bin; \
fi;
/bin/sh /jboss/httpd-2.0.59/srclib/apr/libtool --mode=install cp apu-config.out /jboss/httpd-2.0.59/bin/apu-config
cp apu-config.out /jboss/httpd-2.0.59/bin/apu-config
chmod 755 /jboss/httpd-2.0.59/bin/apu-config
Making install in pcre
/jboss/httpd-2.0.59/srclib/apr/libtool --silent --mode=link cc -g -Ae +Z -mt -DHPUX11 -D_REENTRANT -D_XOPEN_SOURCE_EXTENDED -I/jboss/httpd-2.0.59/srclib/apr/include -I/jboss/httpd-2.0.5
Making install in os
Making install in unix
Making install in server
Making install in mpm
Making install in prefork
Making install in modules
Making install in aaa
Making install in filters
Making install in loggers
Making install in metadata
Making install in http
Making install in generators
Making install in mappers
Making install in support
Installing configuration files
[PRESERVING EXISTING HTDOCS SUBDIR: /jboss/httpd-2.0.59/htdocs]
[PRESERVING EXISTING ERROR SUBDIR: /jboss/httpd-2.0.59/error]
[PRESERVING EXISTING ICONS SUBDIR: /jboss/httpd-2.0.59/icons]
[PRESERVING EXISTING CGI SUBDIR: /jboss/httpd-2.0.59/cgi-bin]
Installing header files
cp: include/ap_compat.h and /jboss/httpd-2.0.59/include/ap_compat.h are identical
cp: include/ap_config.h and /jboss/httpd-2.0.59/include/ap_config.h are identical
cp: include/ap_config_auto.h and /jboss/httpd-2.0.59/include/ap_config_auto.h are identical
cp: include/ap_config_layout.h and /jboss/httpd-2.0.59/include/ap_config_layout.h are identical
cp: include/ap_listen.h and /jboss/httpd-2.0.59/include/ap_listen.h are identical
cp: include/ap_mmn.h and /jboss/httpd-2.0.59/include/ap_mmn.h are identical
cp: include/ap_mpm.h and /jboss/httpd-2.0.59/include/ap_mpm.h are identical
cp: include/ap_provider.h and /jboss/httpd-2.0.59/include/ap_provider.h are identical
cp: include/ap_regkey.h and /jboss/httpd-2.0.59/include/ap_regkey.h are identical
cp: include/ap_release.h and /jboss/httpd-2.0.59/include/ap_release.h are identical
cp: include/apr.h and /jboss/httpd-2.0.59/include/apr.h are identical
cp: include/apr_allocator.h and /jboss/httpd-2.0.59/include/apr_allocator.h are identical
cp: include/apr_anylock.h and /jboss/httpd-2.0.59/include/apr_anylock.h are identical
cp: include/apr_atomic.h and /jboss/httpd-2.0.59/include/apr_atomic.h are identical
cp: include/apr_base64.h and /jboss/httpd-2.0.59/include/apr_base64.h are identical
cp: include/apr_buckets.h and /jboss/httpd-2.0.59/include/apr_buckets.h are identical
cp: include/apr_compat.h and /jboss/httpd-2.0.59/include/apr_compat.h are identical
cp: include/apr_date.h and /jboss/httpd-2.0.59/include/apr_date.h are identical
cp: include/apr_dbm.h and /jboss/httpd-2.0.59/include/apr_dbm.h are identical
cp: include/apr_dso.h and /jboss/httpd-2.0.59/include/apr_dso.h are identical
cp: include/apr_env.h and /jboss/httpd-2.0.59/include/apr_env.h are iden/inclu
cp: include/apr_errno.h and /jboss/httpd-2.0.59/include/apr_errno.h are identical
cp: include/apr_file_info.h and /jboss/httpd-2.0.59/include/apr_file_info.h are identical
cp: include/apr_file_io.h and /jboss/httpd-2.0.59/include/apr_file_io.h are identical
cp: include/apr_fnmatch.h and /jboss/httpd-2.0.59/include/apr_fnmatch.h are identical
cp: include/apr_general.h and /jboss/httpd-2.0.59/include/apr_general.h are identical
cp: include/apr_getopt.h and /jboss/httpd-2.0.59/include/apr_getopt.h are identical
cp: include/apr_global_mutex.h and /jboss/httpd-2.0.59/include/apr_global_mutex.h are identical
cp: include/apr_hash.h and /jboss/httpd-2.0.59/include/apr_hash.h are identical
cp: include/apr_hooks.h and /jboss/httpd-2.0.59/include/apr_hooks.h are identical
cp: include/apr_inherit.h and /jboss/httpd-2.0.59/include/apr_inherit.h are identical
cp: include/apr_ldap.h and /jboss/httpd-2.0.59/include/apr_ldap.h are identical
cp: include/apr_ldap_url.h and /jboss/httpd-2.0.59/include/apr_ldap_url.h are identical
cp: include/apr_lib.h and /jboss/httpd-2.0.59/include/apr_lib.h are identical
cp: include/apr_md4.h and /jboss/httpd-2.0.59/include/apr_md4.h are identical
cp: include/apr_md5.h and /jboss/httpd-2.0.59/include/apr_md5.h are identical
cp: include/apr_mmap.h and /jboss/httpd-2.0.59/include/apr_mmap.h are identical
cp: include/apr_network_io.h and /jboss/httpd-2.0.59/include/apr_network_io.h are identical
cp: include/apr_optional.h and /jboss/httpd-2.0.59/include/apr_optional.h are identical
cp: include/apr_optional_hooks.h and /jboss/httpd-2.0.59/include/apr_optional_hooks.h are identical
cp: include/apr_poll.h and /jboss/httpd-2.0.59/include/apr_poll.h are identical
cp: include/apr_pools.h and /jboss/httpd-2.0.59/include/apr_pools.h are identical
cp: include/apr_portable.h and /jboss/httpd-2.0.59/include/apr_portable.h are identical
cp: include/apr_proc_mutex.h and /jboss/httpd-2.0.59/include/apr_proc_mutex.h are identical
cp: include/apr_queue.h and /jboss/httpd-2.0.59/include/apr_queue.h are identical
cp: include/apr_reslist.h and /jboss/httpd-2.0.59/include/apr_reslist.h are identical
cp: include/apr_ring.h and /jboss/httpd-2.0.59/include/apr_ring.h are identical
cp: include/apr_rmm.h and /jboss/httpd-2.0.59/include/apr_rmm.h are identical
cp: include/apr_sdbm.h and /jboss/httpd-2.0.59/include/apr_sdbm.h are identical
cp: include/apr_sha1.h and /jboss/httpd-2.0.59/include/apr_sha1.h are identical
cp: include/apr_shm.h and /jboss/httpd-2.0.59/include/apr_shm.h are identical
cp: include/apr_signal.h and /jboss/httpd-2.0.59/include/apr_signal.h are identical
cp: include/apr_strings.h and /jboss/httpd-2.0.59/include/apr_strings.h are identical
cp: include/apr_strmatch.h and /jboss/httpd-2.0.59/include/apr_strmatch.h are identical
cp: include/apr_support.h and /jboss/httpd-2.0.59/include/apr_support.h are identical
cp: include/apr_tables.h and /jboss/httpd-2.0.59/include/apr_tables.h are identical
cp: include/apr_thread_cond.h and /jboss/httpd-2.0.59/include/apr_thread_cond.h are identical
cp: include/apr_thread_mutex.h and /jboss/httpd-2.0.59/include/apr_thread_mutex.h are identical
cp: include/apr_thread_proc.h and /jboss/httpd-2.0.59/include/apr_thread_proc.h are identical
cp: include/apr_thread_rwlock.h and /jboss/httpd-2.0.59/include/apr_thread_rwlock.h are identical
cp: include/apr_time.h and /jboss/httpd-2.0.59/include/apr_time.h are identical
cp: include/apr_uri.h and /jboss/httpd-2.0.59/include/apr_uri.h are identical
cp: include/apr_user.h and /jboss/httpd-2.0.59/include/apr_user.h are identical
cp: include/apr_uuid.h and /jboss/httpd-2.0.59/include/apr_uuid.h are identical
cp: include/apr_version.h and /jboss/httpd-2.0.59/include/apr_version.h are identical
cp: include/apr_want.h and /jboss/httpd-2.0.59/include/apr_want.h are identical
cp: include/apr_xlate.h and /jboss/httpd-2.0.59/include/apr_xlate.h are identical
cp: include/apr_xml.h and /jboss/httpd-2.0.59/include/apr_xml.h are identical
cp: include/apu.h and /jboss/httpd-2.0.59/include/apu.h are identical
cp: include/apu_compat.h and /jboss/httpd-2.0.59/include/apu_compat.h are identical
cp: include/apu_version.h and /jboss/httpd-2.0.59/include/apu_version.h are identical
cp: include/apu_want.h and /jboss/httpd-2.0.59/include/apu_want.h are identical
cp: include/expat.h and /jboss/httpd-2.0.59/include/expat.h are identical
cp: include/http_config.h and /jboss/httpd-2.0.59/include/http_config.h are identical
cp: include/http_connection.h and /jboss/httpd-2.0.59/include/http_connection.h are identical
cp: include/http_core.h and /jboss/httpd-2.0.59/include/http_core.h are identical
cp: include/http_log.h and /jboss/httpd-2.0.59/include/http_log.h are identical
cp: include/http_main.h and /jboss/httpd-2.0.59/include/http_main.h are identical
cp: include/http_protocol.h and /jboss/httpd-2.0.59/include/http_protocol.h are identical
cp: include/http_request.h and /jboss/httpd-2.0.59/include/http_request.h are identical
cp: include/http_vhost.h and /jboss/httpd-2.0.59/include/http_vhost.h are identical
cp: include/httpd.h and /jboss/httpd-2.0.59/include/httpd.h are identical
cp: include/mpm_common.h and /jboss/httpd-2.0.59/include/mpm_common.h are identical
cp: include/pcreposix.h and /jboss/httpd-2.0.59/include/pcreposix.h are identical
cp: include/rfc1413.h and /jboss/httpd-2.0.59/include/rfc1413.h are identical
cp: include/scoreboard.h and /jboss/httpd-2.0.59/include/scoreboard.h are identical
cp: include/util_cfgtree.h and /jboss/httpd-2.0.59/include/util_cfgtree.h are identical
cp: include/util_charset.h and /jboss/httpd-2.0.59/include/util_charset.h are identical
cp: include/util_ebcdic.h and /jboss/httpd-2.0.59/include/util_ebcdic.h are identical
cp: include/util_filter.h and /jboss/httpd-2.0.59/include/util_filter.h are identical
cp: include/util_ldap.h and /jboss/httpd-2.0.59/include/util_ldap.h are identical
cp: include/util_md5.h and /jboss/httpd-2.0.59/include/util_md5.h are identical
cp: include/util_script.h and /jboss/httpd-2.0.59/include/util_script.h are identical
cp: include/util_time.h and /jboss/httpd-2.0.59/include/util_time.h are identical
cp: include/util_xml.h and /jboss/httpd-2.0.59/include/util_xml.h are identical
*** Error exit code 1

Stop.
*** Error exit code 1

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.