Good Afternoon everyone,
I get the following issue when I am trying to run a linux binary. It's an x32 binary, not x64.
Details: FreeBSD 10.0x64. Linux is loaded in the kernel. I used the f10 compat libs.
Other folks are having similar issues, yet I don't see any solutions in the forums.
What I have done since this error:
So I installed Debian to a VirtualBox VM, and copied the libc-213.so into /compat/linux/lib, then symlinked it to libc.so.6.
Then I get this error:
This is a piece of software that is not available in a FreeBSD package, so I am forced to use the Linux Compat mode. It's specific to one of my clients.....I have got to get it running somehow.....
Would someone please assist me in resolving this issue? I would sure be appreciative!
Sincerely and respectfully,
Dave
I get the following issue when I am trying to run a linux binary. It's an x32 binary, not x64.
Code:
[dcbdbis@Curly-Sr ~]$ xtuple
/usr/home/dcbdbis/Downloads/xTuple/GUI-Client/xtuple.bin: /lib/libc.so.6: version `GLIBC_2.10' not found (required by /usr/home/dcbdbis/Downloads/xTuple/GUI-Client/libQtNetwork.so.4)
Details: FreeBSD 10.0x64. Linux is loaded in the kernel. I used the f10 compat libs.
Other folks are having similar issues, yet I don't see any solutions in the forums.
What I have done since this error:
So I installed Debian to a VirtualBox VM, and copied the libc-213.so into /compat/linux/lib, then symlinked it to libc.so.6.
Then I get this error:
Code:
[dcbdbis@Curly-Sr ~]$ xtuple
/usr/home/dcbdbis/Downloads/xTuple/GUI-Client/xtuple.bin: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
This is a piece of software that is not available in a FreeBSD package, so I am forced to use the Linux Compat mode. It's specific to one of my clients.....I have got to get it running somehow.....
Would someone please assist me in resolving this issue? I would sure be appreciative!
Sincerely and respectfully,
Dave