1

这个问题与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 chromedriver 包,就像 Debian 存储库中有一个用于 chromium 浏览器的包?

4

1 回答 1

0

@AnonymousLurker:有人在谷歌代码页上抱怨过这个问题:https ://code.google.com/p/chromedriver/issues/detail?id=454

我在这里提到它的原因是因为线程上的其他人实际上为 Debian Wheezy 获得了一个干净的构建(32 位版本),您仍然可以在此处下载(截至 11 月 9 日)。

我已经让它在我自己的个人詹金斯服务器(Debian GNU/Linux 7.2 (wheezy)64位)上运行。

于 2013-11-10T01:48:38.257 回答