gdamoreira / google-ar-asset-converter

Sceneform SDK command to generate SFB files
83 stars 19 forks source link

Getting below error while running the convertor script #11

Closed smvinoth closed 6 years ago

smvinoth commented 6 years ago

command used: ./sceneform_sdk/linux/converter -a -d --mat ./sceneform_sdk/default_materials/obj_material.sfm --outdir ./output/ ./input/andy.obj

Error message:

./sceneform_sdk/linux/converter: /lib64/libc.so.6: version GLIBC_2.10' not found (required by ./sceneform_sdk/linux/converter) ./sceneform_sdk/linux/converter: /lib64/libc.so.6: versionGLIBC_2.14' not found (required by ./sceneform_sdk/linux/converter) ./sceneform_sdk/linux/converter: /lib64/libc.so.6: version GLIBC_2.7' not found (required by ./sceneform_sdk/linux/converter) ./sceneform_sdk/linux/converter: /lib64/libc.so.6: versionGLIBC_2.16' not found (required by ./sceneform_sdk/linux/converter) ./sceneform_sdk/linux/converter: /lib64/libc.so.6: version GLIBC_2.6' not found (required by ./sceneform_sdk/linux/converter) ./sceneform_sdk/linux/converter: /lib64/libc.so.6: versionGLIBC_2.12' not found (required by ./sceneform_sdk/linux/converter)

gdamoreira commented 6 years ago

Hi @smvinoth maybe this thread helps you https://askubuntu.com/questions/421642/libc-so-6-version-glibc-2-14-not-found

Try this solution and tell me your feedback.