coova / coova-chilli

CoovaChilli is an open-source software access controller for captive portal hotspots.
Other
512 stars 258 forks source link

Error relocating /lib//libchilli.so.0: __fxstat: symbol not found #573

Closed yangliu0606 closed 1 year ago

yangliu0606 commented 1 year ago

After I import the compiled chilli files, libbstring.so.0 and libchilli.so.0 files to the device, I try to start the chilli process, but this error is reported.

sevan commented 1 year ago

You may have a newer version of glibc on your build system than your target device?

yangliu0606 commented 1 year ago

configure: error: expected an absolute directory name for --prefix: ./coovachilli After the source code is compiled successfully, I want to move the compiled file package to another path (for example, --prefix=/A/B/chilli) and copy the chilli file to /C/D/chilli. However, a file path error is reported when you try to run the file after copying the file. I'd like to ask if I can configure relative path compilation?