Vanilla Netrek Server Development Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[VANILLA-L:828] Re: [VANILLA-L:827] Vanilla server on redhat 5.0?



What version of autoconf was the configure file generated with? Using
autoconf 2.12 I do not get this problem under RedHat 5.0.

Quoting James Cameron (cameron@stl.dec.com):
> Attached is a posting from rec.games.netrek that I want considered by
> the folks who understand the use of configure in the server.
> 
> Perhaps it is just a Linux problem?
> 
> -- 
> James Cameron                                    (cameron@stl.dec.com)
> Digital Equipment Corporation (Australia) Pty. Ltd. A.C.N. 000 446 800

> Path: pa.dec.com!decwrl!nntp2.crl.com!news.gv.tsc.tdk.com!newsfeed.wli.net!news-peer-west.sprintlink.net!news-peer.sprintlink.net!news-backup-east.sprintlink.net!news-in-east.sprintlink.net!news.sprintlink.net!Sprint!137.128.49.4!news.tacom.army.mil!ulowell.uml.edu!not-for-mail
> Message-ID: <yd54t0q7zq4.fsf@jupiter.cs.uml.edu>
> From: Dave Pinkney <dpinkney@jupiter.cs.uml.edu>
> Newsgroups: rec.games.netrek
> Subject: Re: Vanilla server on redhat 5.0?
> Date: 23 Mar 1998 00:17:23 -0500
> References: <yd5d8ffgwl3.fsf@jupiter.cs.uml.edu> <3515DC68.BFB60A58@unh.edu>
> Organization: University of Massachusetts at Lowell
> NNTP-Posting-Host: jupiter.cs.uml.edu
> X-Newsreader: Gnus v5.3/Emacs 19.34
> 
> 
> Guilty pointed me towards the problem (thanks!) and it's working now.
> Configure detects BSD signals, which causes some problem.  I
> configured it for posix and it's fine (note it also didn't add the
> crypt lib).
> 
> I just had to change:
> system.mk:  
> EXTRALIBS:  add -lcrypt, remove -lbsd
> 
> config.h:   
> replace #define BSD_SIGNALS   with   #undef BSD_SIGNALS
> replace #undef POSIX_SIGNALS  with   #define POSIX_SIGNALS
> 
> 
> 
> "Robert M. Kenney" <rmk@unh.edu> writes:
> > 
> > Dave Pinkney wrote:
> > > 
> > > Has anyone tried the vanilla server out on a redhat 5.0 linux box?
> > > I've recompiled Server2.7pl7 and associated libs, can login, but after
> > > the first death the client can't get back into the game.
> > > Thanks,
> > > --
> > > dave
> > 
> > 	Same here.  Eventually gave up whacking at it, and restored back
> >    to Biltmore.
> > 
> > -- 
> >   Bob Kenney
> --
> dave
> 


-- 
Bob Tanner <tanner@real-time.com>       | Phone : (612)943-8700
http://www.real-time.com                | Fax   : (612)943-8500
Key fingerprint =  6C E9 51 4F D5 3E 4C 66 62 A9 10 E5 35 85 39 D9 

+
++ Vanilla-l Mailing List ++
To unsubscribe: send "unsubscribe vanilla-l" to majordomo@real-time.com
For more information: http://archives.real-time.com


References: