Open zengletian1491 opened 4 years ago
You need to tell your system where to locate the .so file. An easy way to solve the problem is "export LD_LIBRARY_PATH=/where/you/install/lib:$LD_LIBRARY_PATH".
You need to tell your system where to locate the .so file. An easy way to solve the problem is "export LD_LIBRARY_PATH=/where/you/install/lib:$LD_LIBRARY_PATH".
Thanks very much for your help! I compiled it successfully!
when I typed in the following two commands: cd G2LTex/bin ./G2LTex ../Data/bloster/textureimages ../Data/bloster/bloster.ply errors occurred as follows: ./G2LTex: error while loading shared libraries: libG2LTex.so.1: cannot open shared object file: No such file or directory The associated solution about this problem did not work!Could you please give me some suggestions?