You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/12/08 07:42:19 UTC

[GitHub] [apisix] Fuchange commented on issue #2161: bug: After the 1.5Rpm package was installed in centos7.6(ARM64), an error was occurred

Fuchange commented on issue #2161:
URL: https://github.com/apache/apisix/issues/2161#issuecomment-740444230


   when I build apisix-2.1 rpm package and run at openEuler 20.09 on ARM , I got the same erro.
   
   This is because the file is builded on x86_ 64 system .(The path is different because I use lua 5.3 .)
   
   ```bash
   # file /usr/local/apisix//deps/lib/lua/5.3/lfs.so
   /usr/local/apisix//deps/lib/lua/5.3/lfs.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d4d35b43c6d757f2ff09619b75eae20bdbea78bd, not stripped
   ```
   I think it's a bug for [build-tools/run.sh](https://github.com/api7/build-tools/blob/master/run.sh) , 
   
   you can fix it temporary by run cmd: `yum install lua-filesystem` to overwrite it.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org