oceanbase / oblogproxy

A proxy service of incremental log of OceanBase
Other
40 stars 19 forks source link

[install] still need to install libaio manually after rpm is installed #30

Closed whhe closed 1 year ago

whhe commented 2 years ago

After install rpm v1.0.2 and execute ./bin/logproxy -x username I got:

./logproxy: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory

It seems that libaio installation still need to be done manually, which should included in the rpm installation.

whhe commented 1 year ago

We no longer need to use rpm since #42 .