You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the exact install instruction on the installation page and could successfully build the binaries and they work perfectly in the build folder but on running make install and then calling opj_compress/opj_decompress throws the following error:
opj_compress: error while loading shared libraries: libopenjp2.so.7: cannot open shared object file: No such file or directory
Seems like the make install is not copying the build properly. Please advice.
The text was updated successfully, but these errors were encountered:
Thanks for the response Winfried.
This is for openjpeg2.3 on ubuntu 16.04.
I could fix this by installing libpng and running ldconfig!
I'll go ahead and close this.
I followed the exact install instruction on the installation page and could successfully build the binaries and they work perfectly in the build folder but on running make install and then calling opj_compress/opj_decompress throws the following error:
opj_compress: error while loading shared libraries: libopenjp2.so.7: cannot open shared object file: No such file or directory
Seems like the make install is not copying the build properly. Please advice.
The text was updated successfully, but these errors were encountered: