Running Neolink on Mac OS X (10.15) #253
-
Hi all, The bug: The installation, run and debugging process:
As mentioned above, I am a totally new Mac user so please forgive my ignorance if there is something I have totally messed up. Any assistance would be much appreciated (BTW, I have tried to resolve this myself through research but I am now close to giving up!) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hello, don't panic (HGTG). From your error I feel like this is something simple. Let's some simple stuff. I'll try explain your error messages: Can you run this in the terminal
It will print the first few lines of the file. Post them here |
Beta Was this translation helpful? Give feedback.
Hello, don't panic (HGTG). From your error I feel like this is something simple. Let's some simple stuff.
I'll try explain your error messages:
5. Typo in the command it should be
./neolink rtsp --config my_config.toml
where the./
means the file is in this current folder. By default programs are only excecuted if they are in the locations/usr/local/bin
or/usr/bin
by adding./
you say don't bother looking for this program in those paces it is here.6. This is suggesting that either your download is corrupt or you downloaded the wrong version.
7. This error is saying that on line 20 of the neolink code there is an error. First off it should not be reading it line by line as it is not a s…