| 이전 주제 보기 :: 다음 주제 보기 |
| 글쓴이 |
메시지 |
jinblue 카페 관리자
가입: 2003년 8월 7일 올린 글: 38
|
올려짐: 2004.1.05 월, 7:29 pm 주제: BSD ports 관련... |
|
|
운영자님 안녕하신지요 새해 인사도 못 했네 그려.. 복 마니미니 받으시게
저그 자네도 요새 내가 BSD가지고 놀고 있는지 알제...
그려서 이미 설치된 nmap을 업할라고..시도를 했는디..(현재 v3.0 이라서리)
BSD용 ?.tar.gz 파일 받아서 usr/ports/security 디렉토리에 놓고 풀고 ../nmap 폴더에서 make install clean 했는데 먼가 에러가 나는군....봐 줄란가..ports 관련 문서를 읽어 봤는디...개념은 잡히는데 익숙칠 않아선가..ㅜ.ㅜ
freebsd# cd nmap
freebsd#
freebsd# make install clean
===> Extracting for nmap-3.48_1
>> Checksum OK for nmap-3.48.tar.bz2.
===> Patching for nmap-3.48_1
===> Applying FreeBSD patches for nmap-3.48_1
1 out of 2 hunks failed--saving rejects to Makefile.in.rej
>> Patch patch-aa failed to apply cleanly.
>> Patch(es) patch-Makefile.in applied cleanly.
*** Error code 1 |
|
| 위로 |
|
 |
truefeel 카페 관리자
가입: 2003년 7월 24일 올린 글: 1277 위치: 대한민국
|
올려짐: 2004.1.05 월, 9:32 pm 주제: Re: BSD ports 관련... |
|
|
| jinblue 씀: | 운영자님 안녕하신지요 새해 인사도 못 했네 그려.. 복 마니미니 받으시게
저그 자네도 요새 내가 BSD가지고 놀고 있는지 알제...
그려서 이미 설치된 nmap을 업할라고..시도를 했는디..(현재 v3.0 이라서리)
BSD용 ?.tar.gz 파일 받아서 usr/ports/security 디렉토리에 놓고 풀고 ../nmap 폴더에서 make install clean 했는데 먼가 에러가 나는군....봐 줄란가..ports 관련 문서를 읽어 봤는디...개념은 잡히는데 익숙칠 않아선가..ㅜ.ㅜ
freebsd# cd nmap
freebsd#
freebsd# make install clean
===> Extracting for nmap-3.48_1
>> Checksum OK for nmap-3.48.tar.bz2.
===> Patching for nmap-3.48_1
===> Applying FreeBSD patches for nmap-3.48_1
1 out of 2 hunks failed--saving rejects to Makefile.in.rej
>> Patch patch-aa failed to apply cleanly.
>> Patch(es) patch-Makefile.in applied cleanly.
*** Error code 1 |
nmap.tar.gz을 어디에서 받아왔다는 것인지 모르겠지만
받아올려면 http://www.freebsd.org/cgi/cvsweb.cgi/ports/security/nmap/ 에서 받아와서 해보세요.
cvsup으로 포트시스템 업하셔도 되구요.
cvsup먼저 설치하고,
/usr/share/example/cvsup/ports-supfile 가져다가 좀 수정해서
cvsup 돌리면 알아서 /usr/ports/ 시스템이 업되니까요. |
|
| 위로 |
|
 |
jinblue 카페 관리자
가입: 2003년 8월 7일 올린 글: 38
|
올려짐: 2004.1.07 수, 6:32 pm 주제: 제가 답변까정..^^ |
|
|
질문 올렸던 하순데요..
저 문제로 삽질하다가 먼가 서로간에 충돌이 생기나 싶어 기존에 nmap 폴더를 날리고 다시 설치하니 문제 없이 잘 설치됩니다.
비록 패스땜시 또 헤맸지만...ㅡ.ㅡ
아마도 구버젼 nmap 파일과 먼가 충돌이 나는것 같네요 |
|
| 위로 |
|
 |
