toncenter / ton-index-worker

18 stars 10 forks source link

Missing ton-index-postgres-v2 when running ./scripts/add2systemd.sh #65

Open BaoHG1508 opened 2 months ago

BaoHG1508 commented 2 months ago

I've set up my postgreSQL db, and I'm trying to run index worker on my litenode. But it failed in the last step which is building ton-index-postgres-v2. Does anyone know how to fix it?

CMake Error at build/ton-index-postgres-v2/cmake_install.cmake:52 (file):
  file INSTALL cannot find
  "/root/ton-index-worker/build/ton-index-postgres-v2/ton-index-postgres-v2":
  No such file or directory.
Call Stack (most recent call first):
  build/cmake_install.cmake:57 (include)
jonathanudd commented 2 weeks ago

I'm getting a similar error but for ton-index-postgres

CMake Error at build/ton-index-postgres/cmake_install.cmake:52 (file):
  file INSTALL cannot find
  "/home/ton/ton-index-worker/build/ton-index-postgres/ton-index-postgres":
  No such file or directory.
Call Stack (most recent call first):
  build/cmake_install.cmake:52 (include)

Did you solve this?

jonathanudd commented 2 weeks ago

This seems to have worked for me https://github.com/toncenter/ton-index-worker/pull/86