OS/Linux

libconfig comfile and install

노루아부지 2019. 7. 27. 00:59

1. libconfig 파일 다운로드해서 압축 해제 후에

2. # ./configure --prefix=/usr --libdir=/usr/lib64 --build=x86_64-linux --target=x86_64-linux

3. # make && make install

4. 환경변수 설정

   4.1 /root/.bash_profile을 열어서

        unset USERNAME

        LD_LIBRARY_PATH=/usr/lib64:/usr/local/lib64:/usr/lib:/usr/local/lib
        export LD_LIBRARY_PATH

 

        추가

 

   4.2 # source /root/.bash_profile

728x90

'OS > Linux' 카테고리의 다른 글

bin sh add  (0) 2019.07.27
bin sh if  (0) 2019.07.27
[linux] tcpdump  (0) 2019.07.27
linux 사용자, 사용자 그룹  (0) 2019.07.26
[linux] rsync 원격백업 설정  (0) 2019.07.26
loading