OS/Linux

파이어폭스(Firefox) - 바이너리로 설치

xProgrammer 2009. 2. 13. 09:17
1.다운받은 파일을 저장할 디렉토리로 이동
{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

해결책: Gentoo
{YourServerName} ~ # emerge libstdc++
{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