Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GLIBC_2.2.5 not defined in file libc.so.6 #38

Open
lundybernard opened this issue Aug 6, 2020 · 1 comment
Open

GLIBC_2.2.5 not defined in file libc.so.6 #38

lundybernard opened this issue Aug 6, 2020 · 1 comment

Comments

@lundybernard
Copy link

Issue:
chromedriver: symbol __@����U version GLIBC_2.2.5 not defined in file libc.so.6 with link time reference

Error when running chromedriver
Ubuntu 18.04.4 LTS
chrome = Version 84.0.4147.105 (Official Build) (64-bit)
python-chromedriver-binary=84

research indicates it may have been built with the wrong GLIBC version, maybe the version it is built with needs to be packaged with it, or updated?


Environment (conda list):
$ conda list
# Name                    Version                   Build  Channel
_libgcc_mutex             0.1                        main  
appdirs                   1.4.3                      py_0  
asn1crypto                1.4.0                      py_0  
attrs                     19.3.0                     py_0  
brotlipy                  0.7.0           py38h7b6447c_1000  
ca-certificates           2020.6.24                     0  
cached-property           1.5.1                      py_1  
certifi                   2020.6.20                py38_0  
cffi                      1.14.0           py38he30daa8_1  
chardet                   3.0.4                 py38_1003  
click                     7.1.2                      py_0  
cryptography              2.9.2            py38h1ba5d50_0  
distro                    1.5.0              pyh9f0ad1d_0    conda-forge
docker-compose            1.26.2           py38h32f6830_0    conda-forge
docker-py                 4.2.1                    py38_0  
docker-pycreds            0.4.0                      py_0  
dockerpty                 0.4.1                      py_0    conda-forge
docopt                    0.6.2                    py38_0  
geckodriver               0.27.0               he1b5a44_0    conda-forge
idna                      2.10                       py_0  
importlib-metadata        1.7.0                    py38_0  
importlib_metadata        1.7.0                         0  
jsonschema                3.2.0                    py38_0  
ld_impl_linux-64          2.33.1               h53a641e_7  
libedit                   3.1.20191231         h14c3975_1  
libffi                    3.3                  he6710b0_2  
libgcc-ng                 9.1.0                hdf63c60_0  
libstdcxx-ng              9.1.0                hdf63c60_0  
ncurses                   6.2                  he6710b0_1  
openssl                   1.1.1g               h7b6447c_0  
packaging                 20.4                       py_0  
pip                       20.1.1                   py38_1  
pycparser                 2.20                       py_2  
pyopenssl                 19.1.0                     py_1  
pyparsing                 2.4.7                      py_0  
pyrsistent                0.16.0           py38h7b6447c_0  
pysocks                   1.7.1                    py38_0  
python                    3.8.5                hcff3b4d_0  
python-chromedriver-binary 85.0.4183.38.0   py38h32f6830_0    conda-forge
python-dotenv             0.14.0             pyh9f0ad1d_0    conda-forge
python_abi                3.8                      1_cp38    conda-forge
pyyaml                    5.3.1            py38h7b6447c_1  
readline                  8.0                  h7b6447c_0  
requests                  2.24.0                     py_0  
selenium                  3.141.0         py38h7b6447c_1000  
setuptools                49.2.0                   py38_0  
six                       1.15.0                     py_0  
sqlite                    3.32.3               h62c20be_0  
texttable                 1.6.2                      py_0    conda-forge
tk                        8.6.10               hbc83047_0  
urllib3                   1.25.9                     py_0  
websocket-client          0.57.0                   py38_1  
wheel                     0.34.2                   py38_0  
xz                        5.2.5                h7b6447c_0  
yaml                      0.2.5                h7b6447c_0  
zipp                      3.1.0                      py_0  
zlib                      1.2.11               h7b6447c_3  

Details about conda and system ( conda info ):
$ conda info
     active environment : project
    active env location : /home/usr/miniconda3/envs/project
            shell level : 2
       user config file : /home/usr/.condarc
 populated config files : /home/usr/.condarc
          conda version : 4.8.3
    conda-build version : not installed
         python version : 3.6.9.final.0
       virtual packages : __cuda=10.1
                          __glibc=2.27
       base environment : /home/usr/miniconda3  (writable)
           channel URLs : https://repo.anaconda.com/pkgs/main/linux-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/linux-64
                          https://repo.anaconda.com/pkgs/r/noarch
                          https://conda.anaconda.org/conda-forge/linux-64
                          https://conda.anaconda.org/conda-forge/noarch
          package cache : /home/usr/miniconda3/pkgs
                          /home/usr/.conda/pkgs
       envs directories : /home/usr/miniconda3/envs
                          /home/usr/.conda/envs
               platform : linux-64
             user-agent : conda/4.8.3 requests/2.24.0 CPython/3.6.9 Linux/4.15.0-112-generic ubuntu/18.04.4 glibc/2.27
                UID:GID : 1000:1000
             netrc file : None
           offline mode : False
@bollwyvl
Copy link
Contributor

bollwyvl commented Aug 6, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants