using mono-service to wrap a windows service on linux

前端 未结 2 1599
萌比男神i
萌比男神i 2020-12-04 17:06

Hi I\'m trying to use mono-service2 to run a stock Windows Service Project from visual studio. I\'m running this on debian with mono 2.0 and compiling with.

         


        
相关标签:
2条回答
  • 2020-12-04 17:38

    Where is your LD_LIBRARY_PATH pointing to? Is libMonoPosixHelper.so in there?

    0 讨论(0)
  • 2020-12-04 17:58

    Make sure you have libmono0 installed.

    0 讨论(0)
提交回复
热议问题