babelouest / ulfius

Web Framework to build REST APIs, Webservices or any HTTP endpoint in C language. Can stream large amount of data, integrate JSON data with Jansson, and create websocket services
https://babelouest.github.io/ulfius
GNU Lesser General Public License v2.1
1.07k stars 183 forks source link

libulfius.so: file not recognized: file format not recognized #221

Closed ahosnyyy closed 2 years ago

ahosnyyy commented 2 years ago

I'm trying to build ulfius for armv7hf arch. but the problem is when trying to linl with -lulfius, the following error appears "libulfius.so: file not recognized: file format not recognized"

System (please complete the following information):

babelouest commented 2 years ago

Hello @ahosnyyy ,

I wouldn't know ye why it's not working on your side. But we could try some tests to narrow down where the problem is.

babelouest commented 2 years ago

Hello @ahosnyyy ,

any update on your issue?