keirf / disk-utilities

The Unlicense
231 stars 50 forks source link

Error: libdisk.so.0: cannot open shared object file: No such file or directory #190

Closed m0zzaR closed 1 year ago

m0zzaR commented 1 year ago

This error occurs when I try to run:

disk-analyze image.IMG image.IMG
keirf commented 1 year ago

libdisk.so.0 needs to be on your library search path. It may have got installed to an incorrect location. You will need to

export LD_LIBRARY_PATH=/use/local/lib

Or similar, to add the path to the library to the dynamic linker's library search paths.