Skip to content

openmpf/openmpf_cpp_executor image has unsatisfied shared lib dependencies #214

Description

@w3sip
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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions