Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 1996 10:25:30 -0800 (PST)
From:      Doug White <dwhite@riley-net170-164.uoregon.edu>
To:        Pete Chiboucas <connect@transport.com>
Cc:        questions@freebsd.org
Subject:   Re: HELP?
Message-ID:  <Pine.BSF.3.91.960112101651.1147B-100000@gdi.uoregon.edu>
In-Reply-To: <199601120636.WAA00654@mail.transport.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 11 Jan 1996, Pete Chiboucas wrote:

> I recently bought the Walnut Creek CDRom distribution, a P120 w/32 meg of
> Ram and hardware reccomended by the info from your docs, $150.00 worth of
> books from the rec. reading list. I have over 10 years working with
> Dos/Windows including some C/C++ programing ex. etc...

That DOS exerpience won't help, but nice rig :)

> figure out how to load and run any of the software.

Could you be more specific?  

> following instructions under WWW Resources in the handbook 
>         #cd /usr/ports/net/netscape 
>         #make all install
> returns:
>         make: don't know how to make all. Stop


In any case, you are missing the Makefile which tells it how to install 
netscape, so you would want to copy it back off the cdrom in 
/ports/net/netscape.  However, netscape is an exception since the port is 
out of date.  Instead, go get the netscape archive yourself from netscape 
home (grab the i386-unknown-bsd version), extract it somewhere, and copy 
netscape to /usr/X11R6/bin.  Then su to root and do this:

cd /usr
ln -s X11R6 X11

This makes a symlink from X11R6 to X11.  

Then run netscape.  If it complains about missing keys, look in the 
readme and copy the nls/ directory to the indicated location.  

I think that covers it.  Theproblem is the port is built for beta2 but 
b2 isn't around anymore -- it's up to beta5.  

> Also would like to find help in setting this machine up to be a Web server
> (multi home style) with Apache. Any ideas, the documentation is unclear to me. 

Make the apache port (it's on the cd in /ports/networking??/apache, copy 
to /usr/ports and do make all install in apache's dir).

Then check the web sites www.apache.org for more info.  The basic config 
info is NCSA's, look on hoohoo.ncsa.uiuc.edu.  

I'm being quite general here, if you want more / detailed info drop me a 
line.

Doug White                              | University of Oregon  
Internet:  dwhite@gladstone.uoregon.edu | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960112101651.1147B-100000>