-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
alex@aphelion:$ docker run -it --rm --entrypoint /bin/bash openmpf/openmpf_cpp_executor:8.0.0
root@6e2a8ae8893a:/opt/mpf# ldd bin/amq_detection_component
linux-vdso.so.1 (0x00007ffcc45fe000)
libpython3.8.so.1.0 => /lib/x86_64-linux-gnu/libpython3.8.so.1.0 (0x00007855d0aa2000)
liblog4cxx.so.10 => not found
libactivemq-cpp.so.19 => /lib/x86_64-linux-gnu/libactivemq-cpp.so.19 (0x00007855cf984000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007855cf961000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007855cf95b000)
libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007855cf779000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007855cf75c000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007855cf56a000)
libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007855cf53c000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007855cf520000)
libutil.so.1 => /lib/x86_64-linux-gnu/libutil.so.1 (0x00007855cf51b000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007855cf3cc000)
libapr-1.so.0 => not found
libssl.so.1.1 => /lib/x86_64-linux-gnu/libssl.so.1.1 (0x00007855cf337000)
libcrypto.so.1.1 => /lib/x86_64-linux-gnu/libcrypto.so.1.1 (0x00007855cf061000)
/lib64/ld-linux-x86-64.so.2 (0x00007855d1212000)
root@6e2a8ae8893a:/opt/mpf# find / -name liblog4cxx.so*
root@6e2a8ae8893a:/opt/mpf#
As you see, amq_detection_component
included in the image requires liblog4cxx.so.10 and libapr-1.so.0 -- both not included in the image.
Metadata
Metadata
Assignees
Labels
No labels