ld is required by python.ctypes.util.find_library
codingjoe opened this issue · 2 comments
codingjoe commented
ld is required by Python's ctypes.util.find_library
ld
is part of binutils-common
and currently only available in build images not runtime.
dzuelke commented
Hmmh... ld
is part of binutils
, and that program is available at runtime on all stacks. It resides in /usr/bin
. It looks like the specific problem you're seeing with Django has some other cause.