chromedriver不会在debian wheezy中运行

时间:2013-09-14 05:55:43

标签: python selenium debian selenium-chromedriver

此问题与Error running chromedriver非常相似,不过该问题与较旧的debian版本有关。

以下是关于我的系统的信息:

$ uname -a
Linux host 3.2.0-4-686-pae #1 SMP Debian 3.2.46-1+deb7u1 i686 GNU/Linux

$ lsb_release -d
Description:    Debian GNU/Linux 7.1 (wheezy)

$ chromedriver
chromedriver: /lib/i386-linux-gnu/libc.so.6: version `GLIBC_2.15' not found (required by chromedriver)

我确信我从http://code.google.com/p/chromedriver/downloads/list获得了正确的32位chromedriver二进制文件,我也确定它在PATH中,如上面的命令所示。

如何让chromedriver正常工作?是否有一个正常工作的Debian软件包,就像Debian存储库中的Chrome浏览器一样?

1 个答案:

答案 0 :(得分:1)

@AnonymousLurker:有人在Google代码页上抱怨此问​​题:https://code.google.com/p/chromedriver/issues/detail?id=454

我在这里提到它的原因是因为线程上的其他人实际上为Debian Wheezy提供了一个干净的版本(32位版本),你仍然可以下载here(截至11月9日)。 / p>

我已经在我自己的个人jenkins服务器(Debian GNU/Linux 7.2 (wheezy) 64位)上工作了。

相关问题