So I thought I'd see if I would be able to get EQEmu running on a Raspberry Pi (Model B+ currently, with Pi 2 in the mail).
Was able to get everything to compile (using
this guide as my reference), and WORLD is able to start, but quickly hits a segmentation fault.
Quote:
[World Server] Loading server configuration..
[World Server] CURRENT_VERSION: 1.1.3
[World Server] Added loginserver login.eqemulator.net:5998
[World Server] Connecting to MySQL...
[World Server] HTTP world service disabled.
[World Server] Checking Database Conversions..
[Upgrade Script] No script update necessary
Perl Version is 5.14.2
MySQL path not found, please add the path for automatic database upgrading to continue...
script_exiting...
[World Server] Loading variables..
Segmentation fault
|
As far as I can tell, this happens before any logs are created, since I haven't been able to find any log files. The same DB works well with my existing EQEmu install on Ubuntu x86_64.
Thought I would post here to see if anyone has any suggestions on how to progress from here. I've done some C++ on Windows but haven't used a debugger on linux before.