after i install the assimp,
it shows
assimp: error while loading shared libraries: libassimp.so.4: cannot open shared object file: No such file or directory
but
`find / | grep libassimp.so
/root/assimp-4.0.1/lib/libassimp.so
/root/assimp-4.0.1/lib/libassimp.so.4.0.1
/root/assimp-4.0.1/lib/libassimp.so.4
/usr/local/lib/libassimp.so
/usr/local/lib/libassimp.so.4.0.1
/usr/local/lib/libassimp.so.4
`
has a solution to it?
Have you check your LD_LIBRARY_PATH?
ok.
use this
export LD_LIBRARY_PATH=/usr/local/lib
and it works now.
thanks.
You are welcome.
Most helpful comment
ok.
use this
and it works now.
thanks.