Metin2 iMer Lib Fehler

03/01/2014 15:36 Shigatu#1
Guten Tag Elitepvpers,
wenn ich meinen Server starte kommt der Error:
Code:
 /usr/home/game/share/libdb_notxt.so: unsupported file layout
[Only registered and activated users can see links. Click Here To Register...]
Ich besitze FreeBSD 9.2.
Meine start.sh:
PHP Code:
#!/bin/sh
cd /usr/home/game/db && env LD_PRELOAD="/usr/home/game/share/libdb_notxt.so" ./db sleep 4
cd 
/home/game/auth && ./auth sleep 2
cd 
/home/game/channel1/core1 && ./game sleep 2
cd 
/home/game/channel1/core2 && ./game sleep 2
cd 
/home/game/channel1/core3 && ./game sleep 2
cd 
/home/game/channel1/core4 && ./game sleep 2
cd 
/home/game/channel1/core5 && ./game sleep 2
cd 
/home/game/channel2/core1 && ./game sleep 2
cd 
/home/game/channel2/core2 && ./game sleep 2
cd 
/home/game/channel2/core3 && ./game sleep 2
cd 
/home/game/channel2/core4 && ./game sleep 2
cd 
/home/game/channel2/core5 && ./game sleep 2
cd 
/home/game/channel3/core1 && ./game sleep 2
cd 
/home/game/channel3/core2 && ./game sleep 2
cd 
/home/game/channel3/core3 && ./game sleep 2
cd 
/home/game/channel3/core4 && ./game sleep 2
cd 
/home/game/channel3/core5 && ./game sleep 2
cd 
/home/game/channel4/core1 && ./game sleep 2
cd 
/home/game/channel4/core2 && ./game sleep 2
cd 
/home/game/channel4/core3 && ./game sleep 2
cd 
/home/game/channel4/core4 && ./game sleep 2
cd 
/home/game/channel4/core5 && ./game sleep 2
cd 
/home/game/game99/core1 && ./game sleep 2
cd 
/home/game/game99/core2 && ./game sleep 2
clear 
03/01/2014 17:38 xFliege#2
-Hast du auch den 31k Dbcore?
-.so 777er rechte?
03/01/2014 21:49 xGr33n#3
mach mal
cd /usr/home/game/db && env LD_PRELOAD="/usr/home/game/share/libdb_notxt.so" ./db & sleep 4


zu

cd /usr/home/game/db && env LD_32_PRELOAD="/usr/home/game/share/libdb_notxt.so" ./db & sleep 4
03/02/2014 13:31 Shigatu#4
Schon zu spät dennoch danke euch.