Jump to content

Missing Libeay32MD.lib in OpenSSL


Jarinus

Recommended Posts

Dear community,

I tried to compile the most recent code from the GitHub repository and got all the software I needed from the Wiki. My problem is that when I run 'Configure' on CMake, I get the following error sequence: (Ignore the '/.../.../.../.../')

 

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIB_EAY_DEBUG (ADVANCED)
linked by target "libmysql" in directory C:/.../.../.../.../SkyFire.548/dep/mysqllite
linked by target "authserver" in directory C:/.../.../.../.../SkyFire.548/src/server/authserver
linked by target "worldserver" in directory C:/.../.../.../.../SkyFire.548/src/server/worldserver
LIB_EAY_RELEASE (ADVANCED)
linked by target "libmysql" in directory C:/.../.../.../.../SkyFire.548/dep/mysqllite
linked by target "authserver" in directory C:/.../.../.../.../SkyFire.548/src/server/authserver
linked by target "worldserver" in directory C:/.../.../.../.../SkyFire.548/src/server/worldserver
SSL_EAY_DEBUG (ADVANCED)
linked by target "libmysql" in directory C:/.../.../.../.../SkyFire.548/dep/mysqllite
linked by target "authserver" in directory C:/.../.../.../.../SkyFire.548/src/server/authserver
linked by target "worldserver" in directory C:/.../.../.../.../SkyFire.548/src/server/worldserver
SSL_EAY_RELEASE (ADVANCED)
linked by target "libmysql" in directory C:/.../.../.../.../SkyFire.548/dep/mysqllite
linked by target "authserver" in directory C:/.../.../.../.../SkyFire.548/src/server/authserver
linked by target "worldserver" in directory C:/.../.../.../.../SkyFire.548/src/server/worldserver

I had a look in C:/OpenSSL-Win32/lib/VC and no files with 'eay' in them were found. Anyone got any ideas how I can get those files or if there's something else I'm doing wrong?

Note: I'm running a 64-bit OS, but due to the recommendations of the Wiki I installed 32-bit software only.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.