You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've copie the External folder from MonServer2 to MonaServer, after having compiled luajit 2 with Visual Studio command prompt and copying the lua51_64.lib into external folder. I get the following erros:
1>------ Build started: Project: UnitTests, Configuration: Release x64 ------
2>------ Build started: Project: MonaServer, Configuration: release x64 ------
1>MonaBase64.lib(PersistentData.obj) : error LNK2001: unresolved external symbol EVP_Digest
1>MonaBase64.lib(PersistentData.obj) : error LNK2001: unresolved external symbol EVP_md5
1>C:\Users\bobo\Documents\Visual Studio 2013\Projects\MonaServer\UnitTests\Release\UnitTests.exe : fatal error LNK1120: 2 unresolved externals
2>LUAInvoker.obj : error LNK2001: unresolved external symbol EVP_sha256
2>LUAInvoker.obj : error LNK2001: unresolved external symbol EVP_Digest
2>LUAInvoker.obj : error LNK2001: unresolved external symbol EVP_md5
2>MonaCore64.lib(RTMPSession.obj) : error LNK2001: unresolved external symbol RC4
2>MonaCore64.lib(RTMFP.obj) : error LNK2001: unresolved external symbol HMAC_CTX_cleanup
2>MonaCore64.lib(RTMFP.obj) : error LNK2001: unresolved external symbol HMAC_CTX_init
2>MonaCore64.lib(WS.obj) : error LNK2001: unresolved external symbol EVP_sha1
2>MonaCore64.lib(RTMFPSession.obj) : error LNK2001: unresolved external symbol EVP_CIPHER_CTX_new
2>MonaCore64.lib(RTMFPSession.obj) : error LNK2001: unresolved external symbol EVP_CIPHER_CTX_free
2>MonaCore64.lib(RTMFPSession.obj) : error LNK2001: unresolved external symbol EVP_CIPHER_CTX_cleanup
2>MonaCore64.lib(RTMFPSession.obj) : error LNK2001: unresolved external symbol EVP_CIPHER_CTX_init
2>MonaCore64.lib(RTMP.obj) : error LNK2001: unresolved external symbol RC4_set_key
2>MonaCore64.lib(RTMFPSender.obj) : error LNK2001: unresolved external symbol EVP_CipherInit_ex
2>MonaCore64.lib(RTMFPSender.obj) : error LNK2001: unresolved external symbol EVP_CipherUpdate
2>MonaCore64.lib(RTMFPSender.obj) : error LNK2001: unresolved external symbol EVP_aes_128_cbc
2>MonaBase64.lib(Crypto.obj) : error LNK2001: unresolved external symbol HMAC_Final
2>MonaBase64.lib(Crypto.obj) : error LNK2001: unresolved external symbol HMAC_Update
2>MonaBase64.lib(Crypto.obj) : error LNK2001: unresolved external symbol HMAC_Init_ex
2>MonaBase64.lib(DiffieHellman.obj) : error LNK2001: unresolved external symbol DH_generate_key
2>MonaBase64.lib(DiffieHellman.obj) : error LNK2001: unresolved external symbol BN_free
2>MonaBase64.lib(DiffieHellman.obj) : error LNK2001: unresolved external symbol DH_free
2>MonaBase64.lib(DiffieHellman.obj) : error LNK2001: unresolved external symbol BN_num_bits
2>MonaBase64.lib(DiffieHellman.obj) : error LNK2001: unresolved external symbol DH_compute_key
2>MonaBase64.lib(DiffieHellman.obj) : error LNK2001: unresolved external symbol BN_set_word
2>MonaBase64.lib(DiffieHellman.obj) : error LNK2001: unresolved external symbol BN_new
2>MonaBase64.lib(DiffieHellman.obj) : error LNK2001: unresolved external symbol BN_bn2bin
2>MonaBase64.lib(DiffieHellman.obj) : error LNK2001: unresolved external symbol DH_new
2>MonaBase64.lib(DiffieHellman.obj) : error LNK2001: unresolved external symbol BN_bin2bn
2>C:\Users\bobo\Documents\Visual Studio 2013\Projects\MonaServer\MonaServer\release\MonaServer.exe : fatal error LNK1120: 28 unresolved externals
The text was updated successfully, but these errors were encountered:
This is a link error due to openssl, recompile it with the same compiler (VS 2017 64bits) and it should link with MonaServer. Otherwise please ensure that you have the same version of openssl includes and libraries in External directory.
If you are not sure of what to do you can take the external files from MonaServer2 here : https://github.com/MonaSolutions/MonaServer2/tree/master/External
I've copie the External folder from MonServer2 to MonaServer, after having compiled luajit 2 with Visual Studio command prompt and copying the lua51_64.lib into external folder. I get the following erros:
The text was updated successfully, but these errors were encountered: