memgraph / mage

MAGE - Memgraph Advanced Graph Extensions :crystal_ball:
Apache License 2.0
244 stars 24 forks source link

[BUG] libmgclient.so is being copied with the query modules into the target location during build. #357

Closed gvolfing closed 9 months ago

gvolfing commented 11 months ago

Support for mgclient has been added in this PR. This issue is that the created libmgclient.so shared object is being copied into the target location when the setup script is called. This is an issue because when we load the mage modules from memgraph, it will attempt to load libmgclient.so as well which was never intended to be used as a query module.

antoniofilipovic commented 10 months ago

The fix is coming here: https://github.com/memgraph/mage/pull/386

antoniofilipovic commented 9 months ago

Done