View Single Post
  #1  
Old 06-07-2012, 09:56 PM
Optimus
Fire Beetle
 
Join Date: Feb 2008
Posts: 11
Default Trying to run server on different architecture.

I have compiled the server under for linux on a non-x86 architecture, and am in the process of getting it all running. Both world and zone programs crash with a Segmentation fault at "Loading variables"

I have the database setup properly with permissions (database runs on a different device), I have successfully connected to the database from another EQemu install on windows.

Does anyone know where I should be looking for the problem? I have a bit of C programming experience so I will monkey around with it. The problem seems to be from somewhere in the \common directory somewhere in the database progs but I haven't narrowed it down to exactly where.

For those interested, I am trying to compile this on a kirkwood armel architecture device running Debian linux 3.3.2. I am pretty new to linux and have just started monkeying around with these but they are running linux well now and want to toy with seeing if I can get EQEmu running on them.

Thanks for any suggestions.
Reply With Quote