View Single Post
  #17  
Old 09-23-2005, 08:12 PM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

For my version on debian sarge , i thave strange thing who stick hehe
When i start server on linux box :
Code:
#!/bin/sh
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
./world
Code:
#!/bin/sh
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
./zone . server.eqfroggy.ath.cx 6990 192.168.0.1 &
./zone . server.eqfroggy.ath.cx 6991 192.168.0.1 &
./zone . server.eqfroggy.ath.cx 6992 192.168.0.1 &
./zone . server.eqfroggy.ath.cx 6993 192.168.0.1 &
./zone . server.eqfroggy.ath.cx 6994 192.168.0.1 &
i have some segmentation error, and i lost some zone exe

When i start it with Putty on my windows computer, that work fine
i supose my starting scripts are'nt perfect :p
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.
Reply With Quote