heroku/base-images

ld is required by python.ctypes.util.find_library

Closed this issue · 2 comments

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.

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.

@dzuelke the problem was caused by the missing binutils, I am certain of it. However binutils have been added 2 month ago, hence resolving this problem. Seealso 03b38d7