문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
wiki:os:hpux [2020/06/02 10:31] dhan |
wiki:os:hpux [2023/01/13 18:44] (현재) |
||
---|---|---|---|
줄 19: | 줄 19: | ||
</ | </ | ||
\\ | \\ | ||
- | |||
===== 라이브러리 설치 ===== | ===== 라이브러리 설치 ===== | ||
+ | 일반적으로 설치는 / | ||
+ | 따라서 기본 환경 변수에 없으면 추가해야 됨 \\ | ||
+ | \\ | ||
+ | 설치 순서 | ||
+ | Agent만 설치할 경우 | ||
+ | bash -> termcap -> gettext -> libiconv -> zlib -> gcc -> make -> m4 | ||
+ | | ||
+ | 부가적으로 검색 엔진을 설치할 경우 | ||
+ | flex, bison, top, tar, wget, gnutils, gzip ... 등등이 추가로 필요 | ||
+ | \\ | ||
설치 확인 | 설치 확인 | ||
<code bash> | <code bash> | ||
- | $> swlist | + | $> swlist |
+ | # | ||
+ | # Product(s) not contained in a Bundle: | ||
+ | # | ||
+ | |||
+ | bash 4.2.010 | ||
+ | gcc | ||
+ | gettext | ||
+ | libiconv | ||
+ | m4 1.4.16 | ||
+ | make 3.82 | ||
+ | termcap | ||
+ | zlib 1.2.5 zlib | ||
</ | </ | ||
\\ | \\ | ||
- | 설치 | + | 설치 |
<code bash> | <code bash> | ||
- | $> swreg -l depot / | + | $> swreg -l depot / |
- | $> swinstall -s / | + | $> swinstall -s / |
- | $> swremove | + | </ |
+ | swreg 실행 \\ | ||
+ | {{: | ||
+ | \\ | ||
+ | Library 선택(space) \\ | ||
+ | {{: | ||
+ | {{: | ||
+ | > 오류가 나면 화면의 지시대로 export LANG=C 한 후 실행 | ||
+ | \\ | ||
+ | Actions > Install... \\ | ||
+ | {{: | ||
+ | \\ | ||
+ | Ok \\ | ||
+ | {{: | ||
+ | \\ | ||
+ | Done \\ | ||
+ | {{: | ||
+ | \\ | ||
+ | File > Exit \\ | ||
+ | {{: | ||
+ | \\ | ||
+ | 삭제(bash) | ||
+ | <code bash> | ||
+ | $> swremove | ||
</ | </ | ||
\\ | \\ | ||
설치 오류시 | 설치 오류시 | ||
<code bash> | <code bash> | ||
- | $> / | + | $> / |
or | or | ||
- | $> kill swinstall | + | $> kill swinstall |
</ | </ | ||
- | |||
- | |||
- | |||
{{tag> | {{tag> | ||