androidbad.blogg.se

Mozilla geckodriver python
Mozilla geckodriver python








mozilla geckodriver python

Well at least it recognizes it as an executable file now. (1/1) Installing libc6-compat (1.1.22-r3)Įrror loading shared library libgcc_s.so.1: No such file or directory (needed by /usr/bin/geckodriver)Įrror loading shared library ld-linux-x86-64.so.2: No such file or directory (needed by /usr/bin/geckodriver)Įrror relocating /usr/bin/geckodriver: _Unwind_Resume: symbol not foundĮrror relocating /usr/bin/geckodriver: _Unwind_GetIP: symbol not foundĮrror relocating /usr/bin/geckodriver: _Unwind_Backtrace: symbol not found OK, how do we get that? The Alpine package repo says it's part of libc6-compat. The answer to that same question says to check for /lib64/ld-linux-x86-64.so.2: / # ls /lib64 usr/bin/geckodriver: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.26, BuildID=32c4cfc2d9346336dc7c20e99a62df9be344d609, with debug_info, not stripped Well perhaps I should check the file info. usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin Did it extract correctly? Is $PATH correct? / # ls -lah /usr/bin/geckodriver # tar -zxf geckodriver-v0.26.0-linu圆4.tar.gz -C /usr/bin

mozilla geckodriver python

Then try installing GeckoDriver / # wget I'm trying to run GeckoDriver v0.26.0 inside an Alpine 3.10 docker container, specifically python:3.6.6-alpine3.10.Īfter figuring some things out, I've hit a wall: / # geckodriver -versionĮrror relocating /usr/bin/geckodriver: _register_atfork: symbol not foundĮrror relocating /usr/bin/geckodriver: _res_init: symbol not foundįirst spin up the docker container: docker run -it python:3.6.9-alpine3.10 /bin/sh










Mozilla geckodriver python