Closed lokeshAccount closed 2 years ago
@gkralik any Update on this issue?
Provide the full output of the failing command.
@gkralik The issue was because I was using different SDK that is not compatible with the my OS, after using correct SDK, this issue is solved, please close this issue
Bug Report
If I run the following commands Not Able to build the php rfcsdk extension in php $ git clone https://github.com/gkralik/php7-sapnwrfc.git $ cd php7-sapnwrfc $ phpize $ ./configure $ make ---------------------> in this command error is thrown as skipping incompatible /usr/sap/nwrfcsdk/lib/libsapnwrfc.so when searching for -lsapnwrfc $ sudo make install
Current behavior
skipping incompatible /usr/sap/nwrfcsdk/lib/libsapnwrfc.so when searching for -lsapnwrfc
How to reproduce
Expected behavior
build the phprfc extension