dongluan6784 2019-06-24 00:43
浏览 496
已采纳

用neo4j go驱动程序编译neo4j代码的问题

I am trying to run the sample code available at (https://neo4j.com/developer/go/) using golang neo4j driver but running into compiling issues.

I have build the seabolt 1.7.4 from source. Have the following variables in place PKG_CONFIG_PATH pointing to seabolt-1.7.4/build/dist/share/pkgconfig OPENSSL_ROOT_DIR=/usr/local/opt/openssl DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/seabolt-1.7.4/build/dist/lib

When I try to build my code with command env GOOS=linux go build -ldflags="-s -w" --tags seabolt_static -o bin/user users/user.go

I get the following error

github.com/neo4j-drivers/gobolt ../pkg/mod/github.com/neo4j-drivers/gobolt@v1.7.4/connector_worker.go:30:14: undefined: Config ../pkg/mod/github.com/neo4j-drivers/gobolt@v1.7.4/connector_worker.go:31:15: undefined: seaboltConnector

Can anyone point me in right direction.

  • 写回答

1条回答 默认 最新

  • dougu4704 2019-09-11 09:28
    关注

    This has been the source of a big issue for me too, but I eventually sorted it out.

    The issue is that the lib you download from their repo is most likely linked to a version of openssl you don't have installed. So you likely need to either compile it yourself so it's relevant to your current OS and architecture, or you need to manually edit the path of the dynamically linked libraries so that it's correct, with nm for example if you're on macOS.

    Simply put, you need to make libseabolt available on your working environment first.

    It's safe to assume it's a pain in the ass for deploying stuff properly, I had to do hacks here and there to be able to deploy stuff with docker consistently using this driver.

    Good luck :)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 #MATLAB仿真#车辆换道路径规划
  • ¥15 java 操作 elasticsearch 8.1 实现 索引的重建
  • ¥15 数据可视化Python
  • ¥15 要给毕业设计添加扫码登录的功能!!有偿
  • ¥15 kafka 分区副本增加会导致消息丢失或者不可用吗?
  • ¥15 微信公众号自制会员卡没有收款渠道啊
  • ¥100 Jenkins自动化部署—悬赏100元
  • ¥15 关于#python#的问题:求帮写python代码
  • ¥20 MATLAB画图图形出现上下震荡的线条
  • ¥15 关于#windows#的问题:怎么用WIN 11系统的电脑 克隆WIN NT3.51-4.0系统的硬盘