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.14' not found #86

Open
yolo1995 opened this issue Mar 24, 2016 · 1 comment
Open

`GLIBC_2.14' not found #86

yolo1995 opened this issue Mar 24, 2016 · 1 comment

Comments

@yolo1995
Copy link

hi,

meteor_1 |
meteor_1 | /built_app/programs/server/node_modules/fibers/future.js:245
meteor_1 |                                              throw(ex);
meteor_1 |                                                    ^
meteor_1 | Error: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /built_app/programs/server/npm/vmcloud_media-info/node_modules/mediainfo/node_modules/node-expat/build/Release/node_expat.node)
meteor_1 |     at Module.load (module.js:356:32)
meteor_1 |     at Function.Module._load (module.js:312:12)
meteor_1 |     at Module.require (module.js:364:17)
meteor_1 |     at require (module.js:380:17)
meteor_1 |     at Object.<anonymous> (/built_app/programs/server/npm/vmcloud_media-info/node_modules/mediainfo/node_modules/node-expat/lib/node-expat.js:4:13)
meteor_1 |     at Module._compile (module.js:456:26)
meteor_1 |     at Object.Module._extensions..js (module.js:474:10)
meteor_1 |     at Module.load (module.js:356:32)
meteor_1 |     at Function.Module._load (module.js:312:12)
meteor_1 |     at Module.require (module.js:364:17)

i try to :

RUN apt-get update
RUN apt-get -y install libc6

but dosnt work. i probably miss something but what ?

my docker-compose :

meteor:  
  image: PartyProject
  ports:
    - "80:80"
  links:
    - mongo
  environment:
    - MONGO_URL=mongodb://mongo/anything
    - ROOT_URL=http://ip
mongo:  
  image: mongo
  ports:
    - "27017:27017"

Yours faithfully

@romaad
Copy link

romaad commented Aug 8, 2016

did you manage to fix this ?

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