Assimp: after make install assimp: cannot open shared object file: No such file or directory

Created on 1 Sep 2017  路  4Comments  路  Source: assimp/assimp

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
`

Question

Most helpful comment

ok.
use this

export LD_LIBRARY_PATH=/usr/local/lib

and it works now.
thanks.

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

griffin2000 picture griffin2000  路  4Comments

nsporillo picture nsporillo  路  7Comments

krupitskas picture krupitskas  路  3Comments

stevesamknows picture stevesamknows  路  3Comments

kimkulling picture kimkulling  路  5Comments