ubuntu 20.04 docker container issue with ld lmavis #126
-
Hello,
can anyone tell me what is missing? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 2 replies
-
Hi, most likely, there's no libmavis.so binary in /build/root/event-driven-servers/build/linux-4.19.0-27-amd64-x86_64/mavis. Cheers, Marc |
Beta Was this translation helpful? Give feedback.
-
Marc, i'm not a big expert in linux, maybe you have an idea why this might happen? |
Beta Was this translation helpful? Give feedback.
-
Hi, no, I've no clue. What options did you use when calling ./configure? And what distribution is this, Alpine? Cheers, Marc |
Beta Was this translation helpful? Give feedback.
-
i have
and distribution is ubuntu:20.04 (or 24.04 with the same issue) |
Beta Was this translation helpful? Give feedback.
-
Hi, ok, thanks, sorry, I should have read this more thoroughly. The build issue might be related to "make" building in parallel. Does "make -j1" show the same issue? Cheers, Marc |
Beta Was this translation helpful? Give feedback.
-
Indeed, this is caused by parallel building. Thanks!
|
Beta Was this translation helpful? Give feedback.
Hi,
ok, thanks, sorry, I should have read this more thoroughly.
The build issue might be related to "make" building in parallel. Does "make -j1" show the same issue?
Cheers,
Marc