[plt-scheme] Built mzscheme from source, but can't find the web server.
I've built mzscheme from source, by doing this:
# ../plt/src/configure --enable-mred=NO
followed by:
# make
This seems to have worked OK, except I don't see any sign of
plt-web-server-text. I want to run that. What am I doing wrong?
Thanks!
-Ethan
P.S. I compiled mzscheme without mred because I don't want to install
X on my machine, and of course mred requires X. If I really need to,
I could install X, but I was thinking that it wouldn't be necessary.