LUFS(Linux Userland Filesystem): http://lufs.sourceforge.net/
최신 버전은 2003년에 릴리즈되었다. 8년 된 기술이군...
//아래에서 최신 버전(...)의 LUFS를 받는다.
http://sourceforge.net/projects/lufs/files/lufs/0.9.7/
tar -xvzf lufs-*.tar.gz
cd lufs-*
./configure
make
make install
configure 과정 중 에러 발생 시
checking kernel headers... configure: error: not found in /lib/modules/2.6.18-194.el5/build/include. please install them!
=> http://blog.acu.pe.kr/29
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
기타 나머지 에러들
=> http://blog.acu.pe.kr/31
curlftpfs -o allow_other 아이디:비밀번호@서버주소 마운트경로
'컴퓨터 공학도의 삶' 카테고리의 다른 글
[lib] libmysqlclient.so.18 다운로드 (0) | 2012.07.25 |
---|---|
[CentOS] MRTG를 설치하여 서버의 대역폭을 기록하자 (0) | 2011.09.06 |
[CentOS] 각종 패키지 에러들 (0) | 2011.08.09 |
[CentOS] pkg-config 오류 해결 및 설치 (0) | 2011.08.09 |
[CentOS] 커널 헤더파일(Kernel Headers)을 찾아보자 (0) | 2011.08.09 |