MonaSolutions / MonaServer

A lightweight RTMFP, RTMP, WebSocket and HTTP server!
http://monaserver.ovh
GNU General Public License v3.0
708 stars 213 forks source link

MonaServer won't open on Mac #73

Open ghost opened 6 years ago

ghost commented 6 years ago

I have just installed Mona on my Mac. I have run through the installation guide, installing LuaJIT and OpenSSL. I have successfully built it. However, when I go to run it, I get this error:

dyld: Library not loaded: ./../MonaBase/lib/libMonaBase.dylib Referenced from: /Users/Username/Downloads/MonaServer-master/MonaServer/MonaServer Reason: image not found Abort trap: 6

I have tried running with Admin Privileges and that does not seem to help either.

Thanks.

thomasjammet commented 6 years ago

Hi,

This is quite clear I think, you should execute MonaServer from the /MonaServer directory and it will find the MonaBase library into ../MonaBase/lib/

I have tested it this week and it seems to work. Let us know how it goes for you.

Regards