./V-REP/vrep: error while loading shared libraries: ./V-REP/

Report crashes, strange behaviour, or apparent bugs
Post Reply
Kilin
Posts: 2
Joined: 20 May 2015, 17:00

./V-REP/vrep: error while loading shared libraries: ./V-REP/

Post by Kilin »

Hello,

I am trying to run some v-rep remove api service instances.
My setup works on my machine, but now that I am trying to have it running on a cluster, I am stuck with an error, the following:
./V-REP/vrep: error while loading shared libraries: ./V-REP/libQt5Core.so.5: ELF file OS ABI invalid
Should it help:
ldd libv_repExtRemoteApi.so
linux-vdso.so.1 => (0x00007fffe559b000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00002b59c8b3e000)
libdl.so.2 => /lib64/libdl.so.2 (0x00002b59c8d5a000)
libstdc++.so.6 => /gpfs1/arch/x86_64/gcc4.8.1/lib64/libstdc++.so.6 (0x00002b59c8f5f000)
libgcc_s.so.1 => /gpfs1/arch/x86_64/gcc4.8.1/lib64/libgcc_s.so.1 (0x00002b59c9274000)
libc.so.6 => /lib64/libc.so.6 (0x00002b59c948a000)
/lib64/ld-linux-x86-64.so.2 (0x00002b59c8695000)
libm.so.6 => /lib64/libm.so.6 (0x00002b59c97e4000)
Could you please help me troubleshooting this issue?

Thank you
K

coppelia
Site Admin
Posts: 10339
Joined: 14 Dec 2012, 00:25

Re: ./V-REP/vrep: error while loading shared libraries: ./V-

Post by coppelia »

Hello,

not really sure what is going on. There are a few interesting google links that relate to the ELF file OS ABI invalid error.
If you do not require the vision sensor functionality on the cluster, then you could recompile V-REP in headless mode.

Cheers

Post Reply