본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

requirements state glibc>=2.22. I have 2.5. firefox exec demands 2.7. what to do?

  • 4 답장
  • 1 이 문제를 만남
  • 4 보기
  • 최종 답변자: guigs

more options

installed firefox 64bit according to instructions.

got the following: ~ $ firefox/firefox XPCOMGlueLoad error for file /auto/my-user/firefox/libxul.so: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by /auto/users2/orenbar/firefox/libxul.so) Couldn't load XPCOM. ~ $ ldd --version ldd (GNU libc) 2.5

Since the requirements page state glibc2.22 as required, I was hoping I can get around this without building and installing a new glibc (which I din't know If I can, as I'm not a super-user on this machine)

installed firefox 64bit according to instructions. got the following: ~ $ firefox/firefox XPCOMGlueLoad error for file /auto/my-user/firefox/libxul.so: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by /auto/users2/orenbar/firefox/libxul.so) Couldn't load XPCOM. ~ $ ldd --version ldd (GNU libc) 2.5 Since the requirements page state glibc2.22 as required, I was hoping I can get around this without building and installing a new glibc (which I din't know If I can, as I'm not a super-user on this machine)

모든 댓글 (4)

more options

That may not be an official build from Mozilla please see the offered versions: https://www.mozilla.org/en-US/firefox/all/

The 64bit builds were turned off a while back, and I am not sure what instructions you are following. I would recommend asking the person who wrote the instructions as well.

I am sorry I could not be of further assistance.

more options

64 bit builds for Linux are available from Mozilla. http://download.cdn.mozilla.net/pub/mozilla.org/firefox/releases/32.0.1/linux-x86_64/

The requirements are listed in the release notes: https://www.mozilla.org/en-US/firefox/32.0.1/system-requirements/

Make sure to install a matching Glib version on your machine. Typically this is a package from your distribution, I wouldn't try to compile it myself. You may need a distribution upgrade though, as there are possibly lots of dependencies to other packages.

more options

guigs2, you may be thinking about the Win64 builds which are still only on the Nightly development channel. They never were really turned off as they were propossing putting them on hiatus in 2012 but due to outcry they continued and downgraded Win64 builds from Tier-2 to Tier-3.

The OP is using 64-bit Linux.

There have been 64-bit Firefox Releases ever since Firefox 4.0 for Mac OSX (combined 32/64-bit) and for 64-bit Linux as you can see on right side of https://www.mozilla.org/en-US/firefox/all/

more options

James* yes was definitely thinking of windows, I did not see the operating system listed. Thank you!