Docker Compose libcups.so.2 #1012
Unanswered
danielchild1
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hey @danielchild1 I am having same issue... did you find way to solve it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@michaelrsweet by any chance can you bring us some light here? Thank you so much. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use
docker compose up
I get caught on the the errorerror while loading shared libraries: libcups.so.2: cannot open shared object file: No such file or directory
. So I go into the Dockerfile and addlibcups2
to the end of the apt-get install -y line. Once I rebuild and run it gives me asymbol lookup error: /usr/sbin/cupsd: undefined symbol: _cupsArrayStrcmp
Error.I am wondering if I am needing to do some more prepwork before running this docker container. Is there documentation for the docker-compose.yml? I cannot find it. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions