libgdx / fbx-conv

Command line utility using the FBX SDK to convert FBX/Collada/Obj files to a custom text/binary format for static, keyframed and skinned meshes.
Apache License 2.0
447 stars 116 forks source link

It does not work on Ubuntu 14.04 #80

Closed AntonKosov closed 9 years ago

AntonKosov commented 9 years ago

fbx-conv-lin64 does not work on Ubuntu 14.04 (x64):

I have an error:

fbx-conv-lin64: error while loading shared libraries: libfbxsdk.so: cannot open shared object file: No such file or directory

xoppa commented 9 years ago

https://github.com/libgdx/fbx-conv#precompiled-binaries

AntonKosov commented 9 years ago

I tried to use version (13-Mar-2015 15:54) from here: http://libgdx.badlogicgames.com/fbx-conv And this version doesn't work!

utgarda commented 8 years ago

@AntonKosov most likely that's beause with your system settings shared libraries ( .so ) aren't found in execution directory. Try putting libfbxsdk.so to /usr/lib64 or wherever your libraries reside, or instead use this command before running the binary: export LD_LIBRARY_PATH=.