Compiling OQGRAPH
Learn about the dependencies and build steps required to compile the OQGRAPH storage engine from source.
Last updated
Was this helpful?
Learn about the dependencies and build steps required to compile the OQGRAPH storage engine from source.
To compile OQGraph v2 you need to have the boost library with the versions not earlier than 1.40 and not later than 1.55 and gcc version not earlier than 4.5.
OQGraph v3 compiles fine with the newer boost libraries, but it additionally needs the Judy library installed.
When all build prerequisites are met, OQGraph is enabled and compiled automatically. To enable or disable OQGRAPH explicitly, see the generic plugin build instructions.
If OQGRAPH gets compiled properly, there should be a file like:
storage/oqgraph/ha_oqgraph.soIf this is not the case, then you can find out if there is any modules missing that are required by OQGRAPH by doing:
cmake . -LAH | grep -i oqgraphThis page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?
Was this helpful?

