Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Linux Servers

Support::Linux Servers Support forum for Linux EQEMu users.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 12-15-2016, 01:50 AM
Zaela_S
Hill Giant
 
Join Date: Jun 2012
Posts: 216
Default

For the time being... I wrote my own implementation, compiled and tested on an rpi 3b: libeqemucrypto.so (armv7l).

I used libcrypto from openssl where the official version uses cryptopp, so you'll need to make sure you have openssl on your pi (sudo apt get libssl? can never remember package names...) and if you're using cmake you'll want to put the lib in the specified EQEMU_UNIX_ENC_LIBRARY_LOC directory and change the CMakeLists.txt under $SOURCEDIR/loginserver:

Code:
63,64c63,64
< 	TARGET_LINK_LIBRARIES(loginserver "EQEmuAuthCrypto")
< 	TARGET_LINK_LIBRARIES(loginserver "cryptopp")
---
> 	TARGET_LINK_LIBRARIES(loginserver "eqemucrypto")
> 	TARGET_LINK_LIBRARIES(loginserver "crypto")
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 09:15 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3