Having issues connecting to my loginserver from my main computer. LS is running on ubuntu server 8.04, and compiled myself.
Code:
EQEmuLoginServer
Using Port: 5998
Dumping Inbound packets.
Dumping Outbound packets.
Tracing ON.
Database Server: localhost
Database Catalog: loginserver
[Error] Load of Security Library 'libEQEmuAuthCrypto.so' failed:
libEQEmuAuthCrypto.so: cannot open shared object file: No such file or directory
Security Module Load Failed.
Failed to open log file: logs/eqemu_debug_28142.log
[Debug] [COMMON__THREADS] Starting EQStreamFactoryReaderLoop with thread ID -1214366832
[Debug] [COMMON__THREADS] Starting EQStreamFactoryWriterLoop with thread ID -1222759536
[Debug] [WORLD__LS] Client (UDP) listener started.
[Debug] [COMMON__THREADS] Starting TCPServerLoop with thread ID -1231217776
Server (TCP) listener started.
New Client UDP connection from 192.168.1.101:2688
0: 02 00 00 00 00 00 00 00 - 00 00 0B 00 | ............
Client OPCode: 184 Received
OP_Session_Ready
0: 02 00 00 00 00 00 00 00 - 00 01 65 00 00 00 00 43 | ..........e....C
16: 68 61 74 4D 65 73 73 61 - 67 65 00 | hatMessage.
0: 03 00 00 00 00 02 00 00 - 00 00 18 2D 2B 39 F4 7E | ...........-+9.~
16: 5D 96 5D 73 2B 87 38 9C - EE 17 | ].]s+.8...
Client OPCode: 185 Received
OP_Login
0: 03 00 00 00 00 02 00 00 - 00 00 18 2D 2B 39 F4 7E | ...........-+9.~
16: 5D 96 5D 73 2B 87 38 9C - EE 17 | ].]s+.8...
Segmentation fault
The libEQEmuAuthCrypto.so file exists and has a symlink in the main directory to login_util/. Has anyone gotten this working reliably on linux?