oracle / odpi

ODPI-C: Oracle Database Programming Interface for Drivers and Applications
https://oracle.github.io/odpi/
Other
264 stars 75 forks source link

M1 Mac issue ( incompatible architecture) #169

Closed PhilipMok-cc closed 2 years ago

PhilipMok-cc commented 2 years ago

The instant client has no arm64e build , is there any way to work around the issue? '/usr/local/lib/libclntsh.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e'))

cjbj commented 2 years ago

See related discussions like https://github.com/oracle/node-oracledb/issues/1349

PhilipMok-cc commented 2 years ago

Thanks! It is the dead end and we could only waiting for oracle porting team to solve this issue, I switch to a intel mac to continue my development.