Any time I try to run the client installer I get a segmentation fault. I would try to verify the md5 checksum but one for the 4.01 client wasn't listed on the site.
I decided to run valgrind -v which gave me the following output:
A few things caught my eye, but I figured I would post the output; If, that is, the output is even relevant.
==4054== Memcheck, a memory error detector.
==4054== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==4054== Using LibVEX rev 1804, a library for dynamic binary translation.
==4054== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==4054== Using valgrind-3.3.0, a dynamic binary instrumentation framework.
==4054== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==4054==
--4054-- Command line
--4054-- ./PlaneShift-v0.4.01-x86.bin
--4054-- Startup, with flags:
--4054-- -v
--4054-- Contents of /proc/version:
--4054-- Linux version 2.6.25.11-97.fc9.i686 (mockbuild@) (gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC) ) #1 SMP Mon Jul 21 01:31:09 EDT 2008
--4054-- Arch and hwcaps: X86, x86-sse1-sse2
--4054-- Page sizes: currently 4096, max supported 4096
--4054-- Valgrind library directory: /usr/lib/valgrind
--4054-- Reading syms from /usr/lib/valgrind/x86-linux/memcheck (0x38000000)
--4054-- object doesn't have a dynamic symbol table
--4054-- Reading suppressions file: /usr/lib/valgrind/default.supp
--4054-- Reading syms from /lib/ld-2.8.so (0x325000)
--4054-- REDIR: 0x33bad0 (index) redirected to 0x3802cf63 (vgPlain_x86_linux_REDIR_FOR_index)
--4054-- Reading syms from /usr/lib/valgrind/x86-linux/vgpreload_core.so (0x4001000)
--4054-- Reading syms from /usr/lib/valgrind/x86-linux/vgpreload_memcheck.so (0x4003000)
==4054== WARNING: new redirection conflicts with existing -- ignoring it
--4054-- new: 0x0033bad0 (index ) R-> 0x04006f60 index
==4054== Invalid read of size 4
==4054== at 0x3300EF: _dl_relocate_object (in /lib/ld-2.8.so)
==4054== by 0x328B89: dl_main (in /lib/ld-2.8.so)
==4054== by 0x33A2BD: _dl_sysdep_start (in /lib/ld-2.8.so)
==4054== by 0x326273: _dl_start (in /lib/ld-2.8.so)
==4054== by 0x325836: (within /lib/ld-2.8.so)
==4054== Address 0x4 is not stack'd, malloc'd or (recently) free'd
==4054==
==4054== Process terminating with default action of signal 11 (SIGSEGV)
==4054== Access not within mapped region at address 0x4
==4054== at 0x3300EF: _dl_relocate_object (in /lib/ld-2.8.so)
==4054== by 0x328B89: dl_main (in /lib/ld-2.8.so)
==4054== by 0x33A2BD: _dl_sysdep_start (in /lib/ld-2.8.so)
==4054== by 0x326273: _dl_start (in /lib/ld-2.8.so)
==4054== by 0x325836: (within /lib/ld-2.8.so)
--4054-- REDIR: 0x33bca0 (strlen) redirected to 0x4007210 (strlen)
--4054-- REDIR: 0x33c090 (stpcpy) redirected to 0x4007d90 (stpcpy)
./PlaneShift-v0.4.01-x86.bin: symbol lookup error: /usr/lib/valgrind/x86-linux/vgpreload_core.so: undefined symbol: __libc_freeres
==4054==
==4054== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 4 from 1)
==4054==
==4054== 1 errors in context 1 of 1:
==4054== Invalid read of size 4
==4054== at 0x3300EF: _dl_relocate_object (in /lib/ld-2.8.so)
==4054== by 0x328B89: dl_main (in /lib/ld-2.8.so)
==4054== by 0x33A2BD: _dl_sysdep_start (in /lib/ld-2.8.so)
==4054== by 0x326273: _dl_start (in /lib/ld-2.8.so)
==4054== by 0x325836: (within /lib/ld-2.8.so)
==4054== Address 0x4 is not stack'd, malloc'd or (recently) free'd
--4054--
--4054-- supp: 4 dl-hack3-1
==4054==
==4054== IN SUMMARY: 1 errors from 1 contexts (suppressed: 4 from 1)
==4054==
==4054== malloc/free: in use at exit: 0 bytes in 0 blocks.
==4054== malloc/free: 0 allocs, 0 frees, 0 bytes allocated.
==4054==
==4054== All heap blocks were freed -- no leaks are possible.
--4054-- memcheck: sanity checks: 156 cheap, 7 expensive
--4054-- memcheck: auxmaps: 0 auxmap entries (0k, 0M) in use
--4054-- memcheck: auxmaps_L1: 0 searches, 0 cmps, ratio 0:10
--4054-- memcheck: auxmaps_L2: 0 searches, 0 nodes
--4054-- memcheck: SMs: n_issued = 23 (368k, 0M)
--4054-- memcheck: SMs: n_deissued = 0 (0k, 0M)
--4054-- memcheck: SMs: max_noaccess = 65535 (1048560k, 1023M)
--4054-- memcheck: SMs: max_undefined = 0 (0k, 0M)
--4054-- memcheck: SMs: max_defined = 17 (272k, 0M)
--4054-- memcheck: SMs: max_non_DSM = 23 (368k, 0M)
--4054-- memcheck: max sec V bit nodes: 0 (0k, 0M)
--4054-- memcheck: set_sec_vbits8 calls: 0 (new: 0, updates: 0)
--4054-- memcheck: max shadow mem size: 672k, 0M
--4054-- translate: fast SP updates identified: 785 ( 88.9%)
--4054-- translate: generic_known SP updates identified: 56 ( 6.3%)
--4054-- translate: generic_unknown SP updates identified: 42 ( 4.7%)
--4054-- tt/tc: 2,172 tt lookups requiring 2,183 probes
--4054-- tt/tc: 2,172 fast-cache updates, 4 flushes
--4054-- transtab: new 1,036 (24,549 -> 346,744; ratio 141:10) [0 scs]
--4054-- transtab: dumped 0 (0 -> ??)
--4054-- transtab: discarded 252 (6,077 -> ??)
--4054-- scheduler: 15,611,573 jumps (bb entries).
--4054-- scheduler: 156/1,328 major/minor sched events.
--4054-- sanity: 157 cheap, 7 expensive checks.
--4054-- exectx: 769 lists, 3 contexts (avg 0 per list)
--4054-- exectx: 5 searches, 2 full compares (400 per 1000)
--4054-- exectx: 0 cmp2, 5 cmp4, 0 cmpAll
--4054-- errormgr: 3 supplist searches, 30 comparisons during search
--4054-- errormgr: 5 errlist searches, 7 comparisons during search
Segmentation fault