GuilleDF commented on issue #7406:
URL: 
https://github.com/apache/incubator-devlake/issues/7406#issuecomment-2371434171

   @caioq We managed to get it working by modifying the following in the 
`backend/Makefile` file:
   ```diff
   run:
   -    go run server/main.go
   +    go run -exec "env DYLD_LIBRARY_PATH=/usr/local/lib" server/main.go
   ```
   
https://github.com/apache/incubator-devlake/blob/9251c42a7599d3b20aae1d0868a25024b3d7bb33/backend/Makefile#L62
   
   Hope it helps :)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to