Alright, seems the DB is up to date after installing mysql and letting the patcher do its things, though the Segmentation Fault still occurs.
Code:
pi@raspberrypi ~/eq/server $ ./world
[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...
[Status] Starting File Log 'logs/world_681.log'
[World Server] HTTP world service disabled.
[World Server] Checking Database Conversions..
[Upgrade Script] No script update necessary
Perl Version is 5.14.2
============================================================
EQEmu: Automatic Upgrade Check
============================================================
(Linux) MySQL is in system path
Path = /usr/bin/mysql
============================================================
Binary Revision / Local: (9087 / 9087)
Database up to Date: Continuing World Bootup...
============================================================
[World Server] Loading variables..
Segmentation fault
pi@raspberrypi ~/eq/server $
Might have to look into using gdb, but I haven't used any linux debuggers for a long time. Hopefully I can figure something out with it.