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)GLIBC_2.8′ not found (required by ./chromedriver)
./chromedriver: /lib/libc.so.6: version
./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
Lenny has old libraries which google chrome does not support. So i moved to debian squeeze which solved my issue.