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

[VANILLA-L:13] Re: [VANILLA-L:] I Can't get a server running! Help!





Brent Arias wrote:

>   I have both: Server2_7pl6Server2_8pl0 and I do not have root
> priviledges (do I need them?).  I have expanded them both into
> seperate directories under my home directory. I followed the
> instructions for the first one and... ...cd ntserv; make installbin
> ./install.sh -c  ntserv /home/barias/netrek/Server/bin/ntserv
> ./install.sh -c  daemonII /home/barias/netrek/Server/bin/daemonII
> No global file.  Resetting all stats
> Randomizing planetary pop order!
> Planet pop order: 13 8 32 21 22 26 7 24 16 3 39 4 1 14 33 5 34 0 37 19
> 18 27 2 20 17 30 31 25 12 15 35 10 38 36 9 6 28 23 29 11

Don't worry too much over 'make depend'.
The last one is a broken install.sh I've seen this on many systems. The
easiest thing is if you can use another install program on your system
and make a softlink to it. If this doesn't work you can always hack the
system.mk file. Look for something like
INSTALL=$INSTALL
set it like
INSTALL=/bin/cp
and look for something like(should be 2 rows down)
INSTALLDATA = $INSTALL -m 644
set it like
INSTALLDATA=/bin/cp

The install should only copy the files but for some reasons it starts
them too on some systems, therefor it's ok to replace it with cp. I'm at
home so there can be some other syntax in the file, mail me if you
doesn't find it.

/Mikael

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