Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2001 09:01:38 +1300
From:      Jonathan Chen <jonathan.chen@itouch.co.nz>
To:        jimmy fix <jim_fix@operamail.com>
Cc:        freebsd-questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: rpm on freebsd - beginner
Message-ID:  <20010123090137.B92950@itouchnz.itouch>
In-Reply-To: <3AA5EBB9@operamail.com>; from jim_fix@operamail.com on Mon, Jan 22, 2001 at 02:45:17PM -0500
References:  <3AA5EBB9@operamail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 22, 2001 at 02:45:17PM -0500, jimmy fix wrote:
> basically i wanna change the window manager and put KDE so i can configure ppp 
> (its easier from there)

Installing a KDE ppp configuration tool for Linux will *NOT* work for
FreeBSD, since Linux configuration file locations are different enough
from FreeBSD that it won't find anything to work against.

Configuring PPP is usually as simple as editing /etc/ppp/ppp.conf,
editing the "set device ...", "set phone ...", "set authname ..." and
"set authkey ..." lines. And then running the ppp(1) program to see
what happens.

If you've got the ports system installed (and you've got Internet
connectivity), you can build KDE by:

	cd /usr/ports/x11/kde2
	make
	make install

>and put netscape ( i got it on rpm only) so i can go 
> on the web, do cvs, chech for native versions as u said etc...

To install netscape:

	cd /usr/ports/www/netscape47-communicator
	make
	make install

-- 
Jonathan Chen                      |      To do is to be  -- Nietzsche
<jonathan.chen@itouch.co.nz>       |      To be is to do  -- Sartre 
                                   |      Scooby do be do -- Scooby


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010123090137.B92950>