Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

(dockerized parity) libstdc++.so.6: version `GLIBCXX_3.4.22' not found #9390

Closed
drandreaskrueger opened this issue Aug 21, 2018 · 3 comments
Closed
Labels
Z7-duplicate 🖨 Issue is a duplicate. Closer should comment with a link to the duplicate.
Milestone

Comments

@drandreaskrueger
Copy link

drandreaskrueger commented Aug 21, 2018

Something's wrong with your dockerized parity.

I have documented it over there: openethereum/parity-deploy#51

but I do not think that ./parity-deploy.sh is causing the problem?

@drandreaskrueger
Copy link
Author

drandreaskrueger commented Aug 21, 2018

I don't understand it, but

docker run -ti parity/parity:stable

just works:

docker run -ti parity/parity:stable

2018-08-21 13:18:59 UTC Starting Parity/v1.11.8-stable-92776e4-20180728/x86_64-linux-gnu/rustc1.27.2
2018-08-21 13:18:59 UTC Keys path /root/.local/share/io.parity.ethereum/keys/Foundation
2018-08-21 13:18:59 UTC DB path /root/.local/share/io.parity.ethereum/chains/ethereum/db/906a34e69aec8c0d
2018-08-21 13:18:59 UTC Path to dapps /root/.local/share/io.parity.ethereum/dapps
2018-08-21 13:18:59 UTC State DB configuration: fast
2018-08-21 13:18:59 UTC Operating mode: active
2018-08-21 13:18:59 UTC Configured for Foundation using Ethash engine
2018-08-21 13:18:59 UTC Updated conversion rate to Ξ1 = US$279.24 (17053090 wei/gas)

however

git clone https://github.com/paritytech/parity-deploy paritytech_parity-deploy
cd paritytech_parity-deploy/
./parity-deploy.sh --config aura

results in a docker-compose.yml file with this line:

       image: parity/parity:stable

which should be the exact same image as in the above docker run -ti parity/parity:stable - no?

but with

docker-compose up

I get that error about a missing libstdc++.so.6: version `GLIBCXX_3.4.22':

Recreating host1 ... done
Attaching to host1
host1    | /parity/parity: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.22' not found (required by /parity/parity)
host1 exited with code 1

why? what? how?

@drandreaskrueger
Copy link
Author

giving up = can de-prioritize

@Tbaut
Copy link
Contributor

Tbaut commented Aug 21, 2018

Closing in favor of openethereum/parity-deploy#51

@Tbaut Tbaut closed this as completed Aug 21, 2018
@Tbaut Tbaut added the Z7-duplicate 🖨 Issue is a duplicate. Closer should comment with a link to the duplicate. label Aug 21, 2018
@Tbaut Tbaut added this to the 2.1 milestone Aug 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Z7-duplicate 🖨 Issue is a duplicate. Closer should comment with a link to the duplicate.
Projects
None yet
Development

No branches or pull requests

2 participants