Installing packages with apt (paths)
printnifesimi
HOBBYOP

2 years ago

I have installed some packages with apt (as seen in the above picture)
My django app requires a path to the installed packages, and using the which command i have gotten something like:

RUN  which gdalinfo
/bin/gdalinfo

I added this path to the appropriate place but now get the error:

OSError: /bin/gdalinfo: cannot dynamically load position-independent executable

Is there a different path structure i should be using, or is the problem with the packages.

Project ID: c3b65042-0b65-41cd-846d-d4bd9bf07397

2 Replies

printnifesimi
HOBBYOP

2 years ago

1278670304536694800


printnifesimi
HOBBYOP

2 years ago

#17 [stage-0 13/15] RUN   find / -name 'libheif.so*'



#17 0.456 /usr/lib/x86_64-linux-gnu/libheif.so

#17 0.456 /usr/lib/x86_64-linux-gnu/libheif.so.1

#17 0.456 /usr/lib/x86_64-linux-gnu/libheif.so.1.12.0

however I still get the error:

1278671070970515500


Loading...