리눅스에서 rcs-5.7을 설치하는데 오류가 납니다.

starhb의 이미지

제가 리눅스에다가 rcs-5.7를 설치할려고 합니다.
근데 프로그램설치할때
#./configure
#make
#make install
이 순서대로 설치 하면 된다고 하는데 ./configure까지는 되는거 같은데 make를 실행하면 다음과 같이 화면이 나옵니다.

[root@ rcs-5.7]# ./configure
loading cache ./config.cache
checking diff basename... (cached) diff
checking for diff... (cached) /usr/bin/diff
checking diff success status... (cached) 0
checking diff failure status... (cached) 1
checking diff trouble status... (cached) 2
checking diff options for RCS... (cached) -an
checking diff -L... (cached) yes
checking diff3 -m... (cached) yes
checking for diff3... (cached) /usr/bin/diff3
checking for ed... (cached) /bin/ed
checking for sendmail... (cached) /usr/lib/sendmail
checking for pic... (cached) pic -n
checking for gcc... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
creating ./config.status
creating Makefile
creating man/Makefile
creating src/Makefile
[root@comwiz rcs-5.7]# make
cd man && make all
make[1]: 들어감 `/root/rcs-5.7/man' 디렉토리
make[1]: Nothing to be done for `all'.
make[1]: 나감 `/root/rcs-5.7/man' 디렉토리
cd src && make all
make[1]: 들어감 `/root/rcs-5.7/src' 디렉토리
rm -f a.*
ALL_CFLAGS=' -Dhas_conf_h -I. -I. -g -O' \
CC='gcc' \
COMPAT2='0' \
DIFF3='/usr/bin/diff3' DIFF3_BIN='1' \
DIFF='/usr/bin/diff' DIFFFLAGS='-an' DIFF_L='1' \
DIFF_SUCCESS='0' \
DIFF_FAILURE='1' \
DIFF_TROUBLE='2' \
ED='/bin/ed' \
LDFLAGS='' LIBS='' \
RCSPREFIX='/usr/local/bin/' \
SENDMAIL='"/usr/lib/sendmail"' \
/bin/sh -x ./conf.sh 3>&1 >a.h 2>conf.err
./conf.sh: testing permissions ...
./conf.sh: This command should not be run with superuser permissions.
make[1]: *** [conf.h] 오류 1
make[1]: 나감 `/root/rcs-5.7/src' 디렉토리
make: *** [all] 오류 2

무슨 오류 땜에 안되는 건가여?
설치 방법이 틀린건가여?
리눅스 고수님들 좀 도와주세여~ㅠ

익명 사용자의 이미지

This command should not be run with superuser permissions.

starhb의 이미지

그럼 설치를 하려면 어떻게 해야 하나여?^^;

익명 사용자의 이미지

root 계정은 make install 시에나 사용하시고,
configure 와 make 는 일반 유저 계정으로 쓰셔야 합니다.

일반 유저 계정이 있다면 su - <일반유저계정이름> 하시면
# 이 $ 으로 바뀔 겁니다.

될 수 있으면 cvs 나 subversion(svn)을 쓰심이..

prolinko의 이미지

특별한 이유가 없으면 소스로 컴파일하시기 보다 사용하시는 배포판이 무었인지 파악하셔서 해당배포판 패키지로 설치할 것을 권해 드립니다.

위의 메세지는 SU권한이 아닌 일반 유저의 권한으로만 실행하게 되어있나 봅니다.

일반적으로 소스 컴파일로 설치 할 경우, 일반 유저 계정으로 로그인 해서

./configure
make 

(필요하다면 make check, make test 등)
하신다음
루트 권한으로
make install
하십시오.
starhb의 이미지

답변 감사 합니다. ^^
일반 유저로 실행해서 설치 했습니다.

댓글 달기

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