Hi, I am trying to get setup on fedora but I am not getting any luck. I have been through the posts and the web but not working yet.
The error I'm getting is:
[root@server]# phantomjs --version
phantomjs: /lib/libc.so.6: version `GLIBC_2.9' not found (required by /path/phantomjs-1.6.0-linux-i686-dynamic/bin/../lib/libQtGui.so.4)
phantomjs: /lib/libc.so.6: version `GLIBC_2.10' not found (required by /path/phantomjs-1.6.0-linux-i686-dynamic/bin/../lib/libQtNetwork.so.4)
phantomjs: /lib/libc.so.6: version `GLIBC_2.9' not found (required by /path/phantomjs-1.6.0-linux-i686-dynamic/bin/../lib/libQtCore.so.4)
phantomjs: /lib/libc.so.6: version `GLIBC_2.11' not found (required by /path/phantomjs-1.6.0-linux-i686-dynamic/bin/../lib/libfreetype.so.6)
I seem to have GLIBC installed?
[root@server]# ldd -v /usr/bin/gcc
linux-gate.so.1 => (0x00110000)
libc.so.6 => /lib/libc.so.6 (0x0071b000)
/lib/ld-linux.so.2 (0x006fc000)
Version information:
/usr/bin/gcc:
libc.so.6 (GLIBC_2.4) => /lib/libc.so.6
libc.so.6 (GLIBC_2.3) => /lib/libc.so.6
libc.so.6 (GLIBC_2.2) => /lib/libc.so.6
libc.so.6 (GLIBC_2.1) => /lib/libc.so.6
libc.so.6 (GLIBC_2.0) => /lib/libc.so.6
/lib/libc.so.6:
ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2
ld-linux.so.2 (GLIBC_2.3) => /lib/ld-linux.so.2
ld-linux.so.2 (GLIBC_2.1) => /lib/ld-linux.so.2
I have installed the latest xvfb but am unable to find build-essential as stated in other posts:
[root@server]# yum install xorg-x11-server-Xvfb.i386
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package xorg-x11-server-Xvfb.i386 0:1.3.0.0-33.fc8 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
xorg-x11-server-Xvfb i386 1.3.0.0-33.fc8 fedora 1.6 M
Transaction Summary
=============================================================================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
Total download size: 1.6 M
Is this ok [y/N]: y
Downloading Packages:
(1/1): xorg-x11-server-Xv 100% |=========================| 1.6 MB 00:00
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: xorg-x11-server-Xvfb ######################### [1/1]
Installed: xorg-x11-server-Xvfb.i386 0:1.3.0.0-33.fc8
Complete!
Any help would be very appreciated.