I had a similar problem with 64-bit Ubuntu. Specifically, world, zone, and eqlaunch segfaults when trying to handle the logs/ directory.
You could always compile it in a 32-bit chroot environment or if you have vmware compile it in a 32-bit Ubuntu install, then copy the binaries back to your 64-bit system. If you have all the 32-bit compatibility packages in place it should run just fine.
You'll also need to drag along a 32-bit libperl.5.8.so library so embedded perl works correctly.
Hope this helps!
|