jinblue 카페 관리자
가입: 2003년 8월 7일 올린 글: 38
|
올려짐: 2004.1.12 월, 1:22 am 주제: cvsup 관련 |
|
|
cvsup을 돌려 볼려구 cvsup을 설치 했슴다. 다음과 같이 버젼 확인
freebsd# cvsup -v
CVSup client, GUI version
Copyright 1996-2003 John D. Polstra
Software version: SNAP_16_1g
Protocol version: 17.0
Operating system: FreeBSD4
http://www.cvsup.org/
Report problems to cvsup-bugs@polstra.com
CVSup is a registered trademark of John D. Polstra
다음 ports-supfile 을 /usr/src 로 옮겨서 다음과 같이 실행..
cvsup ports-supfile
결과는....
freebsd# cvsup ports-supfile
Release not specified for collection "ports-all"
음...supfile에 문제가 있는걸까요..ㅜ.ㅜ
참고로 제가 쬐금 수정한 ports-supfile을 보여 드릴게요..(거의 손 안댔슴다)
-----------------------------------------------------------------------------------
# IMPORTANT: Change the next line to use one of the CVSup mirror sites
# listed at http://www.freebsd.org/doc/handbook/mirrors.html.
*default host=CHANGE_THIS.FreeBSD.org
*default base=/usr
*default prefix=/usr
********default release=cvs tag=.
*default delete use-rel-suffix
# If your network link is a T1 or faster, comment out the following line.
*default compress
## Ports Collection.
#
# The easiest way to get the ports tree is to use the "ports-all"
# mega-collection. It includes all of the individual "ports-*"
# collections,
ports-all
# These are the individual collections that make up "ports-all". If you
# use these, be sure to comment out "ports-all" above.
#
# Be sure to ALWAYS cvsup the ports-base collection if you use any of the
# other individual collections below. ports-base is a mandatory collection
# for the ports collection, and your ports may not build correctly if it
# is not kept up to date.
#ports-base
#ports-archivers
#ports-astro
#ports-audio
#ports-benchmarks
#ports-biology
.
.
.
----------이하 생략--------------------------------------------- |
|
| 위로 |
|
 |
truefeel 카페 관리자
가입: 2003년 7월 24일 올린 글: 1277 위치: 대한민국
|
올려짐: 2004.1.12 월, 11:09 am 주제: Re: cvsup 관련 |
|
|
| jinblue 씀: |
...생략...
freebsd# cvsup ports-supfile
Release not specified for collection "ports-all"
음...supfile에 문제가 있는걸까요..ㅜ.ㅜ
참고로 제가 쬐금 수정한 ports-supfile을 보여 드릴게요..(거의 손 안댔슴다)
-----------------------------------------------------------------------------------
# IMPORTANT: Change the next line to use one of the CVSup mirror sites
# listed at http://www.freebsd.org/doc/handbook/mirrors.html.
*default host=CHANGE_THIS.FreeBSD.org
*default base=/usr
*default prefix=/usr
********default release=cvs tag=.
*default delete use-rel-suffix
# If your network link is a T1 or faster, comment out the following line.
*default compress
## Ports Collection.
#
# The easiest way to get the ports tree is to use the "ports-all"
# mega-collection. It includes all of the individual "ports-*"
# collections,
ports-all
----------이하 생략--------------------------------------------- |
위에서
*default host=CHANGE_THIS.FreeBSD.org 대신 CVSup 미러링 사이트를 지정하세요.
cvsup.kr.freebsd.org 이나 cvsup2.kr.freebsd.org ~ cvsup4.kr.freebsd.org 등
그리고 ********default release=cvs tag=. 이 아니고
| 인용: |
*default release=cvs tag=.
|
|
|
| 위로 |
|
 |
|