ariya / phantomjs

Scriptable Headless Browser
http://phantomjs.org
BSD 3-Clause "New" or "Revised" License
29.46k stars 5.76k forks source link

`GLIBCXX_3.4.11' not found #10723

Closed ttback closed 11 years ago

ttback commented 12 years ago

ttb...@gmail.com commented:

Which version of PhantomJS are you using? Tip: run 'phantomjs --version'. phantomjs 1.6.1

What steps will reproduce the problem? 1.phantomjs --version will trigger the problem

What is the expected output? What do you see instead? I expect no output but a normal operation like displaying version number.

Instead: phantomjs: /usr/lib64/libstdc++.so.6: version GLIBCXX_3.4.11' not found (required by phantomjs) phantomjs: /usr/lib64/libstdc++.so.6: versionGLIBCXX_3.4.9' not found (required by phantomjs) phantomjs: /lib64/libc.so.6: version GLIBC_2.7' not found (required by phantomjs) phantomjs: /lib64/libc.so.6: versionGLIBC_2.7' not found (required by /home/user/setup/phantomjs-1.6.1/bin/../lib/libQtGui.so.4) phantomjs: /lib64/libc.so.6: version GLIBC_2.11' not found (required by /home/user/setup/phantomjs-1.6.1/bin/../lib/libQtGui.so.4) phantomjs: /lib64/libc.so.6: versionGLIBC_2.9' not found (required by /home/user/setup/phantomjs-1.6.1/bin/../lib/libQtGui.so.4) phantomjs: /lib64/libc.so.6: version GLIBC_2.10' not found (required by /home/user/setup/phantomjs-1.6.1/bin/../lib/libQtNetwork.so.4) phantomjs: /lib64/libc.so.6: versionGLIBC_2.9' not found

Which operating system are you using? Red Hat Enterprise Linux Server release 5.7 (Tikanga)

Did you use binary PhantomJS or did you compile it from source? I downloaded the tarball here file:///C:/Documents%20and%20Settings/a494585/My%20Documents/Downloads/phantomjs-1.6.1-linux-x86_64-dynamic%20(1).tar.bz2 and syslink the phantomjs in bin to /usr/local/bin

Please provide any additional information below. The issue is also mentioned here What I see is also output here https://github.com/jonleighton/poltergeist/issues/107

Disclaimer: This issue was migrated on 2013-03-15 from the project's former issue tracker on Google Code, Issue #723. :star2:   7 people had starred this issue at the time of migration.

ttback commented 12 years ago

ttb...@gmail.com commented:

The download link was supposed to be http://phantomjs.googlecode.com/files/phantomjs-1.6.1-linux-x86_64-dynamic.tar.bz2

ariya commented 12 years ago

tkkahko...@gmail.com commented:

I have the very same issue with http://phantomjs.googlecode.com/files/phantomjs-1.7.0-linux-i686.tar.bz2 on CentOS release 5.8 (Final).

ariya commented 11 years ago

ariya.hi...@gmail.com commented:

CentOS 5.x has an older version of glibc, it's not compatible with the premade binary package. Simply build it yourself, it should work fine (see http://phantomjs.org/build.html#linux for details).

Maybe in the near future we will provide glibc <= 2.6 compatible binary package.

 
Metadata Updates

ariya commented 11 years ago

ariya.hi...@gmail.com commented:

See issue 963 (Produce Linux binary packages with CentOS 5).