问题
I get this error when i try to start chromedriver on debian lenny -
./chromedriver: /lib/libc.so.6: version GLIBC_2.11' not found (required by ./chromedriver)
./chromedriver: /lib/libc.so.6: versionGLIBC_2.8' not found (required by ./chromedriver)
./chromedriver: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by ./chromedriver)
How do i get around this issue?
Thanks in advance
回答1:
Lenny has old libraries which google chrome does not support. So i moved to debian squeeze which solved my issue.
来源:https://stackoverflow.com/questions/9929197/error-running-chromedriver