Hi
I installed Neo4j version 4.4.11 and when I build the latest version of APOC from the code (Git branch 4.4) I get the following error:
Caused by: org.neo4j.kernel.extension.FailedToBuildExtensionException:
Failed to build kernel extension Extension:JdbcRegistererInitFactory[JdbcDriverRegisterer]
because it is compiled with a reference to a class, method, or field, that is not in
the class path: 'apoc/ApocConfig'. The most common cause of this problem, is that
Neo4j has been upgraded without also upgrading allinstalled extensions, such as
APOC. Make sure that all of your extensions are build against your specific
version of Neo4j.
I tried various combinations, but no luck. Is there some kind of trick I am missing that is needed to run my own verson of APOC?
Many thanks in advance,
Thomas