/usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found

前端 未结 3 1823
再見小時候
再見小時候 2021-01-12 04:59

I am trying to run appium tests. However I get error saying what:

/usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15\' not found

I am usin

3条回答
  •  一整个雨季
    2021-01-12 05:14

    Navigate to \node_modules\electron\dist and Paste all the required Libraries there that will keep you safe from bricking your system

    if you get undefined g_bytes ref error

    Then Download https://jlison.github.io/bin/centos6/soichih/mirror/gcc-4.7.2.tar.gz and extarct it to some folder and update LD_LIBRARY_PATH glibpath=/opt/glib/ (path where you have extracted glib )

    export LD_LIBRARY_PATH=$glibpath/glib-2.49.4-kgesagxmtbemim2denf65on4iixy3miy/lib:$LD_LIBRARY_PATH

    export LD_LIBRARY_PATH=$glibpath/libffi-3.2.1-wk2luzhfdpbievnqqtu24pi774esyqye/lib64:$LD_LIBRARY_PATH

    export LD_LIBRARY_PATH=$glibpath/pcre-8.39-itdbuzevbtzqeqrvna47wstwczud67wx/lib:$LD_LIBRARY_PATH

    export LD_LIBRARY_PATH=$glibpath/gettext-0.19.8.1-aoweyaoufujdlobl7dphb2gdrhuhikil/lib:$LD_LIBRARY_PATH

提交回复
热议问题