Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jan 2001 07:59:20 -0800 
From:      "DINKEY,GENE (HP-Loveland,ex1)" <gene_dinkey@hp.com>
To:        "'Edward'" <edvard@post.omnitel.net>, freebsd-questions@freebsd.org
Subject:   RE: Help ME !!!
Message-ID:  <F341E03C8ED6D311805E00902761278C53152A@xfc04.fc.hp.com>

next in thread | raw e-mail | index | archive | help
> -----Original Message-----
> From: Edward [mailto:edvard@post.omnitel.net]
> Sent: Friday, August 13, 1999 7:51 AM
> To: freebsd-questions@freebsd.org
> Subject: Help ME !!!
> 
> 	1. How I can(if I can)  extract packages from other systems, for
> example from *.deb, *.rpm (Debian Linux or Red Hat Linux packages) ???

Don't know, don't use Linux emulation.  Best thing to do would probably be
to check out ports, most any application you need will be in there.  See
'man ports' for more info.

 
> 	2. When I compiled my kernel first time, I got on "make depend":
> 				"ppbus_if.h: No such file..."
> 	when I reinstalled my system, my kernel(without any 
> changes in config file) compiled successful ?

You have probably commented out the 
device          ppbus           # Parallel port bus (required)
line in your config file but left another device that is dependent on it in.
If you want to disable parallel port support I think you need to comment out
everything in that section of the kernel.

> 	3. Where I can find all information about kernel 
> configuration(not
> handbook) ???
 	
/usr/src/sys/i386/conf/LINT


The rest I'm not sure about because I don't really use X Windows much or
dial-up support.  Hope this helps out a little.

Gene


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?F341E03C8ED6D311805E00902761278C53152A>