1.다운받은 파일을 저장할 디렉토리로 이동
2.소스가져오기
3.압축해제
4.파일이동
5.실행
5.1.에러1
메시지
해결책: Gentoo
5.2.에러2
메시지:
해결책: Gentoo
{YourServerName} ~ # cd /usr/local/src
2.소스가져오기
{YourServerName} ~ # wget http://ftp.acc.umu.se/pub/mozilla.org/firefox/releases/2.0.0.12/linux-i686/ko/firefox-2.0.0.12.tar.gz
3.압축해제
{YourServerName} ~ # tar xvfz firefox-2.0.0.12.tar.gz
4.파일이동
{YourServerName} ~ # mkdir /usr/local/network; mv firefox /usr/local/network/firefox
5.실행
{YourServerName} ~ # ./firefox-bin
5.1.에러1
메시지
./firefox-bin:
error while loading shared libraries:
libstdc++.so.5: cannot open shared object file: No such file or directory
error while loading shared libraries:
libstdc++.so.5: cannot open shared object file: No such file or directory
해결책: Gentoo
{YourServerName} ~ # emerge libstdc++
{YourServerName} ~ # source /etc/profile
{YourServerName} ~ # source /etc/profile
5.2.에러2
메시지:
./firefox-bin: error while loading shared libraries: libmozjs.so: cannot open shared object file: No such file or directory
해결책: Gentoo
{YourServerName} ~ # emerge libstdc++
{YourServerName} ~ # source /etc/profile
{YourServerName} ~ # source /etc/profile
'OS > Linux' 카테고리의 다른 글
One of the files ... has a modification time in the future (0) | 2009.02.13 |
---|---|
Your TIMEZONE in /etc/conf.d/clock is still set to Factory! (0) | 2009.02.13 |
리눅스 디렉토리 및 파일 - 02./proc (0) | 2009.02.13 |
파이어폭스(Firefox) - 소스를 컴파일하여 설치 (0) | 2009.02.13 |
리눅스 디렉토리 및 파일 - 01.기본 (0) | 2009.02.13 |