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

Mud problems

1998-08-14 Thread David L. Kocher
Hi, I'm coding for a mud and I've run into some problems porting it to Debian... The write functions seems to be different... my previous declaration gave it's vars as (( int fd, char *buf, int nbyte )) The Debian declaration gives them as (( int fd, const char *bug, int nbyte )) When I change

Problems with a MUD

1998-08-14 Thread David L. Kocher
w, I have noticed there is a crypt.h file, however... when I include this it gives me a crap load of errors. Any thoughts, comments or anything would be welcome :) Thanks in Advance David L. Kocher