MOO-cows Mailing List Archive
[Prev][Next][Index][Thread]
FreeBSD (crypt problems solved)
-
Date: Sun, 8 Oct 1995 19:56:32 PDT
-
From: Kenwrick Chan <kchan@hawaii.edu>
-
Content-Type: TEXT/PLAIN; charset=US-ASCII
-
In-Reply-To: <95Sep26.115826pdt.162728@mu.parc.xerox.com>
Folks,
Here's what I did to get LambdaMOO1-7.9 to compile w/a crypt that works.
First get a copy of "glibc-1.09-crypt". Edit the Makefile to use gcc,
then make. Put the resulting file "libufc.a" into the /usr/lib
directory. Untar the server code then do a "sh configure" in the
untarred directory. Change the line "LIBRARIES = -lm" to read
"LIBRARIES = -lm -lufc". Delete the tab at line 237 (it makes make crap
out). Do a make, wait till finished.
If you're using an older version of the server, you'll need to do this
too (via a message from Pavel).
--------
In the file `my-sys-time.h', find the line
# include <sys/select.h>
and add this line above it:
# include "my-types.h"
Alternatively, try using the alpha release.
Pavel
---------
Thanks for all the help.
Ken
Home |
Subject Index |
Thread Index