Yet more problems with a MUD

1998-08-16 Thread David L. Kocher
Hi all I have the mud compiling and running fine, however... the minute someone who is not from localhost tries to log on it segments and dies it works fine when logging on from localhost. WTF is going on here? Is there anything that might be misconfigured to cause this? Dave

RE: Problems with a MUD

1998-08-14 Thread Mark Mickan
-BEGIN PGP SIGNED MESSAGE- On 14-Aug-98 David L. Kocher wrote: > Hi all you Debian Guru's, > > My server admin recently switched to Debian from an older version of > linux, now I'm having some problems compiling a MUD. Now, before I tell > you the problems I'll tell you how I went

Re: Problems with a MUD

1998-08-14 Thread Gergely Madarasz
On Fri, 14 Aug 1998, David L. Kocher wrote: > gcc -o -lcrypt act_comm.o act_info.o act_move.o act_obj.o act_wiz.o > comm.o cons > t.o db.o fight.o handler.o magic.o save.o special.o update.o bit.o mem.o > olc.o o > lc_act.o olc_save.o string.o mob_commands.o mob_prog.o gr_magic.o id.o > chat_new.

Problems with a MUD

1998-08-14 Thread David L. Kocher
Hi all you Debian Guru's, My server admin recently switched to Debian from an older version of linux, now I'm having some problems compiling a MUD. Now, before I tell you the problems I'll tell you how I went about fixing it the mud was compiled using -lcrypt (gcc -o -lcrypt *.o), and I have