사용자 도구

사이트 도구


wiki:os:hpux

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
wiki:os:hpux [2020/06/02 09:53]
dhan
wiki:os:hpux [2023/01/13 18:44] (현재)
줄 19: 줄 19:
 </code> </code>
 \\ \\
- 
 ===== 라이브러리 설치 ===== ===== 라이브러리 설치 =====
 +일반적으로 설치는 /usr/local/bin, /usr/local/lib 임 \\
 +따라서 기본 환경 변수에 없으면 추가해야 됨 \\
 +\\
 +설치 순서 
 +  Agent만 설치할 경우
 +  bash -> termcap -> gettext -> libiconv -> zlib -> gcc -> make -> m4
 +  
 +  부가적으로 검색 엔진을 설치할 경우
 +  flex, bison, top, tar, wget, gnutils, gzip ... 등등이 추가로 필요
 +\\
 +설치 확인
 +<code bash>
 +$> swlist
 +#
 +# Product(s) not contained in a Bundle:
 +#
  
 +  bash                          4.2.010        bash
 +  gcc                           4.2.3          gcc
 +  gettext                       0.18.1.1       gettext
 +  libiconv                      1.14           libiconv
 +  m4                            1.4.16         m4
 +  make                          3.82           make
 +  termcap                       1.3.1          termcap
 +  zlib                          1.2.5          zlib
  
- +</code> 
- +\\ 
 +설치 (반드시 root 권한 필요) 
 +<code bash> 
 +$> swreg -l depot /work/tmp/hpux_gnu/bash-3.2-hppa-11.11.depot // 하라고는 하는데, 안해도 됨 
 +$> swinstall -s /work/tmp/hpux_gnu/bash-3.2-hppa-11.11.depot   // 절대 경로에 주의!! 
 +</code> 
 +swreg 실행 \\ 
 +{{:wiki:os:hpux:swreg.png?direct&600|}} \\ 
 +\\ 
 +Library 선택(space) \\ 
 +{{:wiki:os:hpux:swinstall.png?direct&600|}} \\ 
 +{{:wiki:os:hpux:swinstall_return.png?direct&600|}} \\ 
 +> 오류가 나면 화면의 지시대로 export LANG=C 한 후 실행 
 +\\ 
 +Actions > Install... \\ 
 +{{:wiki:os:hpux:swinstall_install.png?direct&600|}} \\ 
 +\\ 
 +Ok \\ 
 +{{:wiki:os:hpux:swinstall_ok.png?direct&600|}} \\ 
 +\\ 
 +Done \\ 
 +{{:wiki:os:hpux:swinstall_done.png?direct&600|}} \\ 
 +\\ 
 +File > Exit \\ 
 +{{:wiki:os:hpux:swinstall_exit.png?direct&600|}} \\ 
 +\\ 
 +삭제(bash) 
 +<code bash> 
 +$> swremove bash 
 +</code> 
 +\\ 
 +설치 오류시 
 +<code bash> 
 +$> /sbin/init.d/swagentd stop/start  
 +or 
 +$> kill swinstall 
 +</code>
  
 {{tag>주레피 hpux}} {{tag>주레피 hpux}}
  
/volume1/web/dokuwiki/data/attic/wiki/os/hpux.1591059215.txt.gz · 마지막으로 수정됨: 2022/03/10 19:52 (바깥 편집)