Hello,
I am currently trying to run a linux-application via linux-binary-compatibility on FreeBSD.
Linux-binary-compatibility has been set up by using the guideline and it seems to work as intended.
However, a library I want to use can't be linked, as stated by "ldd" with the errorcode:
The library I am addressing here is a linux-driver from Oracle. I do know Oracle does not support FreeBSD, but we are trying to get it running out of curiosity.
Is there any way to resolve this error and use the library?
Additional Information:
FreeBSD-Version: 12.2 release p9
Architecture: amd64
Oracle-Driver: 32bit
I am currently trying to run a linux-application via linux-binary-compatibility on FreeBSD.
Linux-binary-compatibility has been set up by using the guideline and it seems to work as intended.
However, a library I want to use can't be linked, as stated by "ldd" with the errorcode:
Code:
ldd: /compat/linux/usr/lib/oracle/21/client/lib/libsqora.so.21.1: not a FreeBSD ELF shared object
The library I am addressing here is a linux-driver from Oracle. I do know Oracle does not support FreeBSD, but we are trying to get it running out of curiosity.
Is there any way to resolve this error and use the library?
Additional Information:
FreeBSD-Version: 12.2 release p9
Architecture: amd64
Oracle-Driver: 32bit