inspircd / inspircd-docker

InspIRCd Docker image
https://hub.docker.com/r/inspircd/inspircd-docker
MIT License
112 stars 41 forks source link

Unable to load m_mysql.so #108

Closed jcoelh0 closed 3 years ago

jcoelh0 commented 4 years ago

After loading all the modules, this error shows: Unable to load m_mysql.so: /inspircd/modules/m_mysql.so is not a module (no ABI symbol)

I'm trying to connect a database to my inspIRCd servers and I'm not able. I downloaded the dependencies and configured it in the dockerfile. RUN ./configure --enable-extras m_mysql.cpp RUN apk add --no-cache mariadb-dev

After the error, the image closes.

SadieCat commented 3 years ago

Apologies for the late response. This should be fixed in the latest build. Please reply if you're still having problems.